Re: Database multi-threading

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: Database multi-threading
Дата
Msg-id 3.0.6.32.20020215144840.01ba79a0@pop6.sympatico.ca
обсуждение исходный текст
Ответ на Database multi-threading  ("Travis Hoyt" <thoyt@npc.net>)
Список pgsql-novice
Your system should use multiple processors when you have concurrent
connections active.  A restore from a pg_dumpall file only uses one
connection.  If you had create separate pg_dump files from your old system,
then start restore on each file separately; you would then use multiple
processors.

Frank


At 02:35 PM 2/15/02 -0500, Travis Hoyt wrote:
>Greetings,
>
>Just got lucky enough to swipe an 8 processor server and I'm trying to find
>out how I can make the most of my resources.  Doing a restore from a
>pg_dumpall I see that the postmaster is basically dogging one CPU.  Anyone
>know how I can make the postmaster share the love?  Any info on general
>performance enchancements would be greatly appreciated as well.  This system
>has lots of disk space, 2 Gb of memory and again 8 processors.  Any thoughts
>would be appreciated.
>
>Thanks,
>
>Travis

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

Предыдущее
От: "Travis Hoyt"
Дата:
Сообщение: Database multi-threading
Следующее
От: Francisco Reyes
Дата:
Сообщение: Re: Upgrading to 7.2