Re: Index ANDing & Index ORing - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Index ANDing & Index ORing
Date
Msg-id 45C84CA7.2020805@archonet.com
Whole thread Raw
In response to Index ANDing & Index ORing  ("Hiltibidal, Robert" <Robert.Hiltibidal@argushealth.com>)
List 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 by date:

Previous
From: "Penchalaiah P."
Date:
Subject: Re: sql
Next
From: Richard Huxton
Date:
Subject: Re: Compilation errors