Hacker News new | ask | show | jobs
by melor 3711 days ago
Both do mostly the same thing with some differences. The biggest difference currently could be that WAL-E uses the PostgreSQL "archive_command" to send incremental backups (WAL files) in complete 16 megabyte chunks, whereas PGHoard uses real-time streaming with "pg_receivexlog", making the data loss window much smaller in case of a disaster.
1 comments

You can set archive_timeout to something like 1 minute to bound the window.