Re: Support Parallel Query Execution in Executor

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Support Parallel Query Execution in Executor
Дата
Msg-id 1144522475.5726.28.camel@localhost.localdomain
обсуждение исходный текст
Список pgsql-patches
Hello,

On Sat, 2006-04-08 at 13:45 -0400, Jonah H. Harris wrote:
> > I'd like to help teaching PostgreSQL the art of parallel query
> > execution.
>
> Cool, we're not at the communication-level yet, but your help would be
> appreciated.
>
> > In case you're interested I'll compile a patch for review.
>
> Surely!

[ This patch is not meant to be included immediately. But it might be
one step towards supporting parallel query execution, IMHO. ]

This is my internal message passing implementation. I'd probably also
need to document its use...

It's not tested except for 'it works for me'. And it still misses the
'wrap around' functionality to recycle the buffer. Also, I should
probably rename buffer.h and buffer.c since there are a lot of other
buffers in PostgreSQL.

Markus


Вложения

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [HACKERS] please actualize FAQ, broken urls
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Couple of minor fixes