Re: How to boost performance of queries containing pattern matching characters - Mailing list pgsql-performance

From Artur Zając
Subject Re: How to boost performance of queries containing pattern matching characters
Date
Msg-id 003d01cbcc1e$91241fa0$b36c5ee0$@ang.com.pl
Whole thread Raw
In response to Re: How to boost performance of queries containing pattern matching characters  (Richard Huxton <dev@archonet.com>)
Responses Re: How to boost performance of queries containing pattern matching characters  (Steve Atkins <steve@blighty.com>)
List pgsql-performance
> Looks like you've almost re-invented the trigram module:
>   http://www.postgresql.org/docs/9.0/static/pgtrgm.html

I didn't know about this module.
Idea to use three letters strings and use Full Text Search is the same, but
the rest is not.

Is the idea to use similarity for this problem is really correct? How should
be query constructed to return really all records matching ILIKE criteria?


-------------------------------------------
Artur Zajac


pgsql-performance by date:

Previous
From: "Gnanakumar"
Date:
Subject: Re: How to boost performance of queries containing pattern matching characters
Next
From: dba
Date:
Subject: performance issue in the fields.