Description

rformance can be better if changes to the database are batched: turn off autocommit; add multiple SQL statements using the Statement.addBatch() method; execute Statement.executeBatch().

Preview

Tags

Users

  • @beate

Comments and Reviews