Re: [bulk] RE: Problem with LIKE-Performance

Поиск
Список
Период
Сортировка
От Tarabas (Manuel Rorarius)
Тема Re: [bulk] RE: Problem with LIKE-Performance
Дата
Msg-id 14334544.20060418174353@tarabas.de
обсуждение исходный текст
Ответ на Re: Problem with LIKE-Performance  ("Hakan Kocaman" <Hakan.Kocaman@digame.de>)
Список pgsql-performance
Hi Hakan,

HK> i remember something that you need a special index with locales<>"C".
HK> You nned a different operator class for this index smth. like:
HK> CREATE INDEX idx_image_title
HK>   ON image
HK>   USING btree
HK>   (title varchar_pattern_ops);

I also forgot that, thanks a lot for the hint. that speeded up my
searches a lot!

Best regards
Manuel


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

Предыдущее
От: Guido Neitzer
Дата:
Сообщение: Re: Problem with LIKE-Performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with LIKE-Performance