]
Ryan Emerson resolved ISPN-7936.
--------------------------------
Resolution: Done
Add configurable batch-size to AbstractStoreConfiguration
---------------------------------------------------------
Key: ISPN-7936
URL:
https://issues.jboss.org/browse/ISPN-7936
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 9.1.0.Alpha1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.1.0.Final
We should add a configurable batch-size parameter to the AbstractStoreConfiguration so
that the number of batch writes to a store can be controlled on a per store level.
This is necessary as some store implementations may encounter problems if batches are too
large, e.g. JDBC
https://stackoverflow.com/questions/3536103/mysql-how-many-rows-can-i-ins...