Re: FTI is really really slow; what am I doing wrong? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: FTI is really really slow; what am I doing wrong?
Date
Msg-id 20010822104459.A14251@wolff.to
Whole thread Raw
In response to FTI is really really slow; what am I doing wrong?  ("Paul C." <ulive1x@hotmail.com>)
List pgsql-general
I think the problem is that the indexes on the words are not usable for
regular expression matching. If the words are folded to lower case
when the index is built, then using an exact match (or even like) should
be much faster.

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: During dump: function not found
Next
From: Bruno Wolff III
Date:
Subject: Re: Join questions