Skip to content

Commit a61e493

Browse files
Update content/news/articles/2025-07-01-rds-read-replicas-available.md
Co-authored-by: James Hochadel <jameshochadel@users.noreply.github.com> Signed-off-by: Mark Boyd <markdavidboyd@gmail.com>
1 parent 2ef4d8b commit a61e493

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/news/articles/2025-07-01-rds-read-replicas-available.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ excerpt: "Add a read replica for your RDS databases to handle read-only workload
88

99
The Cloud.gov team is excited to announce support for adding read replicas to your databases.
1010

11-
[A read replica is a read-only copy of your database which automatically replicates the data in your primary database](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html).
12-
13-
Read replicas are useful for offloading tasks that are read intensive while your primary database handles create, update, and deletion of records. Isolating read operations to the read replica reduces the load on your primary database and also avoids database locking issues between read and write operations.
11+
A read replica is a [read-only copy of your database which automatically replicates the data in your primary database](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html). You can offload read-heavy tasks to a read replica while your primary database handles writes. Isolating read operations to the replica reduces the load and lock contention on your primary database.
1412

1513
Use cases for a read replica include:
1614

0 commit comments

Comments
 (0)