Skip to content

Commit aa3fcd1

Browse files
committed
resolve conflicts
1 parent a3f08a4 commit aa3fcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-tuning-best-practice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SQL tuning focuses on finding more efficient ways to process the same workload w
6060
1. Improving execution plans:
6161
- Analyze and modify query structures for more efficient processing.
6262
- 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.
6464

6565
2. Enhancing data access methods:
6666
- Use covering indexes to satisfy queries directly from the index, avoiding full table scans.

0 commit comments

Comments
 (0)