Re: Like search performance. - Mailing list pgsql-performance

From SZUCS Gábor
Subject Re: Like search performance.
Date
Msg-id 02d601c30f39$eb1bb540$0a03a8c0@fejleszt2
Whole thread Raw
In response to Like search performance.  ("Diehl, Jeffrey" <jdiehl@sandia.gov>)
List pgsql-performance
I'm not an expert, but AFAIK locale and collation heavily affects LIKE, and
thus, IIRC there is no index search for like, maybe except the simplest
locales (maybe C and/or en_US?)

But if you mean it... there is a nasty trick in the archives:

http://archives.postgresql.org/pgsql-general/2002-08/msg00819.php

Really, really nasty, but really nice at the same time.

G.
--
while (!asleep()) sheep++;

---------------------------- cut here ------------------------------
----- Original Message -----
From: "Diehl, Jeffrey" <jdiehl@sandia.gov>
To: <pgsql-sql@postgresql.org>; <pgsql-performance@postgresql.org>
Sent: Wednesday, April 30, 2003 6:34 PM
Subject: [PERFORM] Like search performance.


> Hi all,
>
> I have a fairly large table with a char(20) field in it which I search on
> quite a bit.  The problem is that I tend to do a lot of
> "...where field like '%-d%'" type searches on this field.
>
> Is there any to speed up this type of search?
>
> TIA,
>
> Mike Diehl.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-performance by date:

Previous
From: "Nikolaus Dilger"
Date:
Subject: Re: Like search performance.
Next
From: Josh Berkus
Date:
Subject: Re: Like search performance.