摘要: -- 每天的慢SQL数量 select event_date, count(*) num from system.query_log ql where ql.query_duration_ms > 1000 and event_date >= '2022-07-01' and event_date 阅读全文
posted @ 2022-08-02 11:53 捧花大王 阅读(188) 评论(0) 推荐(0)