Conference Schedule - PGCon 2023

The journey towards active-active replication in PostgreSQL

Date: 2023-06-01
Time: 10:00–10:45
Room: DMS 1120
Level: Intermediate

The way to distribute data from PostgreSQL has evolved over the past decade, making it simpler to build systems for high availability, move data to other locations, or manage independent shards. Much of this is due to logical replication, which allows users to define exactly how they want to stream data between different databases.

In this talk, we will explore how logical replication has evolved over the past decade. We will explore different use cases for logical replication and how PostgreSQL solves them. We'll also review current and planned features for logical replication, including new and ongoing features such as bidirectional replication, parallel apply of transactions, and DDL replication.

Finally, we will propose a roadmap for logical replication to solve more high availability and scalability problems, and how we can build towards active-active replication.

link to video

Slides

The following slides have been made available for this session:

Speaker

Amit Kapila
Jonathan S. Katz