mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Update 02810_system_sync_filesystem_cache.sh
This commit is contained in:
parent
a3d386452f
commit
134db24fde
@ -13,7 +13,7 @@ DROP TABLE IF EXISTS test;
|
|||||||
|
|
||||||
CREATE TABLE test (a Int32, b String)
|
CREATE TABLE test (a Int32, b String)
|
||||||
ENGINE = MergeTree() ORDER BY tuple()
|
ENGINE = MergeTree() ORDER BY tuple()
|
||||||
SETTINGS disk = disk(type = cache, max_size = '100Ki', path = ${CLICKHOUSE_TEST_UNIQUE_NAME}, delayed_cleanup_interval_ms = 10000000, disk = s3_disk);
|
SETTINGS disk = disk(type = cache, max_size = '100Ki', path = ${CLICKHOUSE_TEST_UNIQUE_NAME}, delayed_cleanup_interval_ms = 10000000, disk = s3_disk), min_bytes_for_wide_part = 10485760;
|
||||||
|
|
||||||
INSERT INTO test SELECT 1, 'test';
|
INSERT INTO test SELECT 1, 'test';
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user