From 9a43872e365676795cea3fe0e96600c781770f3a Mon Sep 17 00:00:00 2001 From: vimiix Date: Thu, 19 May 2022 11:01:56 +0800 Subject: [PATCH] chore(mogha):update RTO from 60s to 30s in v2.3 --- product/en/docs-mogha/v2.3/overview.md | 2 +- product/zh/docs-mogha/v2.3/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/en/docs-mogha/v2.3/overview.md b/product/en/docs-mogha/v2.3/overview.md index 1321affb..2bba4a81 100644 --- a/product/en/docs-mogha/v2.3/overview.md +++ b/product/en/docs-mogha/v2.3/overview.md @@ -11,7 +11,7 @@ MogHA is an ENMOTECH-developed enterprise-ready software system in virtue of the (It applies to the MogDB and openGauss databases.) -MogHA can automatically detect faults and trigger failover and automatic assignment of virtual IP addresses so that the fault time of a database is reduced from minutes to seconds (RPO=0 and RTO<60s). Therefore, the HA of the database cluster can be ensured. +MogHA can automatically detect faults and trigger failover and automatic assignment of virtual IP addresses so that the fault time of a database is reduced from minutes to seconds (RPO=0 and RTO<30s). Therefore, the HA of the database cluster can be ensured. ## Why Is MogHA Still Needed Even If a Database Supports Primary/Standby? diff --git a/product/zh/docs-mogha/v2.3/overview.md b/product/zh/docs-mogha/v2.3/overview.md index f62ca4f0..f2490166 100644 --- a/product/zh/docs-mogha/v2.3/overview.md +++ b/product/zh/docs-mogha/v2.3/overview.md @@ -11,7 +11,7 @@ MogHA 是[云和恩墨](https://enmotech.com/)基于 [MogDB](https://www.mogdb.i (适用于 MogDB 和 openGauss 数据库) -MogHA 能够自主探测故障实现故障转移,虚拟IP自动漂移等特性,使得数据库的故障持续时间从分钟级降到秒级(RPO=0,RTO<60s),确保数据库集群的高可用服务。 +MogHA 能够自主探测故障实现故障转移,虚拟IP自动漂移等特性,使得数据库的故障持续时间从分钟级降到秒级(RPO=0,RTO<30s),确保数据库集群的高可用服务。
-- Gitee