[infinispan-issues] [JBoss JIRA] (ISPN-3985) In BCHM traverse internal segments for parallel map/reduce execution

Vladimir Blagojevic (JIRA) issues at jboss.org
Mon Feb 10 12:29:28 EST 2014


Vladimir Blagojevic created ISPN-3985:
-----------------------------------------

             Summary: In BCHM traverse internal segments for parallel map/reduce execution
                 Key: ISPN-3985
                 URL: https://issues.jboss.org/browse/ISPN-3985
             Project: Infinispan
          Issue Type: Enhancement
            Reporter: Vladimir Blagojevic
            Assignee: Vladimir Blagojevic
            Priority: Minor


Currently when BoundedConcurrentHashMap is used in DataContainer we split input keys and traverse key/value pairs in parallel using executor. That is all good, however, we should optimize this solution as each segment in BCHM is a separate map we can iterate over each segment in a separate thread rather than blindly splitting input keys.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list