As far as I understood
- WAL archiving is pushing the WAL logs to a storage place as the WAL files are generated
- Incremental backup is pushing all the WAL files created since the last backup
So, assuming my WAL archiving is setup correctly
- Why would I need incremental backups?
- Shouldn't the cost of incremental backups be almost zero?
Most of the documentation I found is focusing on a high level implementation (e.g. how to setup WAL archiving or incremental backups) vs the internal ( what happens when I trigger an incremental backup)
My question can probably be solved with a link to some documentation, but my google-fu has failed me so far
database cluster files
, so I ran my own test. Great answer anyway, thx! – Casemaker