Re: is it possible to get the optimizer to use indexes - Mailing list pgsql-performance

From Dave Cramer
Subject Re: is it possible to get the optimizer to use indexes
Date
Msg-id 1072274314.1687.12.camel@localhost.localdomain
Whole thread Raw
In response to Re: is it possible to get the optimizer to use indexes  (Doug McNaught <doug@mcnaught.org>)
List pgsql-performance
Doug,

Yes, it does depend on the locale, you can get around this in 7.4 by
building the index with smart operators

Dave
On Thu, 2003-12-18 at 20:38, Doug McNaught wrote:
> Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
>
> >> It appears that the optimizer only uses indexes for = clause?
> >
> > The optimizer will used indexes for LIKE clauses, so long as the
> > clause is a prefix search, eg:
> >
> > SELECT * FROM test WHERE a LIKE 'prf%';
>
> Doesn't this still depend on your locale?
>
> -Doug
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>
>


pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: general peformance question
Next
From: "Marc G. Fournier"
Date:
Subject: mnogosearch under 7.4 ...