-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructuretype: enhancementA general enhancementA general enhancement
Description
For storing non trivial aggregates many operations need to get performed.
Those should be performed using JDBC batch operations to minimise database roundtrips.
There will be issues for the different kind of operations:
- Batch insert operations within a single aggregate. #1159
- Deletes (this ticket)
This builds on the verification of #1155
Note that this is about batching for a single aggregate, while #537 takes this concept across aggregates.
Metadata
Metadata
Assignees
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructuretype: enhancementA general enhancementA general enhancement