|
|
|
|
|
by Izkata
1656 days ago
|
|
> Logical replication slots should have timeouts where if you haven't read the WAL record in say 24 hours it should be dropped. Make it configurable and set a sane default, problem solved. In other words, replication without using replication slots. Postgres has had it for a long time, although the limit is set in disk usage rather than time. (unless specifically logical replication and/or debezium don't support this?) |
|