Re: Support Parallel Query Execution in Executor

From: "Luke Lonergan" <llonergan(at)greenplum(dot)com>
To: "Gregory Maxwell" <gmaxwell(at)gmail(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Support Parallel Query Execution in Executor
Date: 2006-04-09 20:51:50
Message-ID: C05EC1F6.21323%llonergan@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Gregory,

On 4/9/06 1:36 PM, "Gregory Maxwell" <gmaxwell(at)gmail(dot)com> wrote:

> It might also be interesting for someone with the right testing rig on
> linux to try the adaptive
> readahead patch to see if that improves PG's ability to keep the disk busy.

"the" adaptive readahead patch? Did I miss one?

We will happily test experimental patches that improve I/O utilitization.
We have an assortment of gear with high speed I/O, mostly Linux now.

- Luke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Luke Lonergan 2006-04-09 20:59:40 Re: Support Parallel Query Execution in Executor
Previous Message Bruce Momjian 2006-04-09 20:46:13 Re: [SUGGESTION] CVSync

Browse pgsql-patches by date

  From Date Subject
Next Message Luke Lonergan 2006-04-09 20:59:40 Re: Support Parallel Query Execution in Executor
Previous Message Alvaro Herrera 2006-04-09 20:43:20 Re: [WIP] Add relminxid column to pg_class