Re: Restore performance?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Jesper Krogh <jesper(at)krogh(dot)cc>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Restore performance?
Date: 2006-04-10 08:43:31
Message-ID: 443A1AB3.2050707@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jesper Krogh wrote:
> Hi
>
> I'm currently upgrading a Posgresql 7.3.2 database to a
> 8.1.<something-good>
>
> I'd run pg_dump | gzip > sqldump.gz on the old system. That took about
> 30 hours and gave me an 90GB zipped file. Running
> cat sqldump.gz | gunzip | psql
> into the 8.1 database seems to take about the same time. Are there
> any tricks I can use to speed this dump+restore process up?

If you can have both database systems up at the same time, you could
pg_dump | psql.

Regards,
Andreas

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jesper Krogh 2006-04-10 08:44:59 Re: Restore performance?
Previous Message Doron Baranes 2006-04-10 08:30:37 Re: