mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update 00170_s3_cache.sql
This commit is contained in:
parent
41f7424ba6
commit
d4abbf54b0
@ -2,11 +2,9 @@
|
||||
|
||||
-- { echo }
|
||||
|
||||
SYSTEM DROP FILESYSTEM CACHE;
|
||||
|
||||
SET enable_filesystem_cache_on_write_operations=0;
|
||||
SET max_memory_usage='20G';
|
||||
|
||||
SYSTEM DROP FILESYSTEM CACHE;
|
||||
SELECT count() FROM test.hits_s3;
|
||||
SELECT count() FROM test.hits_s3 WHERE AdvEngineID != 0;
|
||||
SELECT sum(AdvEngineID), count(), avg(ResolutionWidth) FROM test.hits_s3 ;
|
||||
|
Loading…
Reference in New Issue
Block a user