其他分享
首页 > 其他分享> > MGR最多有几个服务器组成

MGR最多有几个服务器组成

作者:互联网

What is the maximum number of MySQL servers in a group?
A group can consist of maximum 9 servers. Attempting to add another server to a group with 9 members causes the request to join to be refused. This limit has been identified from testing and benchmarking as a safe boundary where the group performs reliably on a stable local area network.

一个组中包括最多9台服务器。尝试添加一个服务器到这个有9台服务器的组中会导致请求被拒绝。这个限制在测试和基准测试中被证明,作为一个安全边界。在这个边界内,在一个稳定的本地网络上,组复制可以可靠的运行。

标签:group,边界,maximum,servers,MGR,测试,最多,服务器
来源: https://blog.51cto.com/roidba/2449110