Re: B-Tree index not being used

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Madison Kelly <linux(at)alteeve(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: B-Tree index not being used
Date: 2005-07-02 13:54:40
Message-ID: 25042.1120312480@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Madison Kelly <linux(at)alteeve(dot)com> writes:
> Can anyone see why the index might not be being used?

You didn't initdb in 'C' locale. You can either re-initdb,
or create a specialized index with a non-default operator class
to support LIKE. See the documentation.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Madison Kelly 2005-07-02 15:20:23 Re: B-Tree index not being used
Previous Message Emil Briggs 2005-07-02 13:44:07 Re: Planner constants for RAM resident databases