With automcommit == true, is an INSERT always treated as single
transaction, even if the INSERT inserts multiple rows of data? I've
always assumed that this would be the case, but I'm not sure I've seen
that in it the jdbc autocommit contract. The practical question is
whether I should turm autocommit off before issuing a multi-row insert.
I can test this in a benchmark, but if anyone actually knows, that would
be better.
Thanks
- Autocommit and multi row INSERT Barnet Wagman
- Re: Autocommit and multi row INSERT Jeffrey Lichtman
