Read replicas in RDS AWS

0 votes

My questions are:

  1. For what kind of applications read replicas are suitable?
  2. Is the read replica replicates synchronously or asynchronously data to other read replicas?
  3. Is it the substitute for the Multi-AZ deployments?
  4. Which is it better than the master-slave or master-master replication in MYSQL?
  5. If we have replicas on EC2 will it work the same way as RDS read replicas work?
Apr 10, 2022 in Others by Kichu
• 19,040 points
646 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes

Read replica will be most suitable if your application is:

  • Read intensive.
  • Can live with a minor lag between the data written to DB and data replicated to read replicas.

Multi-AZ setup is for High Availability whereas Read Replica is purely to reduce the load on the Database Instances. This improves the read performance and avoids bottlenecks to the databases for writing and reading.

The comparison of the master-master vs master-slave depends on several factors like date, data volume, an operation like write or read, load, etc. you need to work to see exactly how the system performs with either of the setups.

answered Apr 11, 2022 by narikkadan
• 63,600 points

edited Mar 5

Related Questions In Others

0 votes
0 answers

Looping through tagged resources in AWS RDS

 I'm trying to target clusters based on ...READ MORE

Apr 9, 2022 in Others by Kichu
• 19,040 points
661 views
0 votes
0 answers

Upgrade instance type from r4 to r5 in AWS RDS

I am currently using an r4 instance. Model ...READ MORE

Apr 10, 2022 in Others by Kichu
• 19,040 points
1,011 views
0 votes
1 answer

How to create subnet inside a VPC in AWS using Terraform?

Hi@akhtar, You need to use aws_subnet resource inside your ...READ MORE

answered Jul 21, 2020 in Others by MD
• 95,460 points
873 views
0 votes
1 answer

What is Elastic IP in AWS and why it is useful?

A static public IPv4 address connected with ...READ MORE

answered Feb 8, 2022 in Others by Edureka
• 13,620 points
827 views
+1 vote
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP