mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #46593 from ClickHouse/kssenii-patch-6
Update 00170_s3_cache.sql
This commit is contained in:
commit
92b93cce32
@ -1,5 +1,6 @@
|
||||
-- { echo }
|
||||
|
||||
SET allow_prefetched_read_pool_for_remote_filesystem=0;
|
||||
SET enable_filesystem_cache_on_write_operations=0;
|
||||
SET max_memory_usage='20G';
|
||||
SYSTEM DROP FILESYSTEM CACHE;
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
-- { echo }
|
||||
|
||||
SET allow_prefetched_read_pool_for_remote_filesystem=0;
|
||||
SET enable_filesystem_cache_on_write_operations=0;
|
||||
SET max_memory_usage='20G';
|
||||
SYSTEM DROP FILESYSTEM CACHE;
|
||||
|
Loading…
Reference in New Issue
Block a user