Exploring versions of the Postgres logical replication protocol
Introduction
Logical Replication is one of the many ways a Postgres database can replicate data to other Postgres database (a.k.a standby). Logical replication directly reads from the write-ahead log (WAL), recording every database change, avoiding t...
blog.peerdb.io8 min read