Re: One or more processor ?

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: One or more processor ?
Дата
Msg-id 6065ix3p39.fsf@dev6.int.libertyrms.info
обсуждение исходный текст
Ответ на One or more processor ?  (Hervé Piedvache <herve@elma.fr>)
Ответы Re: One or more processor ?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
herve@elma.fr (=?iso-8859-15?q?Herv=E9=20Piedvache?=) writes:
> A simple question about PostgreSQL ... I have a Pentium Xeon Quadri processors
> ...
> If I do a SQL request ... does PostgreSQL use one or more processor ?

Just one processor.

> And if it use only one ... why ?
> Could you explain me this ;o)

... Because partitioning requests across multiple processors is a
hairy and difficult proposition.

Some musing has been done on how threading might be used to split
processing of queries across multiple CPUs, but it represents a pretty
immense task involving substantial effort for design, implementation,
and testing.

It's tough to make this portable across all the system PostgreSQL
supports, too.

So while musing has been done, nobody has seriously tried implementing
it.
--
output = ("cbbrowne" "@" "libertyrms.info")
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: further testing on IDE drives
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: go for a script! / ex: PostgreSQL vs. MySQL