thanks for your reply earlier.
yes. I don't need any value from the table. I just check whether the record exist or not.
I was trying to use 'select count(*),,, " as well as you said. It's still too slow down.
Someone said that the resultset have to bring all row and return the value or no of row. Thus, we don't have a solution to reduce the performance through
jdbc. Is that right? Urgent, i need to solve this issue if possible.
please help me.
Actually, this situation is to read all records from transaction table which has 50,000 and chain to code table whether the transaction record exist in code table or not.
if the code table has 10,000 row, this will be happen to 50,000 * 10,000 times.
thus, it could be problem. Am I right to explain?
I have to figure out this issue as soon as possible. if anyone can provide a good solution. It would be really appreciated.
thanks,
paul