Hi all
 
I have some problems with the object resultset
 
    I make a query that has 16000 records and when I use the rs.next() for the first 3000 records I have an elaboration time about 30 msecond but about the 8000� record i have an elaboration time of 300 mseconds (for single record ).
I need to low this time how  can I do? ( in the while(rs.next()) i wrote only a line in the log)
There is an object more efficent than resultset?
Or can you suggest me a way to write my code?
 
thanks
 
Andrea
       

Reply via email to