From: | Markus Schiltknecht <markus(at)bluegap(dot)ch> |
---|---|
To: | "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Support Parallel Query Execution in Executor |
Date: | 2006-04-08 18:54:35 |
Message-ID: | 1144522475.5726.28.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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
Attachment | Content-Type | Size |
---|---|---|
imsg.patch | text/x-patch | 18.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-04-08 19:04:40 | Re: How to implement oracle like rownum(function or seudocolumn) |
Previous Message | Tom Lane | 2006-04-08 18:52:11 | Re: ERROR: record type has not been registered on CVS head |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-04-08 22:02:46 | Re: Support Parallel Query Execution in Executor |
Previous Message | Jonah H. Harris | 2006-04-08 17:45:24 | Re: Support Parallel Query Execution in Executor |