-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
v8.0
-
QE 2024-04-01, QE 2024-04-15
Due to a difference in where extendWithAggPipeline is called for classic_runtime_planner_for_sbe, failures in QueryPlannerAnalysis::determineLookupStrategy due to (e.g.,) invalid index hints do not lead to a fallback without query settings as is done for other planners.
This should be refactored to ensure fallback occurs as expected in getExecutorFind.
- is fixed by
-
SERVER-88629 Fallback if index hinted for secondary collection by QuerySettings is not applicable
- Closed