PostgreSQL indexing explained — 5 index types and when to use each
Indexes are one of those things that everybody knows they should use, but few people actually understand beyond the basics. You create an index, the query gets faster, done. Except when it doesn't. Or when the wrong index makes things slower. Or when...
rostislav-dugin.hashnode.dev11 min read