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: best-practices/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Learn best practices for designing schemas in TiDB, including managing DDL opera
23
23
| ------------------- | ----------- |
24
24
|[Manage DDL](/best-practices/ddl-introduction.md)| Best practices for managing Data Definition Language (DDL) operations in TiDB. |
25
25
|[Use UUIDs as Primary Keys](/best-practices/uuid.md)| Best practices for storing and indexing UUIDs (Universally Unique Identifiers) efficiently when using UUIDs as primary keys. |
26
+
|[Use TiDB Partitioned Tables](/best-practices/tidb-partitioned-tables-best-practices.md)| Best practices for using TiDB partitioned tables to improve performance, simplify data management, and efficiently handle large-scale datasets. |
26
27
|[Optimize Multi-Column Indexes](/best-practices/multi-column-index-best-practices.md)| Best practices for designing and using multi-column indexes in TiDB to improve query performance. |
27
28
|[Manage Indexes and Identify Unused Indexes](/best-practices/index-management-best-practices.md)| Best practices for managing and optimizing indexes, identifying and removing unused indexes in TiDB to optimize performance. |
0 commit comments