Re: Bitmap indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bitmap indexes
Дата
Msg-id 2472.1106928826@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bitmap indexes  (Alex Turner <armtuk@gmail.com>)
Ответы Re: Bitmap indexes  (PFC <lists@boutiquenumerique.com>)
Список pgsql-performance
Alex Turner <armtuk@gmail.com> writes:
> I was wondering about index types.  Oracle has an index type called a
> 'bitmap' index.

There's a great deal about this in the list archives (probably more in
pgsql-hackers than in -performance).  Most of the current interest has
to do with building in-memory bitmaps on the fly, as a way of decoupling
index and heap scan processing.  Which is not quite what you're talking
about but should be pretty effective for low-cardinality cases.  In
particular it'd allow AND and OR combination of multiple indexes, which
we do poorly or not at all at the moment.

            regards, tom lane

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Bitmap indexes
Следующее
От: Frank Wiles
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering