index usage in not like

Поиск
Список
Период
Сортировка
От AI Rumman
Тема index usage in not like
Дата
Msg-id 2a7905441002180355w6dc89a87y8643c0a7f881072a@mail.gmail.com
обсуждение исходный текст
Ответы Re: index usage in not like
Список 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 по дате отправления: