-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
- For sargable nodes, iterate over residual requirements, and lower using “lowerPartialSchemaRequirement”
- This generates filters and eval nodes.
- Insert a physical scan node using scan params.
- Basically copy and refactor segment of handler for SargableNode in implementers.cpp with target = Complete
- is depended on by
-
SERVER-80732 [CQF] Improve SamplingPlanExtractor to produce optimal physical plans
- Closed
- is duplicated by
-
SERVER-80732 [CQF] Improve SamplingPlanExtractor to produce optimal physical plans
- Closed
- related to
-
SERVER-84713 Ensure the child of a SargableNode is always a ScanNode after substitution phase
- Open