Blog

Practical notes on databases, SQL workflows, and building better developer tools.

PostgreSQL Index Scan vs Sequential Scan Explained
PostgreSQL

PostgreSQL Index Scan vs Sequential Scan Explained

Understand when PostgreSQL chooses an index scan vs sequential scan, how the query planner estimates costs, and how to tune scan behavior for faster production queries.

September 2, 2026 · 11 min read

Mobin Yazdanparast
‹ Previous123Next ›