We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76ae2c commit c48598cCopy full SHA for c48598c
markdown-pages/en/tidb/master/sql-tuning-best-practice.md
@@ -595,7 +595,7 @@ Follow these recommended column order guidelines for a composite index:
595
596
4. Add columns from the `SELECT` list or used in aggregation to fully utilize a covering index.
597
598
-**Special consideration: IN conditions**
+**Special consideration: `IN` conditions**
599
600
When designing composite indexes, you need to handle `IN` conditions carefully.
601
0 commit comments