You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql-tuning-best-practice.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ SQL tuning focuses on finding more efficient ways to process the same workload w
60
60
1. Improving execution plans:
61
61
- Analyze and modify query structures for more efficient processing.
62
62
- Use appropriate indexes to reduce data access and processing time.
63
-
- Enable TiFlash for analytical queries on large datasets and leverage the [Massively Parallel Processing (MPP)](/glossary.md#massively-parallel-processing-mpp) engine for complex aggregations and joins.
63
+
- Enable TiFlash for analytical queries on large datasets and leverage the Massively Parallel Processing (MPP) engine for complex aggregations and joins.
64
64
65
65
2. Enhancing data access methods:
66
66
- Use covering indexes to satisfy queries directly from the index, avoiding full table scans.
0 commit comments