Simple Question of Performance ILIKE or Lower

Поиск
Список
Период
Сортировка
От Marcos
Тема Simple Question of Performance ILIKE or Lower
Дата
Msg-id 1137575430.966.10.camel@servidor
обсуждение исходный текст
Ответы Re: Simple Question of Performance ILIKE or Lower  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-performance
Hi,

I have a simple question about performance using two resources.

What's have the best performance?

lower( col1 ) LIKE lower( 'myquestion%' )

OR

col1 ILIKE 'myquestion%'

Thanks.



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

Предыдущее
От: Alessandro Baretta
Дата:
Сообщение: Re: Suspending SELECTs
Следующее
От: J@Planeti.Biz
Дата:
Сообщение: Re: Multiple Order By Criteria