| Author |
Performance using excuetebatch
|
anvi kon
Ranch Hand
Joined: Jan 08, 2010
Posts: 133
|
|
Hi,
I am using excuetebatch of prepared statement to insert 600000 records into the Mysql database, but it is taking long time to process.Is there any way to make the process fast.
Thanks,
|
 |
Bill Clar
Ranch Hand
Joined: Sep 21, 2006
Posts: 100
|
|
|
You could try breaking it into small batches of 10000 records and use a loop.
|
 |
 |
|
|
subject: Performance using excuetebatch
|
|
|