Re: why index scan not working when using 'like'?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: why index scan not working when using 'like'?
Дата
Msg-id 8754.1069795744@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: why index scan not working when using 'like'?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: why index scan not working when using 'like'?  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> In regular text fields containing words, your problem is solvable with full
> text indexing (FTI).   Unfortunately, FTI is not designed for arbitrary
> non-language strings.  It could be adapted, but would require a lot of
> hacking.

I'm not sure why you say that FTI isn't a usable solution.  As long as
the gene symbols are separated by whitespace or some other non-letters
(eg, "foo mif bar" not "foomifbar"), I'd think FTI would work.

            regards, tom lane

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: [Fwd: Re: Optimize]
Следующее
От: Stefan Champailler
Дата:
Сообщение: Impossibly slow DELETEs