v.21.1Improvements
Add disk to Set and Join storage settings
Add disk to Set and Join storage settings. #18112 (Grigory Pervakov).Why it matters
This feature allows users to control the physical disk location where data forSet and Join tables is stored, enabling better management of storage resources and optimizing performance for workloads that require specific disk usage.How to use it
Users can specify thedisk parameter within the storage settings of Set and Join tables to direct data storage to a desired disk. For example, when creating a Set or Join table, include disk='your_disk_name' in the storage settings part of the table definition.