-
Type: Epic
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Wire Protocol, Write Operations
-
None
-
Done
-
Write Commands
A new set of commands are being added in MongoDB 2.6 for inserting, updating, and deleting documents from a collection. There are two architecturally significant features:
- All three commands support multiple operations, whereas previously only OP_INSERT supported that.
- Being commands, they always return a response, so there is no longer any need to send getlasterror. The write response is included in the command response.
- depends on
-
SERVER-9038 New write operation method for insert, update, remove
- Closed
- is depended on by
-
DRIVERS-97 New Write command API & New fluent bulk API
- Closed