Bitmap indexes

Поиск
Список
Период
Сортировка
От Alex Turner
Тема Bitmap indexes
Дата
Msg-id 33c6269f0501280739344f6a18@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bitmap indexes  (PFC <lists@boutiquenumerique.com>)
Re: Bitmap indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
I was wondering about index types.  Oracle has an index type called a
'bitmap' index.  They describe this as an index for low cardinality
fields, where only the cardinal values are indexed in a b-tree, and
then it uses a bitmap below that to describe rows.  They say that this
type of index is very fast when combined with queries that used the
indexed row in 'AND' clauses in a sql statement as the index can
'mask' the results very fast.  I have not been able to benchmark the
actual effectiveness of this kind of index, but I was wondering if
anyone has had experience with this an believes it might be a useful
feature for postgres?

Yes I have a vested interest in this because alot of my searches are
masked against low cardinality fields 'Y' or 'N' type things where
this could potentialy benefit me...

Alex Turner
NetEconomist

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: Alex Turner
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering