diff --git a/test-file.md b/test-file.md deleted file mode 100644 index 061edd882a638..0000000000000 --- a/test-file.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Analyze Slow Queries -summary: Learn how to locate and analyze slow queries. ---- - -# Analyze Slow Queries - -To address the issue of slow queries,you need to take the following two steps: - -1. Among many queries, identify which type of queries are slow. -2. Analyze why this type of queries are slow. - -You can easily perform step 1 using the [slow query log](/dashboard/dashboard-slow-query.md) and the [statement summary table](/statement-summary-tables.md) features. It is recommended to use [TiDB Dashboard](/dashboard/dashboard-intro.md), which integrates the two features and directly displays the slow queries in your browser。