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
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
When inserting, updating or deleting multiple documents at once I think the recommended and optimal way is to use http://mongodb.github.io/node-mongodb-native/3.1/api/Collection.html#bulkWrite.
It can also helps implementing patching of multiple objects using different filter queries at the same time.
So I wonder if you think it is worth considering using it to standardize the underlying interface ?
It might also help to solve #122.
The text was updated successfully, but these errors were encountered: