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
Compute balanced sub-range boundaries via percentile_disc, refined over a TABLESAMPLE subset on large tables to bound cost; leading-column split for composite keys.
Requirements
Boundaries balance row counts under skew
Split-query cost bounded on a large-table benchmark
What to build
Compute balanced sub-range boundaries via
percentile_disc, refined over aTABLESAMPLEsubset on large tables to bound cost; leading-column split for composite keys.Requirements
Depends on