v.24.6New Feature

Allow Attachment of Parts from Different Disk

Allow to attach parts from a different disk. #63087 (Unalian).
Allows attaching data parts from a different disk in ClickHouse.

Why it matters

This feature enables users to attach parts stored on different disks, providing more flexibility in managing data storage and improving data organization and recovery options.

How to use it

To use this feature, you can specify parts located on different disks when attaching them using appropriate SQL commands such as ATTACH PART, allowing ClickHouse to recognize and incorporate data parts from those disks.