-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
createIndexes, dropIndexes, dbStats, and collectionMod all use appendRawResponses() to marshall responses from shards into a BSONObj.
Once all these commands have TypedReplies available, update the helper to marshal directly into the Types instead of roundtripping through BSON.
- depends on
-
SERVER-52548 Convert create command implementation to inherit from IDL-generated base class
- Closed
-
SERVER-52549 Convert createIndexes command implementation to inherit from IDL-generated base class
- Closed
-
SERVER-52552 Convert dropIndexes command implementation to inherit from IDL-generated base class
- Closed