Split batch inserts into multiple messages and if safe writes stop after first error if not continueOnError or combine errors if so.
fail on error | continueOnError | |
---|---|---|
acknowledged |
|
|
unacknowledged |
|
|
- depends on
-
JAVA-803 Document insert must call getLastError after each sub-batch even with WriteConcern.UNACKNOWLEDGED
- Closed
-
PYTHON-414 Split batch inserts into maxMessageSizeBytes chunks
- Closed
- related to
-
CSHARP-693 InsertBatch must call GLE after all sub-batches (except perhaps the last) even if WriteConcern is Unacknowledged
- Closed
-
DRIVERS-1 Respect isMaster.maxMessageSizeBytes
- Closed
-
RUBY-533 Split batch inserts into many messages
- Closed