|
|
|
|
|
by edistra
216 days ago
|
|
Thanks for the deep dive on Postgres WAL. I recently had the opportunity to play with PostgreSQL WAL in the scope of implementing opensearch cdc pipeline, and it was really exciting to see what is possible to achieve with it. Be cautious with idle replica slots though, I got bitten by inactive slots filling up the production database storage. PostgreSQL 18 introduces idle_replication_slot_timeout to mitigate this. |
|