Re: huge table / bitmap indexes

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: <cure(at)icpnet(dot)pl>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: huge table / bitmap indexes
Date: 2003-06-19 14:16:07
Message-ID: Pine.LNX.4.33.0306190815380.7044-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 19 Jun 2003 cure(at)icpnet(dot)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?

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message hugo_rousse 2003-06-19 16:32:46 IMPORTANT:migration de mysql =>postgresql
Previous Message Jonathan Gardner 2003-06-19 14:11:44 Re: Database Encryption