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

From Tom Lane
Subject Re: FTI is really really slow; what am I doing wrong?
Date
Msg-id 11363.998495858@sss.pgh.pa.us
Whole thread Raw
In response to FTI is really really slow; what am I doing wrong?  ("Paul C." <ulive1x@hotmail.com>)
List pgsql-general
"Paul C." <ulive1x@hotmail.com> writes:
> Indeed, the cost to look up a single string in the st_fti
> table is way high:
>   select * from st_fti where string ~ '^kepler';
> costs 36703.40, AND its doing a Seq Scan on st_fti, even though an index
> exists.

Have you done a VACUUM ANALYZE on st_fti?  Are you running the database
in plain C locale?

            regards, tom lane

pgsql-general by date:

Previous
From: will trillich
Date:
Subject: Re: Re: Syntax for wildcard selection
Next
From: will trillich
Date:
Subject: Re: DBI placeholders