pg_restore takes ages

From: Alex <alex(at)meerkatsoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_restore takes ages
Date: 2003-10-03 07:19:11
Message-ID: 3F7D22EF.6050507@meerkatsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I use pg_restore to load a previously dumped database. (10mil records).
the load of the data runs quite fast but when starting creating the
triggers for foreign keys it takes forever.

Isnt there are a faster way. after all the triggers in the source db
already made sure the data was clean.

Thanks
Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-10-03 07:33:30 Re: Type of application that use PostgreSQL
Previous Message Stephan Szabo 2003-10-03 05:58:38 Re: return next in recursive function