]
Brett Meyer updated ARTIF-713:
------------------------------
Fix Version/s: (was: 1.0.0.Beta2)
Persist each batch upload with one single transaction
-----------------------------------------------------
Key: ARTIF-713
URL:
https://issues.jboss.org/browse/ARTIF-713
Project: Artificer
Issue Type: Sub-task
Reporter: Brett Meyer
Assignee: Brett Meyer
Currently, each *item* in a batch is handled by a separate JDBC transaction. Instead, it
would be far more performant to commit the *entire* batch in a single transaction.
Further, from a user perspective, this setup makes more sense anyway...