[jbosscache-issues] [JBoss JIRA] Updated: (JBCACHE-1464) Ability to do bulk gets with TCPCacheLoader

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Jan 15 11:30:04 EST 2009


     [ https://jira.jboss.org/jira/browse/JBCACHE-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manik Surtani updated JBCACHE-1464:
-----------------------------------

    Fix Version/s: 3.1.0.GA
       Complexity: High  (was: Low)


Marking this as high complexity since there is no API call in the cache loader interface for bulk gets at this time, nor can we "guess" which Fqns to retrieve.  At best, we could implement a mechanism where we could enqueue get calls in the cache loader implementation and flush this queue as a single batch get every so often.  This time interval would be user definable and also be pretty short to provide reasonable response times.  Perhaps a second or so.



> Ability to do bulk gets with TCPCacheLoader
> -------------------------------------------
>
>                 Key: JBCACHE-1464
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1464
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>            Reporter: J B
>            Assignee: Manik Surtani
>            Priority: Minor
>             Fix For: 3.1.0.GA
>
>
> It would be great  if one could make a bulk "get" call through the TcpCacheLoader, currently one has to make many call single calls to get data from the TcpCacheServer. 
> It would be nice to be able to query in bulk for a list of Fqns.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list