Re: plans for bitmap indexes?

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: plans for bitmap indexes?
Дата
Msg-id 41800D75.8040602@coretech.co.nz
обсуждение исходный текст
Ответ на Re: plans for bitmap indexes?  (Greg Stark <gsstark@mit.edu>)
Ответы Re: plans for bitmap indexes?  (Mark Kirkwood <markir@coretech.co.nz>)
Список pgsql-hackers
Greg Stark wrote:

>I think what you're trying to accomplish is better accomplished through
>partitioned tables. Then the user can decide which keys to use to partition
>the data and the optimizer can use the data to completely exclude some
>partitions from consideration. And it wouldn't interfere with indexes to
>access the data within a partition.
>  
>
Though partitioning will help, you can only partition on one key (I 
guess the ability to partition *indexes* might help here).

I think that bitmap indexes provide a flexible may to get fact access to 
the result set for multiple low cardinality conditions - something that 
partitioning will generally not do.

regards

Mark


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

Предыдущее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: Unixware 714 pthreads
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: plans for bitmap indexes?