Process Flow - Read replicas for performance
Primary Database
Create Read Replica
Replica Syncs Data
Read Traffic Directed to Replica
Primary Handles Writes
Replica Improves Read Performance
The primary database creates a read-only copy called a read replica. The replica syncs data from the primary. Read requests go to the replica, reducing load on the primary and improving performance.