-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Issue
Currently OpCommandV1 puts OutputDocs inside a BSON array in a CommandReply message, similar to find and getMore op_query implementation.
This is space inefficient and more expensive to parse.
Proposed Solution
The OpCommandV2 will put OutputDocs into the outputDocs field of CommandReply message.