Schedule - PostgreSQL Development Conference 2024

MySQL replication deep dive, and ideas for PostgreSQL

Date: 2024-05-30
Time: 09:00–09:50
Room: Sauder(2270)
Level: Beginner

PostgreSQL originally supported physical replication, and built in support for logical replication was added in PostgreSQL 10. On the other hand, MySQL only supports logical replication. In this talk, we will cover implementation details of MySQL replication - How MySQL writes the binary log, and ensures that it is consistent with storage engine? How the binary log is applied on the replica, and various optimization techniques? Finally we will discuss some pros and cons of this implementation, and compare it to other engines like PostgreSQL.

Speaker

Jagdeep Sidhu