xluffy / til

You only feel happy when you know what you doing
20 stars 1 forks source link

Why isn't PostgreSQL using my index #245

Open xluffy opened 5 months ago

xluffy commented 5 months ago

There are two main reasons that Postgres will not use an index. Either it can’t use the index, or it doesn’t think using the index will be faster.

https://www.pgmustard.com/blog/why-isnt-postgres-using-my-index