mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Sorting is difficult
This commit is contained in:
parent
01289411da
commit
f713e28438
@ -19,6 +19,6 @@ SYSTEM FLUSH LOGS;
|
||||
|
||||
SELECT event_type, table, part_name, bytes_uncompressed > 0, size_in_bytes < bytes_uncompressed FROM system.part_log
|
||||
WHERE event_date >= yesterday() AND database = currentDatabase() AND table = 'part_log_bytes_uncompressed'
|
||||
ORDER BY part_name;
|
||||
ORDER BY part_name, event_type;
|
||||
|
||||
DROP TABLE part_log_bytes_uncompressed;
|
||||
|
Loading…
Reference in New Issue
Block a user