Behind the scenes: Speeding up pgstream snapshots for PostgreSQL by Esther Minano Sanz
The last few pgstream releases have focused on optimizing snapshot performance, specifically for PostgreSQL targets. In this blog post, we’ll walk through the key improvements we made, share the lessons we learnt, and explain how they led to significant performance gains. But first, some context!What is pgstream?pgstream is an open source CDC(Change Data Capture) tool and library that offers Postgres replication support with DDL changes. Some of its key features include:Replication of DDL change...
Read more at xata.io