Re: backup and recovery - Mailing list pgsql-admin

From Jeff
Subject Re: backup and recovery
Date
Msg-id DC617BF4-7C0B-11D8-ADE4-000D9366F0C4@torgo.978.org
Whole thread Raw
In response to backup and recovery  ("Mark M. Huber" <MHuber@VMdirect.com>)
List pgsql-admin
On Mar 18, 2004, at 3:08 PM, Mark M. Huber wrote:

> It seams that any backup and recovery sucks. My main db backup takes
> over two hours to complete and 13 hours to recover what am I doing
> wrong? Any hints?ideas? Recommendations?
>
>

Increasing sort_mem dramatically (say, 128M) will greatly speed things
up - especially with foriegn key creation and index creation (Those two
things are what takes the longest in a PG restore).  Be sure to turn it
back down to something normal after the store (If you didn't change it
on a single session)

However a 500k row table is not terribly big.. How big is the dump in
terms of MB?

--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/
http://www.stuarthamm.net/


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: read/write statistics on a table
Next
From: "Luz Aida Uribe Velez"
Date:
Subject: Differential Backup