Re: huge table / bitmap indexes - Mailing list pgsql-admin

From scott.marlowe
Subject Re: huge table / bitmap indexes
Date
Msg-id Pine.LNX.4.33.0306190815380.7044-100000@css120.ihs.com
Whole thread Raw
In response to huge table / bitmap indexes  (cure@icpnet.pl)
List pgsql-admin
On Thu, 19 Jun 2003 cure@icpnet.pl wrote:

> Hello All
>
>  is  in  postgres  any possibility to create bitmap index ? I have big
>  (~12  000  000  records)  table where one field have limited count of
>  values.  Many  queries  use this field in where section. I thing that
>  bitmap index will by better than BTree.
>  How i can optimize select on this table ?

Might a partial index help?

create index tb_dx on tb (field) where field=1

kind of thing?


pgsql-admin by date:

Previous
From: Jonathan Gardner
Date:
Subject: Re: Database Encryption
Next
From: hugo_rousse@club-internet.fr
Date:
Subject: IMPORTANT:migration de mysql =>postgresql