v.24.3New Feature
Add Support for ATTACH PARTITION ALL
Add support for ATTACH PARTITION ALL. #61107 (Kirill Nikiforov).Why it matters
To simplify and enhance the management of partitions by allowing users to attach all detached partitions at once instead of attaching them individually, improving efficiency and ease of use.How to use it
Use the SQL commandATTACH PARTITION ALL FROM <table> to attach all detached partitions of the specified table in a single operation.