A common surprise when reading PostgreSQL execution plans is seeing a sequential scan even though a seemingly suitable index exists.
A common surprise when reading PostgreSQL execution plans is seeing a sequential scan even though a seemingly suitable index exists.Continue reading on Medium » Read More Sql on Medium
#sql