Re: String matching

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: String matching
Дата
Msg-id 20050214143050.R11070@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: String matching  (Ivan Voras <ivoras@fer.hr>)
Список pgsql-performance
On Mon, 14 Feb 2005, Ivan Voras wrote:

> Stephan Szabo wrote:
> > On Mon, 14 Feb 2005, Ivan Voras wrote:
>
> >>Could you give me an example for this, or point me to the relevant
> >>documentation?
>
> >
> > http://www.postgresql.org/docs/8.0/interactive/indexes-opclass.html
>
> Thanks! I didn't know this and I certainly didn't think it would be that
> easy :)

Well, it's not perfect. It requires a separate index from one for normal
comparisons, so it's trading modification speed for LIKE lookup speed.

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

Предыдущее
От: Ivan Voras
Дата:
Сообщение: Re: String matching
Следующее
От: Mark Aufflick
Дата:
Сообщение: seq scan cache vs. index cache smackdown