-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
v8.0
-
QE 2024-11-11, QE 2024-11-25
Currently, the query settings fallback tests only check that the names of the stages are the same. This can become problematic in cases where the details other than the name are relevant for the winning plan, for example in the case of a $lookup, if the join uses a index or a collscan (these differences currently are being ignored).
- is depended on by
-
SERVER-95456 Make CLUSTERED_IXSCANs obey query settings allowed indexes
- Blocked
- is related to
-
SERVER-96805 Investigate why wildcard index candidate plans are non-deterministic
- Needs Scheduling