Re: More full text index..

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: More full text index..
Дата
Msg-id 200006242108.RAA03562@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: More full text index..  ("Mitch Vincent" <mitch@venux.net>)
Список 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 по дате отправления:

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: More full text index..
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More full text index..