]
Ryan Emerson updated ISPN-6566:
-------------------------------
Fix Version/s: (was: 9.0.0.Final)
Segment information available for Cache Stores
----------------------------------------------
Key: ISPN-6566
URL:
https://issues.jboss.org/browse/ISPN-6566
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Reporter: William Burns
Assignee: Ryan Emerson
Currently cache stores need to be iterated upon fully when doing bulk operations and also
removal requires full iteration. It would be much more efficient if the cache store could
store the entries by segment so they only have to read a portion of data.