-
Type: Improvement
-
Resolution: Incomplete
-
Priority: Major - P3
-
None
-
Component/s: None
The server currently requires that serialized commands be no larger than maxBsonObjectSize + 16K. That can cause problems when you have an update operation that has a large query criteria and a large update. SERVER-12305 tracks solving this problem on the server side. This ticket tracks adjusting drivers to allow write operations bigger than mxBsonObjectSize + 16K when the server supports them.
- depends on
-
SERVER-12305 Allow command request and response BSON objects to exceed 16MB
- Backlog