Why read replicas often fail to reduce primary database load when reads are coupled to writes, replica lag triggers fallback behavior, and query cost is misunderstood.
Why a database index can exist and still fail to speed up a query, including selectivity, row estimates, composite index order, post-index filters, ORDER BY LIMIT behavior, partial indexes, and production verification.