Simple Question of Performance ILIKE or Lower - Mailing list pgsql-performance

From Marcos
Subject Simple Question of Performance ILIKE or Lower
Date
Msg-id 1137575430.966.10.camel@servidor
Whole thread Raw
Responses Re: Simple Question of Performance ILIKE or Lower
List 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 by date:

Previous
From: Alessandro Baretta
Date:
Subject: Re: Suspending SELECTs
Next
From: J@Planeti.Biz
Date:
Subject: Re: Multiple Order By Criteria