You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found out some customers are using histograms with 10k+ buckets in some cases, they would likely benefit from a faster bucket finding algorithm. This issue is to increase performance for histograms with lots of buckets. We estimate that ~140 will be the amount above that we will switch from linear to binary search.
We found out some customers are using histograms with 10k+ buckets in some cases, they would likely benefit from a faster bucket finding algorithm. This issue is to increase performance for histograms with lots of buckets. We estimate that ~140 will be the amount above that we will switch from linear to binary search.
Related PR that adds histogram benchmark #2754
The text was updated successfully, but these errors were encountered: