Re: Tuning postgres for fast restore? - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Tuning postgres for fast restore?
Date
Msg-id dcc563d10902221757u31ea9e70g2eb57f9bc6a64e1e@mail.gmail.com
Whole thread Raw
In response to Re: Tuning postgres for fast restore?  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgsql-admin
On Sat, Feb 21, 2009 at 12:14 AM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Tino Schwarze a écrit :
>> [...]
>> I'm going to pg_restore a database dump of about 220 GiB (uncompressed,
>> but most data is BLOBs). The machine has 8 GiB of memory and 8 cores.
>> Is there any advice to speed up restoring, postgresql.conf-wise?
>>
>> I already have a script which does the data loading and index creation
>> in parallel. I'm looking for advice regarding shared_mem, work_mem and
>> maintenance_mem - shall I raise them?
>>
>
> You should definitely raise shared_buffers and maintenance_work_mem.

Also, you can disable fsync during a restore if the machine's not
handling any other databases.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: database corruption help needed
Next
From: Nicola Mauri
Date:
Subject: Re: Crash with data corruption under Windows