-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
Another solution to the "double counting" problem described in SERVER-98576 could be to sampling Fetch -> Index Scan plan fragments using the Sampling estimators estimateRIDs functionally which takes both index bounds and an optional filter.
- related to
-
SERVER-97864 Support sampling of IndexBounds to estimate cardinality of IndexScanNode
- Closed
-
SERVER-98576 Identify residual predicates which reapply index bounds and ignore them during cardinality estimation
- Needs Scheduling