Re: Having performance problems with TSearch2

Поиск
Список
Период
Сортировка
От Ares
Тема Re: Having performance problems with TSearch2
Дата
Msg-id loom.20070305T135429-492@post.gmane.org
обсуждение исходный текст
Список pgsql-performance
>
> I have problems with queries over tsearch index.I have a table of books, with
> 1200000 registers. I have created an GIST index over the title and subtitle,
> CREATE INDEX "idxts2_titsub_idx" ON "public"."libros" USING gist
("idxts2_titsub");

Your query didn't use index that you are created..
After CREATE INDEX you mast ran VACUUM (FULL recomended) and REINDEX
The query is: select userid,msg,idxfti from _my_msg0 where idxfti @@
to_tsquery('utf8_russian','хочу & трахаться');


В списке pgsql-performance по дате отправления:

Предыдущее
От: hytech.qa@gmail.com
Дата:
Сообщение: Hibernate left join
Следующее
От: Jeff Cole
Дата:
Сообщение: