jeeva_k Beginner
Joined: 13 Apr 2006 Posts: 1 Topics: 1
|
Posted: Thu Apr 13, 2006 12:36 am Post subject: Using LIKE in VARCHAR datatype search - performance |
|
|
I am working on a CICS - DB2 program which is used for Online search purpose.
In the program, I am using LIKE predicate in WHERE CLAUSE. This is working well for single byte data (eg: english), whose datatype is CHAR.
Using this, i am getting the search results on the online screen really fast
Japanese double byte is defined as VARCHAR in database. When i try LIKE predicate on this VARCHAR variable, i do get the result, but the performance is really slow.
Is there any way to improve the performance of this. |
|