For a MySQL DB system with five active read replicas and a workload consisting mostly of reads, the fastest query response time is achieved by:
C.Connect to the read replica load balancer to perform read-only operations: The read replica load balancer distributes the read workload across all replicas, optimizing performance and response time.
[:MySQL documentation: Using Replication for Scale-Out, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit