boringSQL | Supercharge your SQL & PostgreSQL powers · Apr 14, 2024
When and Why PostgreSQL Indexes Are Ignored
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
While it's true the most problems can be solved by the appropriate use of the index, there are cases where you will just waste resources doing so. For casual developer it might seems like PostgreSQL decided to do its own thing, but when you look behind the scenes it all makes perfect sense. Here's a quick run down of the some reasons why planner might pass on index and rather do things…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.