Re: More full text index.. - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: More full text index..
Date
Msg-id 200006242108.RAA03562@candle.pha.pa.us
Whole thread Raw
In response to Re: More full text index..  ("Mitch Vincent" <mitch@venux.net>)
List pgsql-sql
Check this out..
> 
> databasename=# explain delete from resumes_fti where id=86370016;
> NOTICE:  QUERY PLAN:
> 
> Seq Scan on resumes_fti  (cost=0.00..394577.18 rows=1956 width=6)
> 
> EXPLAIN
> 
> Ouch :-)

Bingo.  Is there an index on id?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: More full text index..
Next
From: Tom Lane
Date:
Subject: Re: More full text index..