-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This ticket should implement the required fallback checks to avoid changing results for pipelines containing a $sort. Specifically, we should check the following:
- Fallback if the prefix of the pipeline contains a $sortÂ
- $sort is in the middle of the pipeline, the prefix pipeline should still go through the join optimizer if all else is eligible
- Fallback if $lookup sub-pipeline contains a $sort
- related to
-
SERVER-111415 Process $sort in join reordering
-
- Needs Scheduling
-