Re: Multi CPU Queries - Feedback and/or suggestions wanted!

Поиск
Список
Период
Сортировка
От Julius Stroffek
Тема Re: Multi CPU Queries - Feedback and/or suggestions wanted!
Дата
Msg-id 48FE4060.8050702@sun.com
обсуждение исходный текст
Ответ на Re: Multi CPU Queries - Feedback and/or suggestions wanted!  ("Jeffrey Baker" <jwbaker@gmail.com>)
Список pgsql-hackers
Hi Jeffrey,

thank you for the suggestion. Yes, they potentially can, we'll consider 
this.

Julo

Jeffrey Baker wrote:
> I don't see why multiple CPUs can't work on the same node of a plan.  
> For instance, consider a node involving a scan with an expensive 
> condition, like UTF-8 string length.  If you have four CPUs you can 
> bring to bear, each CPU could take every fourth page, computing the 
> expensive condition for each tuple in that page.  The results of the 
> scan can be retired asynchronously to the next node above.


>
> -jwb


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Regression in IN( field, field, field ) performance
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: So what's an "empty" array anyway?