replication slots: How to Set up PostgreSQL Database Replication. pg_create_logical_replication_slot - 555 win. Cấu hình Streaming Replication trong PostgreSQL 13 - Đào tạo Oracle ... .
Publication
slots configuration involves using the Create Replication
Slot command in PostgreSQL to establish
a slot dedicated to publishing data.
An introduction to logical replication and change data capture ... Logical replication is a method of replication where Postgres uses the WAL files and transmit those changes to another Postgres database, or a system that supports reading WAL files.
We use the term logical in contrast to physical replication, which uses exact block addresses and byte-by-byte replication.