Insert thousands of rows using Java
807580Jul 23 2010 — edited Jul 24 2010We would like to perform the thousands of inserts (approx 80,000) into database. we would like to know the best way to perform this task in Java. we have tried using the normal JDBC calls, but after few hundreds of rows, the performance is slow. The insert process would be handled via the TimerManager's async process.
Request the expertise advice for the above mentioned scenario.