replication | Cộng đồng PostgreSQL Việt Nam's blog
PostgreSQL Replication - Xây dựng CI-CD để deploy tự động. Bài trước mình đã đi sơ lược về postgres ... max_replication_slots = 5 synchronous_commit = off. Đã sao ...
pg_create_logical_replication_slot - 555 win
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.
PostgreSQL® Extensions to the JDBC API | pgJDBC
postgres-config update --config max_slot_wal_keep_size=2GB. ... max_replication_slots: Defines the number of replication slots for data streaming.
PostgreSQL 13: Don't let slots kill your primary | EDB
Activating replication slots allows for efficient and reliable data replication in PostgreSQL. By authorizing the Rivery user with the REPLICATION role, you enable the necessary permissions for managing replication slots.
