-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Batches of writes sent via write commands are only valid if A) the total size of all "documents"/"updates"/"deletes" (not including array overhead) is < MaxBSONObjSize and B) the total number of "documents"/"updates"/"deletes" is less than some constant value (currently 1000).
This constant should be accessible to clients via isMaster.
- is related to
-
DRIVERS-142 Use maxWriteBatchSize from ismaster for write command batch splitting.
- Closed
- related to
-
SERVER-10643 Document max document wire size in isMaster
- Closed
-
SERVER-12305 Allow command request and response BSON objects to exceed 16MB
- Backlog