Bird
0
0

Why do read replicas not improve write performance in AWS RDS?

hard📝 Conceptual Q10 of 15
AWS - RDS and Relational Databases
Why do read replicas not improve write performance in AWS RDS?
ABecause all writes must go to the primary database instance
BBecause replicas reject all queries
CBecause replicas only store backups
DBecause replicas encrypt data and slow down writes
Step-by-Step Solution
Solution:
  1. Step 1: Understand write handling in RDS

    Writes are only accepted by the primary instance to maintain data consistency.
  2. Step 2: Clarify replica roles

    Replicas serve read queries and replicate data asynchronously; they do not accept writes.
  3. Final Answer:

    Because all writes must go to the primary database instance -> Option A
  4. Quick Check:

    Writes go only to primary = B [OK]
Quick Trick: Writes always go to primary, replicas serve reads only [OK]
Common Mistakes:
  • Assuming replicas accept writes
  • Confusing backup storage with replicas

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes