MDEV-26519: JSON Histograms: improve histogram collection
Basic ideas: 1. Store "popular" values in their own buckets. 2. Also store ndv (Number of Distinct Values) in each bucket. Because of #1, the buckets are now variable-size, so store the size in each bucket. Adjust selectivity estimation functions accordingly.
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment