mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
Nonsingular queries used exponential expansion of the token space to avoid spending too much cpu time on near-empty tables, but the generation of the search space was itself exponential. Switch to the exponential sharder which has linear cost.