On 1/10/08 2:52 PM, "Brian Parkinson" <[EMAIL PROTECTED]> wrote:

> I wasn't quite sure in your answer whether the startBatch/executeBatch
> should work properly under the setup I have now - I was assuming that
> the performance problems I encountered were related (in part at least)
> to the fact that the statements weren't being batched, but run
> sequentially and so making many calls to the db. I'm just a little
> confused on this point.

Yes, it sounds to me like you haven't been batching up until now, so you
should see some performance improvement with the new setup.  Keep in mind
that too many inserts in a batch can actually be slower than no batch at
all.

Cheers,
Chris

Reply via email to