Re: Problem with LIKE-Performance - Mailing list pgsql-performance

From Dave Dutcher
Subject Re: Problem with LIKE-Performance
Date
Msg-id 001a01c662f9$f2449f00$8300a8c0@tridecap.com
Whole thread Raw
In response to Problem with LIKE-Performance  ("Tarabas (Manuel Rorarius)" <tarabas@tarabas.de>)
Responses Re: Problem with LIKE-Performance
Re: Problem with LIKE-Performance
List pgsql-performance
> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org
[mailto:pgsql-performance-
> owner@postgresql.org] On Behalf Of Tarabas (Manuel Rorarius)
> Subject: [PERFORM] Problem with LIKE-Performance
>
> Hi!
>
>   I am having trouble with like statements on one of my tables.


It looks like you are getting a sequential scan instead of an index
scan.  What is your locale setting?  As far as I know Postgres doesn't
support using indexes with LIKE unless you are using the C locale.

Also, in the future you only need to post EXPLAIN ANALYZE not EXPLAIN
ANALYZE VERBOSE.

Dave



pgsql-performance by date:

Previous
From: "Tarabas (Manuel Rorarius)"
Date:
Subject: Problem with LIKE-Performance
Next
From: "Tarabas (Manuel Rorarius)"
Date:
Subject: Re: Problem with LIKE-Performance