v.25.3Improvement
Allow ALTER TABLE DROP PARTITION
Allow ALTER TABLE DROP PARTITION for plain_rewritable disk. #77138 (Julia Kartseva).Why it matters
This feature enables users to drop partitions from tables stored onplain_rewritable disks, solving the limitation where previously partitions could not be removed on such disks. It improves data management flexibility and maintenance for tables using this storage configuration.How to use it
Use the standardALTER TABLE <table_name> DROP PARTITION <partition_id> command on tables configured with plain_rewritable disks to remove partitions.