Re: pg_restore taking 4 hours!

Поиск
Список
Период
Сортировка
От Iain
Тема Re: pg_restore taking 4 hours!
Дата
Msg-id 00ee01c4e17f$d54f59a0$7201a8c0@mst1x5r347kymb
обсуждение исходный текст
Ответ на pg_restore taking 4 hours!  (Rodrigo Carvalhaes <grupos@carvalhaes.net>)
Список pgsql-performance
Hi,

Sorry, I didn't catch the original message, so I'm not sure if the original
poster mentioned the postgres version that he's using.

I just thought that I'd contribute this observation.

I have a DB that takes several hours to restore under 7,1 but completes in
around 10 minutes on 7.4. The main reason for this is that by default the
7.4 restore delays creation of PKs and indexes until after the data load,
whereas 7.1 doesn't.

I noticed that 7.1 has a re-arrange option that reportedly delays the pks
and indexes, so presumably this would have alleviated the problem.

I also noticed that a dumpfile created under 7.1 took hours to restore using
7.4 to load it as the order remained in the default of 7.1.

I don'tknow when the default behaviour changed, but I get the feeling it may
have been with 7.4.

HTH
Iain


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

Предыдущее
От: Hasnul Fadhly bin Hasan
Дата:
Сообщение: Trying to create multi db query in one large queries
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Similar tables, different indexes performance