Session

Back

Looking It Up: PostgreSQL Indexes

Date: 2019-09-13
Time: 16:30 - 17:20
Room: Salon 15-16
Level: Intermediate

PostgreSQL has a huge range of possible index types above the traditional B-Tree: GiST, GIN, SP-GiST, BRIN, Hash… and some that aren't even part of the core.

When do you use them? What are they good for? How well do they perform? This talk goes over the collection of exotic animals that is PostgreSQL's indexes, along with how to use them properly.

Slides

The following slides have been made available for this session:

Speaker

Christophe Pettus