Re: Indexing columns with low cardinality: persistent bitmap indexes?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Indexing columns with low cardinality: persistent bitmap indexes?
Дата
Msg-id 20090112204038.GK4919@alvh.no-ip.org
обсуждение исходный текст
Ответ на Indexing columns with low cardinality: persistent bitmap indexes?  (Bruno Lavoie <bruno.lavoie@gmail.com>)
Ответы Re: Indexing columns with low cardinality: persistentbitmap indexes?
Список pgsql-general
Bruno Lavoie escribió:
> 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...

It doesn't.

> Is that feature planned in next  releases of pg?

There are some efforts to get it done, but don't hold your breath (it
won't be in 8.4 either, as it has major problems currently.)

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruno Lavoie
Дата:
Сообщение: Indexing columns with low cardinality: persistent bitmap indexes?
Следующее
От: Reg Me Please
Дата:
Сообщение: Re: Indexing columns with low cardinality: persistent bitmap indexes?