Hi, I have a query which is executed using ilike. The query values are received from user and it is executed using PreparedStatement. Currently all queries are executed as it is using iilike irrespective of whether it have a pattern matching character or not. Can using = instead of ilike boot performance ?. If creating index can help then how the index should be created on lower case or uppercase ?.
rgds Antony Paul ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend