max_slot_wal_keep_size

max_slot_wal_keep_size: PostgreSQL 13: Don't let slots kill your primary. Working with read replicas for Amazon RDS for PostgreSQL. Amazon Aurora PostgreSQL parameters.
ĐĂNG NHẬP
ĐĂNG KÝ
max_slot_wal_keep_size

2026-03-25


If max_slot_wal_keep_size is zero, which is the default value, then there’s no limit. I don’t recommend this, because it leads to failures when slots fill the disk.
The last two states are seen only when max_slot_wal_keep_size is non-negative. If restart_lsn is NULL, this field is null.
The max_slot_wal_keep_size parameter controls the quantity of WAL data that the RDS for PostgreSQL DB instance retains in the pg_wal directory to serve slots.