Re: Multi Procerssor

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Re: Multi Procerssor
Дата
Msg-id 007701c0d373$ca846d30$1251000a@windows
обсуждение исходный текст
Ответ на Ideal hardware configuration for pgsql  (Ryan Mahoney <ryan@paymentalliance.net>)
Список pgsql-general
> Maybe late to ask this question - but - does PG benefit from multi
> processor?

Though it's not threaded, multiple backends will use multiple processors .

>Is it dependant on the OS?

Yes. The OS has to allow use of the second (or third or fourth) processor.
Most modern Unix-like OSes will have this feature... OpenBSD is the only one
I can think of off the top of my head that doesn't have SMP support.

>And which OS' are most tuned for this purpose?

Tuned for SMP? Well, different OS's handle that in many different ways so
that's a question which requires a pretty long answer to cover all the
possibilities..

I use FreeBSD and Linux (though mainly FreeBSD) on my SMP boxes and both do
a fine job.

-Mitch


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

Предыдущее
От: "Eric G. Miller"
Дата:
Сообщение: Re: big pg 6.5 and 7.1 problem in simple application
Следующее
От: "Eric G. Miller"
Дата:
Сообщение: Re: Unique or Primary Key?