using more then one CPU for queries

Поиск
Список
Период
Сортировка
От stig erikson
Тема using more then one CPU for queries
Дата
Msg-id dnfggd$hoq$1@floppy.pyrenet.fr
обсуждение исходный текст
Ответы Re: using more then one CPU for queries  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
from what i understand PostgreSQL only uses one CPU for any one query.

i do understand that on systems where there are many more connections
and simultaneous transactions (relatively small transactions) then the
number of processors, the queries would most likely run on a single
processor even if more processors were available.
on systems with many long running queries (possibly analytical) the same
would apply.

but on systems with relatively few queries compared to the number of
processors or on systems that have many small queries running and a few
large it could help run the large queries on more then one processor.

i would like to ask if there are some plans or if there has been any
discussions about allowing any one query to run on more then one processor?

tia.
stig

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Looking for information on PostgreSQL Stored Procedures
Следующее
От: Grzegorz Przeździecki
Дата:
Сообщение: Re: random delays