Re: Development Plans - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Development Plans
Date
Msg-id 21831.1109433435@sss.pgh.pa.us
Whole thread Raw
In response to Re: Development Plans  (Jeff Hoffmann <jeff@propertykey.com>)
List pgsql-hackers
Jeff Hoffmann <jeff@propertykey.com> writes:
> On Feb 25, 2005, at 10:36 AM, Tom Lane wrote:
>> I'm privately hoping to get bitmap index operations into 8.1 (that is,
>> build a bitmap of tuple locations from an index, possibly AND or OR the
>> results of multiple indexes, and finally visit the heap in CTID order).
>> This is not as big as say the Windows port, but it's easily a solid
>> month or two of effort.

> I'd be very excited to see this implemented so I'm happy someone so 
> high-profile seems to be interested in it getting done.  Were you 
> planning on doing it yourself or are there people you know who are 
> actively working on it?  When you say "hoping" is that "probably, but 
> no guarantees" or is it more "it'd be nice if someone took the lead on 
> this"?

It's more "I want to work on this but can't promise it'll get done".
Once the APIs are sketched out it'd be nice to rope some people into
helping with parts of it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: idea for concurrent seqscans
Next
From: Tom Lane
Date:
Subject: Re: idea for concurrent seqscans