sroberts82
Programmer
Hi,
Im writing a program that performs approximately 50,000 inserts into a DB using jdbc. It is really slow however. How can I speed it up? I tried using batch queries but didnt speed up at all. What is the optimum size of the batch? Are there any other ways to speed things up? Thanks in advance
Ste
Im writing a program that performs approximately 50,000 inserts into a DB using jdbc. It is really slow however. How can I speed it up? I tried using batch queries but didnt speed up at all. What is the optimum size of the batch? Are there any other ways to speed things up? Thanks in advance
Ste