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

Schedule - PGConf.EU 2016

Extend BRIN support to PostGIS: Block Range INdexing on geospatial data

Date: 2016-11-03
Time: 11:50–12:40
Room: Alfa 2
Level: Intermediate

With geospatial dataset always growing larger, it is now common to have to handle terabytes of data. GiST indexes can be successfully used in PostGIS, but with such volumes of data, their performances tend to drop as their size grow larger than available RAM. For smaller dataset, they perform well but are big and can take a long time to build.

This has prompted us to develop a patch for PostGIS, in order to add the support for BRINs for geospatial datatypes. It has been submitted and recently reviewed, and have been committed into PostGIS.

In this presentation, we will present how BRIN indexes can be used on geospatial data. Benchmarks will be presented comparing build time, index sizes and performances in read/write queries of BRIN versus GiST indexes. We will also explain current limitations of BRIN indexes and how we can further improve them.

Speaker

Giuseppe Broccolo
Julien Rouhaud