Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips
Дата
Msg-id m2d5m2weo6.fsf@Douglas-McNaughts-Powerbook.local
обсуждение исходный текст
Ответ на PostgreSQL on Dual Processors, Dual-Core AMD Chips  ("Onyx" <omueller@i3.com>)
Список pgsql-general
"Onyx" <omueller@i3.com> writes:

> Hello Everyone,
> Does anyone know if PostgreSQL supports running on dual processors, and
> will efficiently utilize the dual processors for performance?  More
> specifically, will PostgreSQL utilize the dual processor performance of
> using dual-core AMD chips?  Any information would be helpful...

Each session is an independent non-threaded process, so you won't get
any speedup on a single query.  But multiple sessions can be scheduled
simultaneously on different processors, so in the usual case of many
client connections it will definitely help.

-Doug

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: Number of rows of a table
Следующее
От: Robert Treat
Дата:
Сообщение: Re: [pgsql-advocacy] Oracle buys Innobase