mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
8fb594dd5e
commit
fc1bd0efd5
@ -13,7 +13,7 @@ def fill_node(node):
|
|||||||
"""
|
"""
|
||||||
CREATE TABLE IF NOT EXISTS test(n UInt32)
|
CREATE TABLE IF NOT EXISTS test(n UInt32)
|
||||||
ENGINE = ReplicatedMergeTree('/clickhouse/tables/test', '{replica}')
|
ENGINE = ReplicatedMergeTree('/clickhouse/tables/test', '{replica}')
|
||||||
ORDER BY n PARTITION BY n % 10 SETTINGS cleanup_delay_period=1, max_cleanup_delay_period=3;
|
ORDER BY n PARTITION BY n % 10 SETTINGS cleanup_delay_period=1, cleanup_delay_period_random_add=1, max_cleanup_delay_period=1;
|
||||||
""".format(
|
""".format(
|
||||||
replica=node.name
|
replica=node.name
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user