Concept Flow - Read from secondaries trade-offs
Client sends read request
Check read preference
Primary
Read data
Return data to client
Consider trade-offs: consistency, latency, load balancing
The client decides where to read data from (primary or secondary) based on read preference, then reads data and returns it, balancing trade-offs like consistency and latency.