CardinalityEstimation icon indicating copy to clipboard operation
CardinalityEstimation copied to clipboard

Re-estimate biases based on actual hash used

Open oronnavon opened this issue 10 years ago • 0 comments

As done by Heule et al., it is important to estimate the bias of the CardinalityEstimator. However, the current implementation uses the values published by Huele et al., but a different hash function - which leads to sub-optimal accuracy. We can follow their method to estimate the current bias and update the bias-correction values.

oronnavon avatar Nov 19 '15 08:11 oronnavon