mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
Fixing buggy configs
This commit is contained in:
parent
f74b7331f5
commit
b4fddd3597
@ -2,6 +2,6 @@
|
||||
<macros>
|
||||
<cluster>test_cluster</cluster>
|
||||
<shard>0</shard>
|
||||
<replica>ch2</replica>
|
||||
<replica>ch1</replica>
|
||||
</macros>
|
||||
</yandex>
|
@ -24,7 +24,7 @@
|
||||
<default>
|
||||
<volume>
|
||||
<disk>jbod1</disk>
|
||||
<max_data_part_size_bytes>1000000</max_data_part_size_bytes>
|
||||
<max_data_part_size_bytes>10000000</max_data_part_size_bytes>
|
||||
<!-- Q: how it will behave if the only disk has max_data_part_size_bytes limitation? -->
|
||||
</volume>
|
||||
</default>
|
||||
@ -34,11 +34,11 @@
|
||||
<volume>
|
||||
<!-- names for the volumes should be added to allow moving parts between volumed with DDL commands -->
|
||||
<disk>default</disk>
|
||||
<max_data_part_size_bytes>1000000</max_data_part_size_bytes>
|
||||
<max_data_part_size_bytes>10000000</max_data_part_size_bytes>
|
||||
</volume>
|
||||
<volume>
|
||||
<disk>external</disk>
|
||||
<max_data_part_size_bytes>10000000</max_data_part_size_bytes>
|
||||
<max_data_part_size_bytes>100000000</max_data_part_size_bytes>
|
||||
</volume>
|
||||
</default_disk_with_external>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user