Re: PostgreSQL process architecture question.

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: PostgreSQL process architecture question.
Дата
Msg-id 20080909161001.GN59092@commandprompt.com
обсуждение исходный текст
Ответ на PostgreSQL process architecture question.  ("Amber" <guxiaobo1982@hotmail.com>)
Список pgsql-general
On Tue, Sep 09, 2008 at 11:35:56PM +0800, Amber wrote:
> We know PostgreSQL uses one dedicated server process to serve one
client connection, what we want to know is whether PostgreSQL use
multiple threads inside agents processes to take advantage of multiple
CPUs.

No.  Note that "threading" is not automatically necessary to get more
than one processor to work on a single query.  But at the moment,
Postgres doesn't do that either.

A
--
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: PostgreSQL process architecture question.
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Various intermittent bugs/instability - how to debug?