Skip to content

Improve performance for batch operations [DATAJDBC-314] #537

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions