[infinispan-issues] [JBoss JIRA] (ISPN-4439) enhance asynchronous Hot Rod putAllAsync method
Galder Zamarreño (JIRA)
issues at jboss.org
Tue Oct 28 04:55:35 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-4439:
-----------------------------------
Status: Open (was: Pull Request Sent)
> enhance asynchronous Hot Rod putAllAsync method
> ------------------------------------------------
>
> Key: ISPN-4439
> URL: https://issues.jboss.org/browse/ISPN-4439
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 7.0.0.Alpha4
> Reporter: Wolf-Dieter Fink
> Assignee: Galder Zamarreño
> Priority: Minor
>
> The current implementation of the method putAllAsync(...) within the Hot Rod client simple use the putAll(...) method which simple iterate over the given Map and use put(...) for each entry synchrounous.
> Therefore it takes a longer time to put all entries into the cache.
> A simple loop which calls putAsync for each entry has a significant improvement.
> i.e. with 100,000 entries the over all duration is 15 times faster
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list