Re: Pg_dump - Mailing list pgsql-admin

From Scott Ribe
Subject Re: Pg_dump
Date
Msg-id 370989DB-26AD-451A-AF28-C4752E08FE77@elevated-dev.com
Whole thread Raw
In response to Re: Pg_dump  (Holger Jakobs <holger@jakobs.com>)
Responses Re: Pg_dump
List pgsql-admin
> Readers don't block writers, writers don't block readers in PostgreSQL.
>
> pg_dump is a reader.
>
> --
> Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

Additionally, I've done some stress testing and found that pg_dump puts surprisingly low load on our dbs. Of course,
likeeverything else, this dependent on your specifics--after all the dump will require reading all rows, so for
instanceif you're disk-bound, you could see a performance hit. But generally, if your db is running in a reasonably
"healthy"performance range and not already close to limits, pg_dump won't have a performance impact visible to users. 




pgsql-admin by date:

Previous
From: Holger Jakobs
Date:
Subject: Re: Pg_dump
Next
From: jason cable
Date:
Subject: Re: Pg_dump