]
Ryan Emerson updated ISPN-5218:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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.1.0.Final
The AdvancedCacheWriter should be extended with a batch operation which takes multiple
write/remove operations so that stores which can do batching can optimize this. This would
benefit:
* passivateAll
* putAll
* the async writer
Immediate users would be the JDBC stores, JPA, RocksDB.