pg_dump with low priority?

From: Bryan Field-Elliot <bryan_lists(at)netmeme(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump with low priority?
Date: 2005-10-22 12:39:27
Message-ID: 1129984767.17898.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We have a huge database which must be backed up every day with pg_dump.
The problem is, it takes around half an hour to produce the dump file,
and all other processes on the same box are starved for cycles
(presumably due to I/O) during the dump. It's not just an inconvenience,
it's now evolved into a serious problem that needs to be addressed.

Is there any mechanism for running pg_dump with a lower priority? I
don't mind if the backup takes two hours instead of half an hour, as
long as other processes were getting their fair share of cycles.

Thank you for any advice,

Bryan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johan Wehtje 2005-10-22 12:45:20 Re: PgInstallerfor 8.1 beta 3 missing Postgis?
Previous Message Magnus Hagander 2005-10-22 09:40:43 Re: PgInstallerfor 8.1 beta 3 missing Postgis?