-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
165
Generating the query solution is tightly coupled with building the execution tree in `get_executor.cpp`. However, in some situations (e.g. https://jira.mongodb.org/browse/SERVER-70617), we need to inspect the query solution when deciding whether to use SBE - before building the execution tree. We should separate these paths enough to allow this.
- is depended on by
-
SERVER-70617 Allow use of column indexes for count queries
- Closed
- related to
-
SERVER-71032 Share QuerySolutions between classic/SBE getExecutor paths
- Backlog