Re: 7 hrs for a pg_restore?

Поиск
Список
Период
Сортировка
От Douglas J Hunley
Тема Re: 7 hrs for a pg_restore?
Дата
Msg-id 200802191400.56809.doug@hunley.homeip.net
обсуждение исходный текст
Ответ на Re: 7 hrs for a pg_restore?  (Richard Huxton <dev@archonet.com>)
Список pgsql-performance
On Tuesday 19 February 2008 13:13:37 Richard Huxton wrote:
> Douglas J Hunley wrote:
> > I spent a whopping seven hours restoring a database late Fri nite for a
> > client. We stopped the application, ran pg_dump -v -Ft -b -o $db >
> > ~/pre_8.3.tar on the 8.2.x db, and then upgrading the software to 8.3. I
> > then did a pg_restore -v -d $db ./pre_8.3.tar and watched it positively
> > crawl. I'll grant you that it's a 5.1G tar file, but 7 hours seems
> > excessive.
>
> Depends, both on the machine and the database.
>
> What sort of disk i/o are you seeing, what's the cpu(s) doing, and
> what's the restore taking so long over (since you have -v)?

The I/O didn't seem abnormal to me for this customer, so I didn't record it.
It wasn't excessive though. It took the longest on a couple of our highest
volume tables. By far index creation took the longest of the entire process

>
> Oh, and have you tweaked the configuration settings for the restore?
> Lots of work_mem, turn fsync off, that sort of thing.

I didn't tweak anything for the restore specifically. Used the postgresql.conf
as attached in another reply


--
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
http://doug.hunley.homeip.net

One item could not be deleted because it was missing.  -- Mac System 7.0b1
error message

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

Предыдущее
От: Douglas J Hunley
Дата:
Сообщение: Re: 7 hrs for a pg_restore?
Следующее
От: Douglas J Hunley
Дата:
Сообщение: Re: 7 hrs for a pg_restore?