til icon indicating copy to clipboard operation
til copied to clipboard

Why isn't PostgreSQL using my index

Open xluffy opened this issue 9 months ago • 0 comments

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

xluffy avatar May 16 '24 01:05 xluffy