-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
QO 2024-12-23
SERVER-97088 added the ability for CBR to estimate residual filters using histograms by converting them to intervals and then invoking histogram estimation. It currently combines conjunctions using exponential backoff. We could improve this by recognizing conjunctions on the same field and estimating a simplified interval once. We need to be careful for fields which may be multikey as we cannot simplify the interval in this case.
- related to
-
SERVER-97088 Add ability to use histograms to estimate residual predicates
- Closed