PostgreSQL Replication Slots
In simpler terms, logical replication in PostgreSQL is a way to copy data from one database to another in a more flexible and customizable manner compared to physical replication.
PostgreSQL: Documentation: 17: 53.4. Streaming Replication Protocol
29.2. Subscription # 29.2.1. Replication Slot Management 29.2.2. Examples: Set Up Logical Replication 29.2.3. Examples: Deferred Replication Slot Creation A subscription ….
Using PostgreSQL Replication Slots | Severalnines
Learn how PostgreSQL replication slots can help with WAL build-ups on the primary and how to monitor them to avoid unbounded disk growth.
