Re: Index ANDing & Index ORing

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Index ANDing & Index ORing
Дата
Msg-id 45C84CA7.2020805@archonet.com
обсуждение исходный текст
Ответ на Index ANDing & Index ORing  ("Hiltibidal, Robert" <Robert.Hiltibidal@argushealth.com>)
Список pgsql-sql
Hiltibidal, Robert wrote:
> Does postgres have support for index ANDing and index ORing?

Well, 8.1+ will create an on-the-fly bitmap for x=1 AND y=2 type of queries.

What were you thinking for ORing?

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: "Penchalaiah P."
Дата:
Сообщение: Re: sql
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Compilation errors