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
Dropping a collection is faster than removing all documents. As dropping a collection just removes subspaces. But, remove goes through all documents one after another and updates indexes. If the filter is matching all documents it could be optimized to clear the subspaces.
The text was updated successfully, but these errors were encountered:
Dropping a collection is faster than removing all documents. As dropping a collection just removes subspaces. But, remove goes through all documents one after another and updates indexes. If the filter is matching all documents it could be optimized to clear the subspaces.
The text was updated successfully, but these errors were encountered: