Understanding Sequential Scans — Why PostgreSQL Isn’t Using Your Index
Few things are more confusing to new PostgreSQL users than creating an index, running a query, and seeing PostgreSQL completely ignore it. We’ll walk through the most common reasons why PostgreSQL chooses a sequential scan, even when an index exists all while using clear examples.
Read More