Currently IDL-generated objects always serialize their contents to the BSON body of an OpMsgRequest. This poses problems for very large types, due to them exceeding the max BSONObj size.
IDL should, whenever possible, prefer serializing the object's contents to document sequences.
- is depended on by
-
SERVER-30486 mongos rejects OP_INSERT messages that exceed 16MB
- Closed