mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix table name
This commit is contained in:
parent
e085f14aa6
commit
c81dccdcdf
@ -1,4 +1,4 @@
|
||||
-- Force PK load
|
||||
SELECT CounterID FROM datasets.hits_v1 WHERE CounterID > 0 LIMIT 1 FORMAT Null;
|
||||
SELECT CounterID FROM test.hits WHERE CounterID > 0 LIMIT 1 FORMAT Null;
|
||||
-- Check PK size
|
||||
SELECT primary_key_bytes_in_memory > 0, primary_key_bytes_in_memory < 16000, primary_key_bytes_in_memory_allocated < 16000, primary_key_bytes_in_memory_allocated / primary_key_bytes_in_memory < 1.1 FROM system.parts WHERE database = 'test' AND table = 'hits';
|
||||
|
Loading…
Reference in New Issue
Block a user