[infinispan-issues] [JBoss JIRA] (ISPN-5612) Make filter by segment more efficient in the Remote iterator

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Jul 16 10:18:02 EDT 2015


Gustavo Fernandes created ISPN-5612:
---------------------------------------

             Summary: Make filter by segment more efficient in the Remote iterator
                 Key: ISPN-5612
                 URL: https://issues.jboss.org/browse/ISPN-5612
             Project: Infinispan
          Issue Type: Enhancement
          Components: Server
    Affects Versions: 8.0.0.Beta1
            Reporter: Gustavo Fernandes
             Fix For: 8.0.0.CR1


The {{org.infinispan.server.hotrod.iteration.IterationManager}} is based on the EntryRetriever, and segment filtering is currently done via a custom {{KeyValueFilterConverter}}, that  needs to be run on all nodes.

In the case where all segments to be filtered on are owned by the server holding the iteration, it should skip iterating on the remote nodes altogether.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the infinispan-issues mailing list