Skip to content
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

A Practical Guide For SQL Tuning (#19108) #20512

Open
wants to merge 2 commits into
base: release-7.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,13 @@
- Performance Tuning
- Tuning Guide
- [Performance Tuning Overview](/performance-tuning-overview.md)
- [Performance Analysis and Tuning](/performance-tuning-methods.md)
- [Performance Tuning Practices for OLTP Scenarios](/performance-tuning-practices.md)
- [TiFlash Performance Analysis Methods](/tiflash-performance-tuning-methods.md)
- [TiCDC Performance Analysis Methods](/ticdc-performance-tuning-methods.md)
- [Latency Breakdown](/latency-breakdown.md)
- [A Practical Guide for SQL Tuning](/sql-tuning-best-practice.md)
- Tuning by Metrics
- [Performance Analysis and Tuning](/performance-tuning-methods.md)
- [Performance Tuning Practices for OLTP Scenarios](/performance-tuning-practices.md)
- [TiFlash Performance Analysis Methods](/tiflash-performance-tuning-methods.md)
- [TiCDC Performance Analysis Methods](/ticdc-performance-tuning-methods.md)
- [Latency Breakdown](/latency-breakdown.md)
- [TiDB Best Practices on Public Cloud](/best-practices-on-public-cloud.md)
- Configuration Tuning
- [Tune Operating System Performance](/tune-operating-system.md)
Expand Down
Binary file added media/sql-tuning/cost-based-optimization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/execution-plan-traverse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/slow-query-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/slow-query-dimension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/sql-statement-dimension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/sql-statements-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/workflow-tiflash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/sql-tuning/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
984 changes: 984 additions & 0 deletions sql-tuning-best-practice.md

Large diffs are not rendered by default.

Loading