Merge pull request #36743 from ClickHouse/kssenii-patch-3

Update 00170_s3_cache.sql
This commit is contained in:
Kseniia Sumarokova 2022-04-29 00:03:39 +02:00 committed by GitHub
commit 2f64255415
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 enable_filesystem_cache_on_write_operations=0;
SET max_memory_usage='20G';
SELECT count() FROM test.hits_s3;
8873898

View File

@ -2,6 +2,7 @@
-- { echo }
SET enable_filesystem_cache_on_write_operations=0;
SET max_memory_usage='20G';
SELECT count() FROM test.hits_s3;
SELECT count() FROM test.hits_s3 WHERE AdvEngineID != 0;