Re: database response slows while pg_dump is running (8.4.2)

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Aleksey Tsalolikhin <atsaloli(dot)tech(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: database response slows while pg_dump is running (8.4.2)
Date: 2010-06-10 22:41:53
Message-ID: 4C116A31.8020401@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/10/2010 02:49 PM, Aleksey Tsalolikhin wrote:
>
> ...
>
>> Is there any way I can keep my response fast but still get my pg_dump?
>> Or should I move my pg_dump to a Slony-I slave?
>>
>
> 1. We're not dumping across the network. The pg_dump
> process runs on the same physical server as PostgreSQL.
>
> ...
> 3. We ARE disk bound...

So are you writing the backup to the same disk(s) that support the db?
What happens if you do the dump from a different machine? You'll
increase network traffic, of course, but reduce your disk load. And you
won't be keeping your dump on the same machine as your live data.

Cheers,
Steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aleksey Tsalolikhin 2010-06-10 22:53:25 Re: database response slows while pg_dump is running (8.4.2)
Previous Message Cédric Villemain 2010-06-10 22:20:29 Re: pg/linux How much swap relative to physical memory is needed?