Indexes can make a world of difference to performance in Postgres, but it's not always obvious when you've written a query that could do with an index. Here we'll cover:

  • What indexes are
  • Some use cases for when they're helpful
  • Rules of thumb for figuring out which sort of index to add
  • How to identify when you're missing an index
continue reading on incident.io

⚠️ This post links to an external website. ⚠️