-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a new document about how to analyze slow queries #4035
Conversation
2 similar comments
Co-authored-by: Keke Yi <[email protected]>
Co-authored-by: Keke Yi <[email protected]>
Co-authored-by: Keke Yi <[email protected]>
2 similar comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
analyze-slow-queries.md
Outdated
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](/identify-slow-queries.md) and the [statement summary table](/statement-summary-tables.md) features. It is recommended to use TiDB Dashboard, which integrates the two features and directly displays the slow queries in your browser. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better if we point to the slow query page on TiDB Dashboard: https://docs.pingcap.com/tidb/dev/dashboard-slow-query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Link updated in 6f7fd5c.
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #4265 |
Signed-off-by: ti-srebot <[email protected]> Co-authored-by: TomShawn <[email protected]>
What is changed, added or deleted? (Required)
Add a new document about how to analyze slow queries.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?