-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
Testing Histogram cardinality estimation using top-level API rather than the histogram level APIs.
The current implementation is using the ArrayHistogram (to-be renamed) level invocations, whereas the final user of the estimators will be using the API used in "histogram_predicate_estimation".
Extend or update the tests in array_histogram_accuracy_test to use the appropriate API.
- is related to
-
SERVER-88712 Accuracy unit tests for histogram CE
- Closed
-
SERVER-93703 Extend accuracy unit tests to allow user to vary area size in maxDiff (distance between data points)
- Needs Scheduling