Re: TSearch2 vs. Apache Lucene

Поиск
Список
Период
Сортировка
От Russell Garrett
Тема Re: TSearch2 vs. Apache Lucene
Дата
Msg-id 5ECF6B24-6ADB-4FDB-A545-0AFBCB1B66EB@garrett.co.uk
обсуждение исходный текст
Ответ на TSearch2 vs. Apache Lucene  (Joshua Kramer <josh@bitbuckets.com>)
Список pgsql-performance
On 6 Dec 2005, at 16:47, Joshua Kramer wrote:
> Has anyone ever compared TSearch2 to Lucene, as far as performance
> is concerned?

In our experience (small often-updated documents) Lucene leaves
tsearch2 in the dust. This probably has a lot to do with our usage
pattern though. For our usage it's very beneficial to have the index
on a separate machine to the data, however in many cases this won't
make sense. Lucene is also a lot easier to "cluster" than Postgres
(it's simply a matter of NFS-mounting the index).

Russ Garrett
russ@last.fm

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Missed index opportunity for outer join?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Performance degradation after successive UPDATE's