From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | <sailesh(at)cs(dot)berkeley(dot)edu>, "Mike Rylander" <mrylander(at)gmail(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: APR 1.0 released |
Date: | 2004-10-09 00:41:55 |
Message-ID: | D425483C2C5C9F49B5B7A41F89441547055541@postal.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Querying the Internet with PIER" is an interesting recent paper.
Authored at Berkeley -- same spawning grounds as PostgreSQL.
;-)
Authors:
Ryan Huebsch, Joseph M. Hellerstein, Nick Lanham, Boon Thau Loo, Scott
Shenker, Ion Stoica
> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Sailesh Krishnamurthy
> Sent: Friday, October 08, 2004 5:00 PM
> To: Mike Rylander
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] APR 1.0 released
>
>
>
> IMHO the best references to parallelizing query plans are in
> the Volcano papers. The Exchange operator is a really clean
> abstraction - the idea is to place the Exchange operator in
> query plans and that way you don't have to paralellize any
> other operator. Exchange takes care of managing the IPC
> queues and also worries about whether or not you have to,
> say, "rehash the data", or "broadcast the data to all other
> processes" or "direct the data to a single node" ...
>
> I'd suggest reading the following paper:
>
> "Encapsulation of parallelism in the Volcano query processing system"
>
> By Goetz Graefe in SIGMOD 1990.
>
> Link: http://portal.acm.org/citation.cfm?id=98720
>
> The above link also has references to Gamma but I really like
> the exposition in the Volcano/Exchange work much better.
>
> --
> Pip-pip
> Sailesh
> http://www.cs.berkeley.edu/~sailesh
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-10-09 01:29:24 | Re: [HACKERS] Log line prefix on win32 |
Previous Message | Bruce Momjian | 2004-10-09 00:36:32 | Re: more dirmod CYGWIN (was: APR 1.0 released) |