mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
Update 02240_filesystem_cache_bypass_cache_threshold.reference
This commit is contained in:
parent
09d8ca0a40
commit
a110c87985
@ -15,8 +15,6 @@ SETTINGS min_bytes_for_wide_part = 10485760,
|
|||||||
path = '/var/lib/clickhouse/${CLICKHOUSE_TEST_UNIQUE_NAME}_cache',
|
path = '/var/lib/clickhouse/${CLICKHOUSE_TEST_UNIQUE_NAME}_cache',
|
||||||
enable_bypass_cache_with_threashold = 1,
|
enable_bypass_cache_with_threashold = 1,
|
||||||
bypass_cache_threashold = 100,
|
bypass_cache_threashold = 100,
|
||||||
cache_on_write_operations = 1,
|
|
||||||
enable_filesystem_query_cache_limit = 1,
|
|
||||||
delayed_cleanup_interval_ms = 100,
|
delayed_cleanup_interval_ms = 100,
|
||||||
disk = 's3_disk');
|
disk = 's3_disk');
|
||||||
INSERT INTO test SELECT number, toString(number) FROM numbers(100);
|
INSERT INTO test SELECT number, toString(number) FROM numbers(100);
|
||||||
|
Loading…
Reference in New Issue
Block a user