mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Rename part_log table
This commit is contained in:
parent
fbad7cb23b
commit
2b41cb2f5c
@ -19,7 +19,7 @@ SYSTEM FLUSH LOGS;
|
||||
SELECT
|
||||
DISTINCT read_bytes >= peak_memory_usage
|
||||
FROM
|
||||
system.part_log2
|
||||
system.part_log
|
||||
WHERE event_type = 'MutatePart' AND table = 'table_with_pk' AND database = currentDatabase();
|
||||
|
||||
DROP TABLE IF EXISTS table_with_pk;
|
||||
|
Loading…
Reference in New Issue
Block a user