-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2024-03-04
-
1
When there is a CSI and a rooted or query, the sub planning fails https://github.com/10gen/mongo/blob/master/src/mongo/db/exec/subplan.cpp/#L201 and we try to plan the whole query together https://github.com/10gen/mongo/blob/master/src/mongo/db/exec/subplan.cpp/#L127-L132. This fails when we try and build a classic executable tree as CSI is not supported in classic.
- related to
-
SERVER-85241 Implement classic_runtime_planner_for_sbe::SubPlanner
- Closed