-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
We recently added a batched execution mode in PlanExecutorImpl which has less overhead per call to getNext(). We should look into using this in the distinct command for improved performance.
Note: this would be handled automatically by doing SERVER-25899 + SERVER-87237
- related to
-
SERVER-87237 Implement a batched version of PlanExecutorPipeline::getNext
- Open
-
SERVER-25899 Make the distinct command always execute as an aggregation pipeline
- Backlog