daily_report.md 262 B

clickhouse

慢SQL

延迟高的SQL TOP {{ top_slow_sql | length }}

序号 查询 平均延迟

{% for idx, row in top_slow_sql -%} | {{idx+1}} | {{ (row['query']).replace('\n', ' ') }} | {{ row['avg_du'] }} | {% endfor %}