Re: Fastest pq_restore?

Поиск
Список
Период
Сортировка
От bricklen
Тема Re: Fastest pq_restore?
Дата
Msg-id AANLkTimdLKixWFhPTy5t-S63VFz021KQhB8Ee+kMs-2n@mail.gmail.com
обсуждение исходный текст
Ответ на Fastest pq_restore?  (Michael Andreasen <michael@dunlops.com>)
Список pgsql-performance
On Thu, Mar 17, 2011 at 7:25 AM, Michael Andreasen <michael@dunlops.com> wrote:
> Currently I am using a twin processor box with 2GB of memory and raid 5
> disk.
> I start postgres before my load with these settings, which have been
> suggested.
>
> I restore like this;
> pg_restore -Fc -j 4 -i -O -d my_db my_db_dump.tbz
>

Just throwing this out there, but you have 4 parallel jobs running the
restore (-j 4), with two processors? They are multi-core? You might be
seeing some contention there if they aren't.

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Performance on AIX
Следующее
От: Adam Tistler
Дата:
Сообщение: Select in subselect vs select = any array