-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Fully Compatible
-
QO 2023-07-10, QO 2023-07-24
In the reference_tracker.cpp, we keep only one projection which is the scanDef projection name. To support covered index scan plans, we need to preserve the projections that are common from the left child and right child of the RIDUnionNode.
- is depended on by
-
SERVER-69351 [CQF] Use a union plan avoid fetching non-null indexed fields
- Closed