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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -