Re: [COMMITTERS] pgsql: Implement prefetching via posix_fadvise() for bitmap index scans.

Lists: pgsql-hackers
From: Greg Stark <greg(dot)stark(at)enterprisedb(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Implement prefetching via posix_fadvise() for bitmap index scans.
Date: 2009-02-07 14:46:27
Message-ID: 51F44304-564E-4D39-BC29-32D252BF3D78@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

I sent a message describing where I was headed with the code and my
misgivings with Tom's concerns. I haven't seen any responses.

Hmmm. I can't find my message however so now I'm wondering if it ever
hit the lists.

--
Greg

On 6 Feb 2009, at 18:13, Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> Tom Lane wrote:
>> Log Message:
>> -----------
>> Implement prefetching via posix_fadvise() for bitmap index scans.
>> A new
>> GUC variable effective_io_concurrency controls how many concurrent
>> block
>> prefetch requests will be issued.
>>
>> (The best way to handle this for plain index scans is still under
>> debate,
>> so that part is not applied yet --- tgl)
>
> Where are we on completing this feature?
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
> EnterpriseDB http://enterprisedb.com
>
> + If your life is a hard drive, Christ can be your backup. +
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Greg Stark <greg(dot)stark(at)enterprisedb(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Implement prefetching via posix_fadvise() for bitmap index scans.
Date: 2009-02-07 16:16:12
Message-ID: 603c8f070902070816q1ecec581t72f7209f17e2676e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sat, Feb 7, 2009 at 9:46 AM, Greg Stark <greg(dot)stark(at)enterprisedb(dot)com> wrote:
> I sent a message describing where I was headed with the code and my
> misgivings with Tom's concerns. I haven't seen any responses.
>
> Hmmm. I can't find my message however so now I'm wondering if it ever hit
> the lists.

I know it did, because I remember reading it.

<searches>

http://archives.postgresql.org/message-id/87eiynlhbt.fsf@oxford.xeocode.com

...Robert