pg_dumpall affecting performance

From: Mark Mikulec <mark(at)anticentertainment(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: pg_dumpall affecting performance
Date: 2011-02-15 18:41:04
Message-ID: a483a34e4c34f31e44ee156f79c0fc71@anticentertainment.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,

I was under the impression that pg_dumpall didn't affect database
performance when dumping while the db is live. However I have evidence to
the contrary now - queries that are run during the pg_dumpall time take 10
to a 100 times longer to execute than normal while pg_dumpall is running.
The strange thing is that this started after my database grew by about 25%
after a large influx of data due to user load. I'm wonder if there is a
tipping
point or a config setting I need to change now that the db is larger that
is
causing all this to happen.

Thanks,
Mark

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Plugge, Joe R. 2011-02-15 18:45:34 Re: pg_dumpall affecting performance
Previous Message Kevin Grittner 2011-02-15 18:06:56 Re: high user cpu, massive SELECTs, no io waiting problem