Re: bitmap index and IS NULL predicate

Поиск
Список
Период
Сортировка
От Alexander Staubo
Тема Re: bitmap index and IS NULL predicate
Дата
Msg-id 88daf38c0705150822r4de09d80u6cc32d76c96eee47@mail.gmail.com
обсуждение исходный текст
Ответ на bitmap index and IS NULL predicate  (Jason Pinnix <pinnixjason@yahoo.com>)
Список pgsql-performance
On 5/15/07, Jason Pinnix <pinnixjason@yahoo.com> wrote:
> Does the bitmap
> index not store a bit vector for the NULL value (i.e. a bit vector that
> contains a 1 for each row with a NULL value and 0 for other rows) ?

You should be able to do this with a conditional index:

  create index ... (col) where col is null;

Alexander.

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

Предыдущее
От: Jason Pinnix
Дата:
Сообщение: bitmap index and IS NULL predicate
Следующее
От: "Daniel Cristian Cruz"
Дата:
Сообщение: Re: Many to many join seems slow?