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
and then in the case of the useSingle=false we are not using this index as we are querying with just the key meaning we are not using the index resulting to slow queries. Maybe the index could respect the useSingle flag and create the correct index.
I created an issue to the original repository just in case someone has the same issue. What was noticed is that the library creates an index
node_acl/lib/mongodb-backend.js
Line 145 in 966d079
useSingle=false
we are not using this index as we are querying with just thekey
meaning we are not using the index resulting to slow queries. Maybe the index could respect theuseSingle
flag and create the correct index.node_acl/lib/mongodb-backend.js
Line 121 in 966d079
The text was updated successfully, but these errors were encountered: