简体   繁体   中英

Process large data from MySql using Java

Which is the best way to process large data from MySql using Java. I searched and but i could not find a best solution.

Please consider the factors -

  1. During processing do want to lock the table.
  2. Tried Processbuilder but it is throwing "java.io.IOException: error=12, Cannot allocate memory" most of the times.

I think JDBC is very standard? Am I missing something?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM