blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Implement batching API for Collection DML operations and integrate into updatable entity views

Open beikov opened this issue 7 years ago • 0 comments

The Collection DML API already allows to reuse a query to reduce the amount of work needed to be done, but ideally, we would offer a way to make use of JDBC batching if available. This will improve performance even further!

beikov avatar Sep 08 '18 11:09 beikov