https://clickhouse.tech/docs/en/operations/system-tables/storage_policies/move_factor (Float64) — Ratio of free disk space. When the ratio exceeds the value of configuration parameter, ClickHouse start to move data to the next volume in order.
prefer_not_to_merge (UInt8) — Value of the prefer_not_to_merge setting. When this setting is enabled, merging data on this volume is not allowed. This allows controlling how ClickHouse works with slow disks.
если TTL TO DISK \ TO VOLUME не указывать
то тогда что-то странное
типа заполнили основной диск начинаем переносить на следующий...
но да, какие именно парты будут на следующий диск переноситься ид документации не ясно
https://clickhouse.tech/docs/en/engines/table-engines/mergetree-family/mergetree/#table_engine-mergetree-multiple-volumes_configureвот тут подробнее сказано
If there are different kinds of disks available in the system, moving_from_ssd_to_hdd policy can be used instead. The volume hot consists of an SSD disk (fast_ssd), and the maximum size of a part that can be stored on this volume is 1GB. All the parts with the size larger than 1GB will be stored directly on the cold volume, which contains an HDD disk disk1.
Also, once the disk fast_ssd gets filled by more than 80%, data will be transferred to the disk1 by a background process.
ну там наверное по размеру
сначала самые большие куски данных будут переноситься