]
William Burns updated ISPN-5218:
--------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha4)
Add batching to the AdvancedCacheWriter interface
-------------------------------------------------
Key: ISPN-5218
URL:
https://issues.jboss.org/browse/ISPN-5218
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Tristan Tarrant
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta1
The AdvancedCacheWriter should be extended with a write operation which takes multiple
entries so that stores which can do batching can optimize this. This would benefit both
passivation and the async writer.
Immediate users would be the JDBC stores.