mysql - huge data from a file to database using java? -


i able load huge text file data database number of lines 33264591. used normal bufferedreader reading line line , able push data. here taking enormous time loading 3 hrs reading line line , insert database.

could 1 suggest me better way quick insertion of data using java?

thank in advance

well, before going further, suggest using profiler , finding out why takes time. if know problem is, easier fix.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -