From 3f92897403c73650c535180a318837e26f8def9b Mon Sep 17 00:00:00 2001 From: Dale <12771233+Dale_nn@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 08:55:26 +0000 Subject: [PATCH] =?UTF-8?q?update=205-enhance/5-2-ha-mgr-fast-mode.md.=20?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E6=94=B9=E6=88=90=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dale <12771233+Dale_nn@user.noreply.gitee.com> --- 5-enhance/5-2-ha-mgr-fast-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-enhance/5-2-ha-mgr-fast-mode.md b/5-enhance/5-2-ha-mgr-fast-mode.md index d68ca5c..9dbef6e 100644 --- a/5-enhance/5-2-ha-mgr-fast-mode.md +++ b/5-enhance/5-2-ha-mgr-fast-mode.md @@ -1,7 +1,7 @@ # MGR 快速单主模式 --- -GreatSQL中增加一个新的工作模式:**单主快速模式**,在这个模式下,不再采用MGR原有的认证数据库方式(而是判断当前binlog是否能够及时入盘来决定怎么样流控,确保不oom)。新增选项 `group_replication_single_primary_fast_mode` 用于设置是否启用,以及具体采用哪种模式。 +GreatSQL中增加一个新的工作模式:**单主快速模式**,在这个模式下,不再采用MGR原有的认证数据库方式(而是判断当前binlog是否能够及时入盘来决定怎么样流控,确保不OOM)。新增选项 `group_replication_single_primary_fast_mode` 用于设置是否启用,以及具体采用哪种模式。 快速单主模式特别适合在跨机房部署,压力测试以及内存要求不高等多种场景。这种模式弱于传统的异步复制,但强于半同步复制,且没有MGR默认的认证数据库可能消耗较大内存的问题 。 -- Gitee