DocumentDB Load Balancing: A Key Learning from Our Load Testing
Understanding the Load Balancing Issue
In a typical Amazon DocumentDB cluster, there is a primary node that handles all write operations and one or more read replicas to distribute read traffic. Durin...