-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.0.0
-
Component/s: Performance, Usability, Write Ops
When presented with a mix of new documents and existing documents which may have been modified it would be nice to have a bulk upsert. This would potentially save a great deal of time. The current work-around is to partition the documents into existing and new and then insert the new and update each existing document.
When there are a significant number of existing documents this is unnecessarily time consuming.
- duplicates
-
SERVER-9038 New write operation method for insert, update, remove
- Closed
- is depended on by
-
SERVER-2172 Support Batching Mixed Operations Against Same Collection
- Closed
- is duplicated by
-
SERVER-7563 Support for Batched Upsert
- Closed
- related to
-
SERVER-2172 Support Batching Mixed Operations Against Same Collection
- Closed