Update test configs

This commit is contained in:
Alexey Milovidov 2022-08-14 01:43:24 +02:00
parent 3d5ceb8fee
commit 91042e9dd8
4 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,7 @@
<merge_tree>
<min_bytes_for_wide_part>1024000</min_bytes_for_wide_part>
<old_parts_lifetime>1</old_parts_lifetime>
<allow_remote_fs_zero_copy_replication>true</allow_remote_fs_zero_copy_replication>
</merge_tree>
<remote_servers>

View File

@ -21,6 +21,7 @@
<merge_tree>
<min_bytes_for_wide_part>0</min_bytes_for_wide_part>
<allow_remote_fs_zero_copy_replication>true</allow_remote_fs_zero_copy_replication>
</merge_tree>
<remote_servers>

View File

@ -69,6 +69,7 @@
<merge_tree>
<min_bytes_for_wide_part>1024</min_bytes_for_wide_part>
<old_parts_lifetime>1</old_parts_lifetime>
<allow_remote_fs_zero_copy_replication>true</allow_remote_fs_zero_copy_replication>
</merge_tree>
<remote_servers>

View File

@ -22,5 +22,9 @@
</s3_and_default>
</policies>
<merge_tree>
<allow_remote_fs_zero_copy_replication>true</allow_remote_fs_zero_copy_replication>
</merge_tree>
</storage_configuration>
</clickhouse>