v.20.3New Feature

Allow Configuration of Multiple Disks/Volumes for Distributed Engine Data Storage

Allow to configure multiple disks/volumes for storing data for send in Distributed engine #8756 (Azat Khuzhin)
Allow configuring multiple disks/volumes for data storage during Distributed query SEND operations.

Why it matters

This feature enables users to specify multiple storage disks or volumes to be used for storing data temporarily when sending data using the Distributed table engine. It improves flexibility and resource utilization by avoiding reliance on a single disk, which can help manage disk space and performance more effectively in distributed environments.

How to use it

Configure multiple disks or volumes in the server configuration under the appropriate storage settings. The Distributed engine will then use these configured disks/volumes for storing data during SEND operations automatically. Refer to the updated configuration guidelines to set up multiple storage paths for distributed data processing.