Scenario
The planner avoids index scans on data that is actually cached. effective_cache_size tells it how much memory the OS + PostgreSQL likely have for caching. Diagnose it Check the current value: SHOW effective_cache_size; Why it happens…
Investigation Path
Career Impact
This scenario builds production judgment and operational confidence under pressure.