Re: Queryplan within FTS/GIN index -search.

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Queryplan within FTS/GIN index -search.
Дата
Msg-id 407d949e0910310155m247d4947i6b794c0ce852bd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Queryplan within FTS/GIN index -search.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Fri, Oct 30, 2009 at 8:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> But having said that, this particular test case is far from compelling.
> Any sane text search application is going to try to filter out
> common words as stopwords; it's only the failure to do that that's
> making this run slow.

Well it would be nice if that wasn't necessary. There are plenty of
applications where that isn't really an option. Consider searching for
phrases like "The The" or "The Office". The sanity of doing this is
purely a function of implementation quality and not of actual user
interface design.


--
greg

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

Предыдущее
От: Jesper Krogh
Дата:
Сообщение: Re: Queryplan within FTS/GIN index -search.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Modeling a table with arbitrary columns