Re: Restore performance?

From: Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>, "Jesper Krogh" <jesper(at)krogh(dot)cc>
Subject: Re: Restore performance?
Date: 2006-04-10 09:02:40
Message-ID: 044d01c65c7d$875ffcc0$0c67a8c0@maniek
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> 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?
>
> The database contains quite alot of BLOB, thus the size.

You could try slony - it can do almost-zero-downtime upgrades.

Greetings
Marcin Mank

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Huxton 2006-04-10 09:06:41 Re: pg 8.1.3, AIX, huge box, painfully slow.
Previous Message Jesper Krogh 2006-04-10 08:44:59 Re: Restore performance?