v.20.8Improvement
Allow Multi-Volume Storage Configuration in Distributed Storage
Allow using multi-volume storage configuration in storage Distributed. #14839 (Pavel Kovalenko).
Why it matters
This feature enables users to leverage multi-volume storage setups in ClickHouse when using theDistributed table engine, improving flexibility and storage management by distributing data and load across multiple storage volumes.How to use it
Configure multi-volume storage in the server configuration files for the underlying tables, and use theDistributed engine as usual. The engine will automatically support and utilize the multi-volume setup without additional changes.