Skip to content

Commit

Permalink
Update tidb-best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Jan 13, 2025
1 parent ee81f5c commit 46249fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions best-practices/tidb-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: TiDB 最佳实践
aliases: ['/docs-cn/dev/best-practices/tidb-best-practices/']
summary: TiDB 最佳实践总结了使用 TiDB 的一些优化技巧,包括 Raft 一致性协议、分布式事务、数据分片、负载均衡、SQL 到 KV 的映射方案、二级索引的实现方法等。建议阅读官方文档和知乎专栏了解更多细节。部署时推荐使用 TiUP,导入数据时可对 TiKV 参数进行调优。在写入和查询时需注意事务大小限制和并发度设置。监控系统和日志查看也是了解系统状态的重要方法。适用场景包括数据量大、不希望做 Sharding、需要事务和强一致性等。
---

# TiDB 最佳实践
Expand Down

0 comments on commit 46249fe

Please sign in to comment.