PostgreSQL Index Usage and Optimization
PostgreSQL Index Usage and Optimization
If you've spent any time tuning PostgreSQL, you've hit the same frustrating moment: you added an index, you're sure it should be used, and the plan still shows a sequential scan. Or the index is used, but the q...
postgresdba.hashnode.dev8 min read