EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.07k stars 191 forks source link

Collecting ideas on how to speed up recovery #943

Open toydarian opened 3 months ago

toydarian commented 3 months ago

I have a fairly large database and currently replaying WALs takes over 24 hours.
I'm trying to find ways to speed this up and would appreciate some input.
Up until now, I have found two possible improvements that could be done on the barman-wal-restore script.

Just to be clear, I don't expect anybody to implement any of this. I'm collecting ideas which I plan to implement myself.