mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #36743 from ClickHouse/kssenii-patch-3
Update 00170_s3_cache.sql
This commit is contained in:
commit
2f64255415
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user