How to scale your database and when to shard MySQL

原文英文,约1300词,阅读约需5分钟。发表于:

Not sure when to shard your MySQL database? This article covers when you should consider horizontal sharding as a scaling strategy in MySQL and some other scaling options before then.

本文介绍了水平分片作为处理数据库吞吐量和数据大小问题的一种解决方案,提供了更好的成本优化、更快的备份、恢复和模式更改、更好的SLA和可预测的水平可扩展性等优点。文章还列举了一些指标,表明数据库已准备好进行水平分片,并介绍了一些实施措施。

How to scale your database and when to shard MySQL
相关推荐 去reddit讨论