[infinispan-issues] [JBoss JIRA] (ISPN-8905) Segment-aware non-shared cache stores
William Burns (JIRA)
issues at jboss.org
Fri Mar 2 10:03:01 EST 2018
William Burns created ISPN-8905:
-----------------------------------
Summary: Segment-aware non-shared cache stores
Key: ISPN-8905
URL: https://issues.jboss.org/browse/ISPN-8905
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: William Burns
Assignee: William Burns
Fix For: 9.3.0.Final
Non shared stores should allow for segment based store separation. This might involve creating a store per segment. But this allows for superior iteration performance over a subset of segments.
Distributed stores benefit the most from this due to the fact that iteration is done at the segment level to help ensure that duplicate entries are not retrieved. It also would be beneficial for state transfer and other operations that operate only upon a given set of segments.
This could be advantageous even for REPL and LOCAL caches as there is then a very clear separation of stores to process in parallel for given operations. This would have to be verified with tests to see if this is worth it though.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list