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

Schedule - PGConf.EU 2017

Distributed computing on PostgreSQL

Date: 2017-10-26
Time: 14:40–15:30
Room: Baltic II+III
Level: Intermediate

One of the unique things about postgres is that extensions can add new functionality that falls outside the scope of a SQL database. Several postgres extensions add the ability to perform commands or query data on other servers. These extensions can be combined in interesting ways to form advanced distributed systems on top of postgres.

In this talk we will explore how extensions such as dblink, postgres_fdw, pglogical, pg_cron, and citus together with PL/pgSQL can be used as building blocks for distributed systems. We will give several demonstrations of using PostgreSQL as a distributed computing platform, including a MapReduce implementation that can transform very large tables, and a Kafka-like distributed queue.

Slides

The following slides have been made available for this session:

Speaker

Marco Slot