Skip to content

Commit

Permalink
add a new document about how to analyze slow queries (#4035)
Browse files Browse the repository at this point in the history
* add a new document about how to analyze slow queries

* Update analyze-slow-queries.md

* Apply suggestions from code review

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* Update analyze-slow-queries.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* Update analyze-slow-queries.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* Update analyze-slow-queries.md

* Update analyze-slow-queries.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
  • Loading branch information
TomShawn and yikeke authored Nov 20, 2020
1 parent ecd7075 commit b0c17f9
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 0 deletions.
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
+ Troubleshoot
+ [TiDB Troubleshooting Map](/tidb-troubleshooting-map.md)
+ [Identify Slow Queries](/identify-slow-queries.md)
+ [Analyze Slow Queries](/analyze-slow-queries.md)
+ [SQL Diagnostics](/information-schema/information-schema-sql-diagnostics.md)
+ [Identify Expensive Queries](/identify-expensive-queries.md)
+ [Statement Summary Tables](/statement-summary-tables.md)
Expand Down
1 change: 1 addition & 0 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Designed for the cloud, TiDB provides flexible scalability, reliability and secu

- [TiDB Troubleshooting Map](/tidb-troubleshooting-map.md)
- [Identify Slow Queries](/identify-slow-queries.md)
- [Analyze Slow Queries](/analyze-slow-queries.md)
- [SQL Diagnostics](/information-schema/information-schema-sql-diagnostics.md)
- [Troubleshoot Hotspot Issues](/troubleshoot-hot-spot-issues.md)
- [Troubleshoot the TiDB Cluster](/troubleshoot-tidb-cluster.md)
Expand Down
Loading

0 comments on commit b0c17f9

Please sign in to comment.