[infinispan-issues] [JBoss JIRA] Commented: (ISPN-516) HotRod: improve protocol to be able to transfer the entire state of the cache
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Jul 1 12:03:46 EDT 2010
[ https://jira.jboss.org/browse/ISPN-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12537671#action_12537671 ]
Mircea Markus commented on ISPN-516:
------------------------------------
This would not load not the entire state, but up to N entries.
E.g., LOAD_ENTRIES 5 would retrieve a set of 5 entries.
This is because if your near cache is small (eviction set to 100 entries) and your backend has 1000 entries, I don't want to load all 1000 entries and then evict 900 of them. :)
It would also work by setting a marker/-1 which would bring the entire state.
> HotRod: improve protocol to be able to transfer the entire state of the cache
> ------------------------------------------------------------------------------
>
> Key: ISPN-516
> URL: https://jira.jboss.org/browse/ISPN-516
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Mircea Markus
> Assignee: Manik Surtani
>
> This is needed for pre-loading the cache through the RemoteCacheStore.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list