Hacker News new | past | comments | ask | show | jobs | submit login

how does a backup cause write contention? are you backing up to the same disk?

also why are backups using pg_dump? that’s not a backup.




https://www.postgresql.org/docs/current/app-pgdump.html

> pg_dump is a utility for backing up a PostgreSQL database. It makes consistent backups even if the database is being used concurrently.


Possibly MVCC keeping a snapshot so the whole dump is consistent.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: