Indexing columns with low cardinality: persistent bitmap indexes? - Mailing list pgsql-general

From Bruno Lavoie
Subject Indexing columns with low cardinality: persistent bitmap indexes?
Date
Msg-id 496BAA2A.10505@gmail.com
Whole thread Raw
Responses Re: Indexing columns with low cardinality: persistent bitmap indexes?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Indexing columns with low cardinality: persistent bitmap indexes?  (Reg Me Please <regmeplease@gmail.com>)
Re: Indexing columns with low cardinality: persistent bitmap indexes?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
Hello,

I have a column with a small number of distinct values, indexing this
one with a standard BTree is useless. How do I  can index this column
efficiently? I searched and it seems that pg doesn't support the
creation of persistent bitmap indexes... Is that feature planned in next
releases of pg?

Thanks
Bruno Lavoie

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: PgUS 2008 end of year summary
Next
From: Alvaro Herrera
Date:
Subject: Re: Indexing columns with low cardinality: persistent bitmap indexes?