8 lines
260 B
SQL
8 lines
260 B
SQL
TRUNCATE TABLE system.part_log;
|
|
TRUNCATE TABLE system.trace_log;
|
|
TRUNCATE TABLE system.processors_profile_log;
|
|
TRUNCATE TABLE system.query_log;
|
|
TRUNCATE TABLE system.metric_log;
|
|
TRUNCATE TABLE system.latency_log;
|
|
TRUNCATE TABLE system.asynchronous_metric_log;
|