summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/ce/histogram_predicate_estimation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73432 Extend CE accuracy testing for arraysMilena Ivanova2023-02-081-3/+1
* SERVER-73239 Combine histogram and heuristic estimates in sargable nodesAlya Berciu2023-01-261-0/+4
* SERVER-72615 Compute CE for sampled histogramsAlya Berciu2023-01-241-0/+30
* SERVER-72899 Clamp range CE to a minimum of 0Alya Berciu2023-01-191-7/+13
* SERVER-71752 Estimate non-histogrammable types heuristicallyAlya Berciu2023-01-121-162/+2
* SERVER-71377 Adding missing count to CE for nullAlya Berciu2022-12-191-2/+6
* SERVER-70936 Implement CE for booleansAlya Berciu2022-12-161-15/+34
* SERVER-71310 Validate histogramsAlya Berciu2022-12-121-8/+2
* SERVER-71332 [CQF] Strong alias for Selectivity and CardinalitySvilen Mihaylov2022-12-121-12/+12
* Revert "SERVER-71310 Validate histograms"Alexander Neben2022-12-091-2/+8
* SERVER-71310 Validate histogramsAlya Berciu2022-12-091-8/+2
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-0/+496