Merge pull request #46593 from ClickHouse/kssenii-patch-6

Update 00170_s3_cache.sql
This commit is contained in:
Alexey Milovidov 2023-02-21 00:15:39 +03:00 committed by GitHub
commit 92b93cce32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;