mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix documentation on the tiered storage
The fix follows from the 'storage_configuration.xml' file of the 'test_multiple_disks' integration test. The correct behaviour was tested on the local ClickHouse server version 19.15.3 revision 54426.
This commit is contained in:
parent
3e662da6f4
commit
055f932a8c
@ -465,7 +465,7 @@ ALTER TABLE example_table
|
|||||||
|
|
||||||
### Конфигурация {#table_engine-mergetree-multiple-volumes_configure}
|
### Конфигурация {#table_engine-mergetree-multiple-volumes_configure}
|
||||||
|
|
||||||
Диски, тома и политики хранения задаются в корне конфигурации (внутри тега `<yandex>`) в основном файле `config.xml` или в отдельном файле в директории `config.d`. Правила составления данной секции конфигурации имеет следующую структуру:
|
Диски, тома и политики хранения задаются внутри тега `<storage_configuration>` в основном файле `config.xml` или в отдельном файле в директории `config.d`. Правила составления данной секции конфигурации имеет следующую структуру:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<disks>
|
<disks>
|
||||||
@ -515,8 +515,8 @@ ALTER TABLE example_table
|
|||||||
<cold>
|
<cold>
|
||||||
<disk>disk1</disk>
|
<disk>disk1</disk>
|
||||||
</cold>
|
</cold>
|
||||||
<move_factor>0.2</move_factor>
|
|
||||||
</volumes>
|
</volumes>
|
||||||
|
<move_factor>0.2</move_factor>
|
||||||
</moving_from_ssd_to_hdd>
|
</moving_from_ssd_to_hdd>
|
||||||
</policies>
|
</policies>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user