v.21.1Improvements

Add disk to Set and Join storage settings

Add disk to Set and Join storage settings. #18112 (Grigory Pervakov).
Added support for specifying the disk setting in Set and Join table engine storage configurations.

Why it matters

This feature allows users to control the physical disk location where data for Set 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 the disk 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.