range-partition-merge-is-greedy-left-to-right

Status: IN

`merge_small_partitions` sweeps left-to-right and greedily merges adjacent pairs whose combined size is at or below `min_partition_size`, which can produce different results than an optimal merge strategy

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

JSON