Re: LIKE operator and indexes - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: LIKE operator and indexes
Date
Msg-id 20020531095711.V56129-100000@megazone23.bigpanda.com
Whole thread Raw
In response to LIKE operator and indexes  ("Marc Mitchell" <marcm@eisolution.com>)
List pgsql-admin
On Fri, 31 May 2002, Marc Mitchell wrote:

> Can anyone provide definitive information and/or points of reference within
> the documentation about the ability of the query optimizer to use indexes
> when processing a "LIKE" operator on a String column?
>
> My assumption is that
>
> "SELECT * FROM customer WHERE name LIKE 'GENERAL%';"
>
> should benefit from the existence of a BTREE index on the "customer.name"
> column.  I know this is the case is most other RDBMS's I've used including
> Postgres's ancestor Ingres.

If you are in "C" locale, and have an anchored like or regex, indexes
should be considered.  If you're in a different locale, the optimization
is turned off.


pgsql-admin by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: LIKE operator and indexes
Next
From: "Raymond Chui"
Date:
Subject: How to partial dump the log in SQL?