Why we rewrote WAL-G for Postgres backups in Rust: Meet WAL-RUS
- Postgres backups are one of those pieces of infrastructure that should be boring.
- They sit in the background, continuously archiving WAL files, uploading backups, and making sure that when something goes wrong, recovery is possible.
- At ClickHouse Cloud, this path is critical.
Unverified
- Postgres backups are one of those pieces of infrastructure that should be boring.
- They sit in the background, continuously archiving WAL files, uploading backups, and making sure that when something goes wrong, recovery is possible.
- At ClickHouse Cloud, this path is critical.
Sources: Clickhouse