range-partition-sequential-insert-skew

Status: IN

Range partitioning has its own skew risk: keys arriving in sorted order all hit the rightmost partition; `Partition.split()` mitigates this for data already stored by splitting at the median, but cannot prevent temporary hotspots during sequential ingestion

Source: entries/2026/05/29/topic-hash-partitioning-skew.md

JSON