Re: Export/import issue/question - Mailing list pgsql-admin

From Tom Lane
Subject Re: Export/import issue/question
Date
Msg-id 15839.1182434929@sss.pgh.pa.us
Whole thread Raw
In response to Re: Export/import issue/question  (Karl Wright <kwright@metacarta.com>)
List pgsql-admin
Karl Wright <kwright@metacarta.com> writes:
> (a) How do I get around the "out of memory" error for pg_restore?

Does this table have foreign key constraints?  I imagine you're running
out of space for the deferred-trigger list.

> (b) How can I get the restore performance up to the level where it takes
> only a couple of hours at most to do this restore?

For both this and (a), the main thing is "avoid data-only restores".
Read
http://www.postgresql.org/docs/8.2/static/populate.html
particularly the last section about making efficient use of pg_dump.

            regards, tom lane

pgsql-admin by date:

Previous
From: Karl Wright
Date:
Subject: Re: Export/import issue/question
Next
From: Tom Lane
Date:
Subject: Re: initdb problem