index usage in not like

Поиск
Список
Период
Сортировка
От AI Rumman
Тема index usage in not like
Дата
Msg-id 2a7905441002180355w6dc89a87y8643c0a7f881072a@mail.gmail.com
обсуждение исходный текст
Ответы Re: index usage in not like  (Thom Brown <thombrown@gmail.com>)
Список pgsql-performance
"Not like" operation does not use index.
 
select * from vtiger_contactscf where lower(cf_1253) not like  lower('Former%')
 
I created index on lower(cf_1253).
 
How can I ensure index usage in not like operation?
Anyone please help.
 

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

Предыдущее
От: Michael Clemmons
Дата:
Сообщение: Michael Clemmons wants to stay in touch on LinkedIn
Следующее
От: Thom Brown
Дата:
Сообщение: Re: index usage in not like