CardinalityEstimation
CardinalityEstimation copied to clipboard
Re-estimate biases based on actual hash used
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.