Can GiST for tsvector be optimised? #TextSearch

Поиск
Список
Период
Сортировка
От Daniel Winterstein
Тема Can GiST for tsvector be optimised? #TextSearch
Дата
Msg-id 4E3BCCEE.1050201@winterwell.com
обсуждение исходный текст
Список pgsql-general
Hello Dear People,
I have a few questions about the use of GiST for text search.
My situation is this:

I have a large and rapidly growing database of documents, and I want to support text search.

The documents contain lots of words that it would be valid to search over. I think this means a GIN index will become
toolarge, and a lossy index is  
better.

I've tried setting up a GiST search (just using the default English configuration). The performance is disappointing.

The GiST/text-search documentation says "GiST indexes are lossy because each document is represented in the index by a
fixed-lengthsignature." 

Is there a way to configure the signature which GiST + tsvector is using?
Presumably a longer signature would produce a larger but faster index?
Where should I look to find more information on what exactly GiST is doing for the text search case?

Thank you in advance for all help!
Best regards,
  - Daniel

--
--------------------------------------------
Dr Daniel Winterstein
tel: 0772 5172 612              @winterstein
http://winterwell.com      http://sodash.com
Registered in Scotland, company no. SC342991


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Select count with offset returns nothing.
Следующее
От: senthilnathan
Дата:
Сообщение: Overhead on while doing pg_start_backup