Using indexes to speed up queries in PostgreSQL
In this post, I am going to explain how you can use indexes to speed up SELECT queries on a PostgreSQL database. Most of what this post covers will apply to any type of SQL database, but the syntax may be specific to PostgreSQL.
I spent the last mont...
cbaggini.hashnode.dev2 min read