Closed
Description
Ioannis Daskalakis opened DATAJDBC-314 and commented
Currently, SimpleJdbcRepository batch operations (saveAll, deleteAll) are performed by iterating all instances and performing the operation for each instance separately.
Utilizing batching on the jdbc level (e.g. by utilizing NamedParameterJdbcOperations::batchUpdate) would offer significant performance improvements.
Issue Links:
- DATAJDBC-328 Implement saveInBatch, deleteInBatch methods
("is duplicated by")
11 votes, 12 watchers