-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Distributed Query Execution
-
None
-
Query Execution
-
Fully Compatible
-
QE 2025-03-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In the AsyncResultsMerger there is some code which adjusts the batch size sent from the router to mongod, in order to avoid the OP_QUERY-era SPLIT_SORT full-sort path (see comment linked). Since we've removed that path, the optimization should no longer be necessary, and we can probably simplify the code a little bit.