-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
We should make sure that we are capable of generating covered plans for queries like the following:
query: {a: 1}, index: {a: 1, b: 1}
This should be the behavior by default, to match classic. This likely involves changing the default of internalCascadesOptimizerFastIndexNullHandling to true.
- is related to
-
SERVER-64645 Add a query knob to disable covered scans of null range
- Backlog