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

Schedule - PGConf.EU 2019

Be Inclusive: Welcome Non-key Columns in B-Tree Indexes

Date: 2019-10-16
Time: 12:00–12:50
Room: Washington
Level: Intermediate

PostgreSQL 11 introduced the INCLUDE clause for b-tree indexes. The main intention of this clause is to enable Index Only Scans without including selected columns into the index key. But the INCLUDE clause has many other interesting capabilities that might be even more useful than the support of Index Only Scans.

This talk gives you a brief introduction into b-tree indexes, Index Only Scans and what the INCLUDE clause does. It demonstrates where cases the INCLUDE clause can be beneficial and discusses a few more subtle benefits that are not commonly known. Finally, the talk also shows the limits of the INCLUDE clause in PostgreSQL 11.

Slides

The following slides have been made available for this session:

Speaker

Markus Winand