[infinispan-issues] [JBoss JIRA] (ISPN-8905) Segment-aware non-shared cache stores

Ryan Emerson (JIRA) issues at jboss.org
Fri Jul 13 11:04:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-8905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Emerson resolved ISPN-8905.
--------------------------------
    Fix Version/s: 9.4.0.Alpha1
       Resolution: Done


> 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.4.0.Alpha1, 9.4.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