MySQL-Cluster-List
MySQL 集群资料索引
Cluster
Sharding | 分库与分表
-
2017-Principles of Sharding for Relational Databases: In this blog post, we’ll first look at key properties that impact a sharding project’s success.
High Availability | 高可用性
-
2018-MySQL High Availability at GitHub: This post illustrates GitHub’s MySQL high availability and master service discovery solution, which allows us to reliably run a cross-data-center operation, be tolerant of data center isolation, and achieve short outage times on a failure.
Distributed Cluster | 分布式集群
-
MySQL Group Replication 官方文档中文版:MySQL Group Replication(简称 MGR)是 MySQL 官方于 2016 年 12 月推出的一个全新的高可用与高扩展的解决方案。MySQL 组复制提供了高可用、高扩展、高可靠的 MySQL 集群服务。
-
2017-五大常见的 MySQL 高可用方案:这里只讨论常用高可用方案的优缺点以及高可用方案的选型。