Re: Partial Indexes Not being Used [WAS]Re: Partial_indexes (Immutable?) - Mailing list pgsql-general

From Tom Lane
Subject Re: Partial Indexes Not being Used [WAS]Re: Partial_indexes (Immutable?)
Date
Msg-id 19674.1219726731@sss.pgh.pa.us
Whole thread Raw
In response to Partial Indexes Not being Used [WAS]Re: Partial_indexes (Immutable?)  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Responses Re: Partial Indexes Not being Used [WAS]Re: Partial_indexes (Immutable?)  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
List pgsql-general
Ow Mun Heng <Ow.Mun.Heng@wdc.com> writes:
> On Mon, 2008-08-25 at 10:18 -0400, Tom Lane wrote:
>> I suppose code_id is varchar or some such?

> Yep
> After a few more investigation on the usefulness of the partial indexes,
> I found that, it really isn't all that useful, perhaps some experts can
> shed some light.

I poked at that example a bit more earlier today, and found that 8.3
has a problem that's interfering with optimizing x IN ('y','z') type
clauses when x is varchar.  If you don't mind building a local copy,
see if this patch helps you any:
http://archives.postgresql.org/pgsql-committers/2008-08/msg00254.php

            regards, tom lane

pgsql-general by date:

Previous
From: Bill
Date:
Subject: Re: Trigger function is not called
Next
From: Klint Gore
Date:
Subject: Re: Trigger function is not called