Re: On-disk bitmap index patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: On-disk bitmap index patch
Date
Msg-id 24222.1153859513@sss.pgh.pa.us
Whole thread Raw
In response to Re: On-disk bitmap index patch  (Hannu Krosing <hannu@skype.net>)
Responses Re: On-disk bitmap index patch  ("Luke Lonergan" <llonergan@greenplum.com>)
Hash indexes (was: On-disk bitmap index patch)  (Jim Nasby <jnasby@pervasive.com>)
List pgsql-hackers
Hannu Krosing <hannu@skype.net> writes:
> Ühel kenal päeval, T, 2006-07-25 kell 13:06, kirjutas Tom Lane:
>> The reason I have such high sales resistance is that we've carried the
>> hash and rtree AMs for years, hoping that someone would do the work to
>> make them actually worth using, with little result.

> What would be the use-case for hash indexes ? And what should be done to
> make them faster than btree ?

If we knew, we'd do it ;-)  But no one's put enough effort into it
to find out.

> and was'nt the rtree index recently deprecated in favour of GIST
> implementation of the same ?

Yeah, we finally gave up on rtree entirely.  I don't want to see any
other index AMs languishing in the closet like that.  If bitmap can
hold its own to the extent that people are interested in working on
it/improving it, then great, but I'm worried that it's not going to
have a wide enough use-case to attract maintainers.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: status of yet another timezone todo item
Next
From: "Luke Lonergan"
Date:
Subject: Re: On-disk bitmap index patch