Skip to content

Commit dca4fd9

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 3dedf26 commit dca4fd9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/scalardb-cluster/remote-replication.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ tags:
55
displayed_sidebar: docsEnglish
66
---
77

8-
# Replicate Data for Disaster Recovery
8+
# Replicate Data for High Availability
99

10-
ScalarDB Cluster can replicate its managed data to a remote site for disaster recovery. The remote replication feature provides near-real-time replication of write operations from a primary site to one or more backup sites. This feature ensures business continuity by enabling failover to a backup site when disasters or other critical failures affect the primary site.
10+
ScalarDB Cluster can replicate its managed data to remote sites for high availability and workload distribution. The remote replication feature provides near-real-time replication of write operations from a primary site to one or more backup sites.
11+
12+
This feature ensures business continuity by enabling failover to a backup site in the event of disasters or critical failures affecting the primary site. Additionally, the backup sites can function as read replicas, helping to offload analytical queries, reporting, and business intelligence workloads.
1113

1214
## What is remote replication in ScalarDB?
1315

1416
Remote replication in ScalarDB uses a hybrid approach, combining synchronous and asynchronous replication. This ensures zero data loss (a recovery point objective, or RPO, of zero) while minimizing performance impact at the primary site. The recovery time objective (RTO) can be flexibly adjusted by controlling the amount of computing resources. This feature is built on top of ScalarDB Cluster, making it cloud-agnostic and database-agnostic. This allows replication from one database in one cloud vendor to another, possibly different kind of database in a different cloud vendor.
1517

1618
## Key benefits
1719

18-
Remote replication provides several key advantages for disaster recovery and business continuity:
20+
Remote replication provides several key advantages:
1921

2022
- Guarantees zero data loss (RPO of 0) for all committed transactions.
2123
- Minimizes performance impact through the combination of synchronous and asynchronous processing.

0 commit comments

Comments
 (0)