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