-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Subplanning can cache each branch of the $or, or cache the entire plan if it falls back to planning the whole query together. For the first case, we need to make the engine decision once each branch is finished planning, which would require a refactor of the existing subplanner code.
Instead of a callback once each branch is finished planning, we may need to construct the final composite plan, decide which engine to use, then cache each branch.
For this ticket we'll investigate the subplanning code to assess how complicated this may be, and come up with an approach.
- causes
-
SERVER-118766 Remove "executeInSbe" flag from ClassicPlanCacheWriter
-
- Closed
-