-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
Currently we assign the group-level CE to all operators involved in the spool based RIN. Instead, for the inner distinct scans we should attempt to estimate the number of distinct values in order to allow costing to compute a more realistic plan cost. This can be some global heuristic (say 10% of the values are unique) or some simple function initially.
- related to
-
SERVER-69027 [CQF] Support for Recursive Index Navigation
- Closed