Re: Like search performance.
От | SZUCS Gábor |
---|---|
Тема | Re: Like search performance. |
Дата | |
Msg-id | 02d601c30f39$eb1bb540$0a03a8c0@fejleszt2 обсуждение исходный текст |
Ответ на | Like search performance. ("Diehl, Jeffrey" <jdiehl@sandia.gov>) |
Список | 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 по дате отправления: