Skip to content

Commit 19e82a9

Browse files
committed
Recent changes for GDD
1 parent ed749f4 commit 19e82a9

File tree

1 file changed

+5
-4
lines changed
  • data-platform/data-development/globally-distributed-database

1 file changed

+5
-4
lines changed

data-platform/data-development/globally-distributed-database/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ Shards can be deployed on all database deployment models such as single instance
2020

2121
Oracle Globally Distributed Database relies on replication for availability. Oracle Globally Distributed Database provides various means of replication depending on your needs:
2222

23-
- Shard-level Replication.
24-
2523
- Oracle Data Guard.
2624

2725
- Raft Replication.
2826

29-
Replication provides high availability, disaster recovery, and additional scalability for reads. A unit of replication can be a shard, a part of a shard, or a group of shards
3027

31-
Reviewed: 26.08.2025
28+
Replication provides high availability, disaster recovery, and additional scalability for reads.
29+
A unit of replication can be a shard, a part of a shard, or a group of shards. You can choose either Oracle Data Guard or Raft replication to replicate your data.
30+
Oracle Globally Distributed Database automatically deploys the specified replication topology to the procured systems, and enables data replication. Replication is declaratively specified using GDSCTL command syntax.
31+
32+
Reviewed: 1.09.2025
3233

3334

3435
# Table of Contents

0 commit comments

Comments
 (0)