Re: Restore performance?

Поиск
Список
Период
Сортировка
От Marcin Mańk
Тема Re: Restore performance?
Дата
Msg-id 044d01c65c7d$875ffcc0$0c67a8c0@maniek
обсуждение исходный текст
Ответ на Restore performance?  (Jesper Krogh <jesper@krogh.cc>)
Список 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

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Jesper Krogh"
Дата:
Сообщение: Re: Restore performance?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: pg 8.1.3, AIX, huge box, painfully slow.