Re: Support Parallel Query Execution in Executor - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Support Parallel Query Execution in Executor
Date
Msg-id 20060409191804.GC15094@surnet.cl
Whole thread Raw
In response to Re: Support Parallel Query Execution in Executor  ("Jonah H. Harris" <jonah.harris@gmail.com>)
List pgsql-hackers
Jonah H. Harris wrote:
> On 4/9/06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Oh?  Anything much above the level of bufmgr is going to be dependent on
> > relcache, syscache, etc, and those are all definitely database-specific.
> > You can't just retarget a backend to operate in another database, at
> > least not without major changes in that infrastructure.
> 
> It's not that complicated and it may not prove to be the best method,
> but it's worth a try.  When I get done playing with it, I'll send it
> to ya to check out.

Hmm, if it turns out to work, I'm interested.  This is something that
definitely could be of some help to autovacuum.  Please post to
pgsql-patches.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: Support Parallel Query Execution in Executor
Next
From: lister@sacadia.com
Date:
Subject: Re: Support Parallel Query Execution in Executor