RDS Read Replicas Flashcards

1
Q

What are RDS Read Replicas?

A

RDS Read Replicas are secondary copies of your primary database that handle read-only traffic, helping to distribute the load and increase the application’s read throughput.

Example: RDS Read Replicas help offload read queries from the primary database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why use RDS Read Replicas?

A

Performance Enhancement: Improves database performance by offloading read queries from the primary database.
Scalability: Scales out beyond the capacity constraints of a single DB instance for read-heavy database workloads.

Example: RDS Read Replicas help improve read throughput and scalability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What key features do RDS Read Replicas offer?

A

Data Replication: Uses asynchronous replication from the primary RDS instance to the read replicas.
Availability: Increases application availability by providing additional endpoints for read queries.

Example: RDS Read Replicas use asynchronous replication for data consistency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In what scenarios are RDS Read Replicas particularly useful?

A

Data-heavy Applications: Ideal for applications with heavy read traffic where the database is a performance bottleneck.
Reporting and Analytics: Useful for running business intelligence and analytics queries without impacting transactional performance.

Example: RDS Read Replicas are beneficial for data-intensive applications and analytics workloads.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly