[infinispan-issues] [JBoss JIRA] (ISPN-8861) DIST Iteration shouldn't go remote when a shared cache store is present

William Burns (Jira) issues at jboss.org
Thu Nov 29 16:44:00 EST 2018


    [ https://issues.jboss.org/browse/ISPN-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668330#comment-13668330 ] 

William Burns commented on ISPN-8861:
-------------------------------------

Another problem with this is stores that are optimized for key only traversal such as SingleFileStore may be quite a bit slower, since they will have to resurrect all values from the store. I am liking something like Dan mentioned at https://issues.jboss.org/browse/ISPN-8862?focusedCommentId=13567688&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-13567688 which would allow for that to query the DataContainer for key based optimized stores.

> DIST Iteration shouldn't go remote when a shared cache store is present
> -----------------------------------------------------------------------
>
>                 Key: ISPN-8861
>                 URL: https://issues.jboss.org/browse/ISPN-8861
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Loaders and Stores
>            Reporter: William Burns
>            Assignee: William Burns
>            Priority: Major
>             Fix For: 9.4.4.Final
>
>
> When a user runs a distributed iteration operation with a shared cache store, this shouldn't go remote as the local node would have all the data available to it. This is similar to the optimization when we don't go remote if the current node is an owner for all required segments.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list