Offload read traffic to read replicas where appropriate
Route read-heavy or analytics queries to read replicas, keeping the primary focused on writes and consistency-critical reads.
Why This Matters
Sending all reads to the primary makes it a bottleneck and reduces headroom for writes during traffic spikes.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.