'Clickhouse - Multi Storage Transformation
I am using One node clickhouse with one disk 14TB. Disk path is specified under config.xml
So I want to add new disk and distribute data between disks.
For example
existing disk /DATA capacity 14TB and 12TB data inside it. I want to add new disk /DATA2 and transfer 6TB data from /DATA to /DATA2. At the end of the day size should be /DATA 6TB and /DATA2 6TB and if write request come to clichouse, clickhouse must write data to disk with round robin manner.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
