Re: Support Parallel Query Execution in Executor

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
Cc: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Support Parallel Query Execution in Executor
Date: 2006-04-06 14:41:15
Message-ID: 4435288B.3050003@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Jonah H. Harris wrote:
> On 4/6/06, Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu> wrote:
>
>> I have written some experimental code of doing master-slave seqscan in
>> PostgreSQL. During the work, I feel we had enough infrastructure to support
>> parallel query execution.
>>
>
> Great work! I had looked into this a little bit and came to the same
> ideas/problems you did, but none of them seemed insurmountable at all.
> I'd be interested in working with you on this if you'd like.
>
> I'm interested in hearing Tom's suggestions on this topic too.
>
>

From time to time there is (often ill-informed) discussion about making
postgres multi-threaded - this strikes me as a possible candidate area
for multithreading, and maybe that would be a way to overcome some of
the problems mentioned.

Just a thought

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2006-04-06 14:51:24 Re: About pg_hba.conf
Previous Message Chris Browne 2006-04-06 14:37:47 Re: About pg_hba.conf

Browse pgsql-patches by date

  From Date Subject
Next Message Thomas Hallgren 2006-04-06 16:56:24 Re: Support Parallel Query Execution in Executor
Previous Message Jonah H. Harris 2006-04-06 12:51:57 Re: Support Parallel Query Execution in Executor