Re: Why is it not using the other processor?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Why is it not using the other processor?
Дата
Msg-id Pine.LNX.4.30.0107051821350.677-100000@peter.localdomain
обсуждение исходный текст
Ответ на Why is it not using the other processor?  (Linh Luong <linh.luong@computalog.com>)
Список pgsql-general
Doug McNaught writes:

> But thre answer to his question is that a single query will use at
> most 1 CPU, since each backend is a single process.  Multiple
> simultaneous queries will of course use all available CPUs on a
> properly-setup system.

It's a quality of implementation issue.  An operating system could
theoretically support running one process on more than one CPU, but
needless to say it would be tricky.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Daniel Åkerud
Дата:
Сообщение: Create function without return value?
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Why is it not using the other processor?