| Author |
JDBC batch statement
|
Sub swamy
Ranch Hand
Joined: Oct 02, 2002
Posts: 121
|
|
Is there any upper limit to the batch statement size that we use in JDBC? Can we set the batch statement size to as high as 100/200 ? Or is it dependent on the driver/RDBMS combination that we use ?
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
100/200 doesn't seem particular high to me. I believe most of the way batch actually works is database driver dependent. For example, the driver could ignore the limit and send the data sooner.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: JDBC batch statement
|
|
|