You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--^ Create index if we did not already create one. May be called repeatedly with practically no performance hit, because we remember if we already called this for the same index (although this memory gets wiped out every 15 minutes, in case another client drops the index and we want to create it again).
123
124
ensureIndex idx =let k = (iColl idx, iName idx) indo
124
125
icache <- fetchIndexCache
@@ -127,9 +128,24 @@ ensureIndex idx = let k = (iColl idx, iName idx) in do
0 commit comments