-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Fully Compatible
-
Query Optimization 2021-05-17, Query Optimization 2021-05-31
InĀ SERVER-53149, I introduced an IDL-generated parser for getMore requests, called GetMoreCommand. This is nearly the same as the handwritten GetMoreRequest class. Let's delete GetMoreRequest and replace its usages with GetMoreCommand. There are only a half-dozen places (outside of tests) that must be changed.
- is caused by
-
SERVER-53149 Specify input/output to getMore command in IDL
- Closed