[infinispan-issues] [JBoss JIRA] (ISPN-5095) EntryIterator should only iterate on data container when local and no loader used
William Burns (JIRA)
issues at jboss.org
Thu Jan 8 14:20:31 EST 2015
[ https://issues.jboss.org/browse/ISPN-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ISPN-5095 started by William Burns.
-------------------------------------------
> EntryIterator should only iterate on data container when local and no loader used
> ---------------------------------------------------------------------------------
>
> Key: ISPN-5095
> URL: https://issues.jboss.org/browse/ISPN-5095
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 7.0.2.Final
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.1.0.Final
>
>
> The EntryIterator today does not optimize the times when it is not required to have an off thread queue to guarantee only so many entries are in memory at a time.
> The case is when the following 2 things are met:
> # The cache is local only (not distributed) or if CACHE_MODE_LOCAL flag is provided
> # There is no loader to use (or if SKIP_LOADER flag is provided)
> This should improve iteration throughput quite a bit in these cases.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the infinispan-issues
mailing list