This site is about a previous instance of this event. For the current event, please see the updated site.

Schedule - PGConf.EU 2019

A Deep Dive into PostgreSQL Indexing

Date: 2019-10-16
Time: 13:00–13:50
Room: Foscolo
Level: Intermediate

Indexes are a basic feature of relational databases, and PostgreSQL offers a rich collection of options to developers and designers. To take advantage of these fully, users need to understand the basic concept of indexes, to be able to compare the different index types and how they apply to different application scenarios. Only then can you make an informed decision about your database index strategy and design. One thing is for sure: not all indexes are appropriate for all circumstances, and using a ‘wrong’ index can have the opposite effect to that you intend and problems might only surface once in production. Armed with more advanced knowledge, you can avoid this worst case scenario! We’ll take a look on how to use pg_stat_statment to find opportunities for adding indexes to your database. We’ll take a look at when to add an index, and when adding an index is unlikely to result in a good solution. So should you add an index to every column? Come and discover why this strategy is rarely recommended as we take a deep dive into PostgreSQL indexing.

Slides

The following slides have been made available for this session:

Speaker

Ibrar Ahmed