-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
QO 2024-11-11, QO 2024-11-25
The SamplingEstimator calculates the size of a sample based on the confidence level and margin of error required.
The required confidence level and margin of error can be configured via query knobs.
The sample shouldn't be too big, so we provide 3 levels of confidence interval 99%, 95%, 90%. The margin of error should also be constrained in order to limit the sample size.
- depends on
-
SERVER-94020 Implement a SamplingEstimator interface with basic functions and the required sample
- Closed