Re: huge table / bitmap indexes

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: huge table / bitmap indexes
Дата
Msg-id Pine.LNX.4.33.0306190815380.7044-100000@css120.ihs.com
обсуждение исходный текст
Ответ на huge table / bitmap indexes  (cure@icpnet.pl)
Список 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 по дате отправления:

Предыдущее
От: Jonathan Gardner
Дата:
Сообщение: Re: Database Encryption
Следующее
От: hugo_rousse@club-internet.fr
Дата:
Сообщение: IMPORTANT:migration de mysql =>postgresql