v.24.9New Feature
Add support for ATTACH PARTITION ALL FROM
Add support for ATTACH PARTITION ALL FROM. #61987 (Kirill Nikiforov).Why it matters
This feature allows users to attach all partitions from another table in a single operation, simplifying the process of recovering or reusing partitions without specifying them one by one.How to use it
Use the commandATTACH PARTITION ALL FROM [source_table] to attach all partitions from the source table to the current table.