Update 02485_zero_copy_commit_fail.sql

This commit is contained in:
Alexander Tokmakov 2023-09-20 23:31:06 +02:00 committed by GitHub
parent f8062d77e1
commit 835ef602da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
-- Tags: no-fasttest
create table rmt1 (n int, m int, k int) engine=ReplicatedMergeTree('/test/02485/{database}/rmt', '1') order by n
settings storage_policy='s3_cache', allow_remote_fs_zero_copy_replication=1, old_parts_lifetime=60, cleanup_delay_period=60, max_cleanup_delay_period=60, cleanup_delay_period_random_add=1, min_bytes_for_wide_part=0, simultaneous_parts_removal_limit=1;