Schedule - PGConf NYC 2025

Unlocking PostgreSQL Performance: A Guide to Index Types and When They Should Be Used

Level: Intermediate

In the world of relational databases, indexes are crucial for optimizing query performance. PostgreSQL, a powerful open-source database system, offers a variety of index types beyond the standard B-tree. This presentation delves into the different index types available in PostgreSQL, exploring their strengths, weaknesses, and ideal use cases.

Specifically, we will cover and show use cases (using actual explain plan output) for the following types of indexes:

Speaker

Shane Borden