[
https://issues.jboss.org/browse/ISPN-7936?page=com.atlassian.jira.plugin....
]
William Burns commented on ISPN-7936:
-------------------------------------
I would say if a value isn't configured then we should pass all elements in the batch
(ie. not wrapping the store).
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...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)