Skip to content

Commit 1232ec5

Browse files
authored
best practices: add Use TiDB Partitioned Tables to index (#22759)
1 parent 9bf825c commit 1232ec5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

best-practices/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Learn best practices for designing schemas in TiDB, including managing DDL opera
2323
| ------------------- | ----------- |
2424
| [Manage DDL](/best-practices/ddl-introduction.md) | Best practices for managing Data Definition Language (DDL) operations in TiDB. |
2525
| [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. |
2627
| [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. |
2728
| [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. |
2829

0 commit comments

Comments
 (0)