f*******y 发帖数: 348 | 1 I want to read a very large data set(over 1 Million records) out from Oracle
database. if I use resultset.next(), I will need at least 6 min just loop
through it. Anyone knows any trick that I can get the whole data within 30
sec? or within 1 min?
Thank you very much! | m******t 发帖数: 2416 | 2
What do you do looping through these records?
【在 f*******y 的大作中提到】 : I want to read a very large data set(over 1 Million records) out from Oracle : database. if I use resultset.next(), I will need at least 6 min just loop : through it. Anyone knows any trick that I can get the whole data within 30 : sec? or within 1 min? : Thank you very much!
|
|