Skip to main content
An existing live table is not range-partitioned on the declared column. A reorg DELETE without partition pruning scans the whole table — unaffordable at scale. Fix — recreate the table with RANGE_BUCKET partitioning on the column (the error prints suggested DDL).