[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-334) CloudCacheStore should use metadata to store expiration information for more efficient purging

Manik Surtani (JIRA) jira-events at lists.jboss.org
Thu Apr 29 12:30:05 EDT 2010


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

Manik Surtani resolved ISPN-334.
--------------------------------

    Resolution: Done


> CloudCacheStore should use metadata to store expiration information for more efficient purging
> ----------------------------------------------------------------------------------------------
>
>                 Key: ISPN-334
>                 URL: https://jira.jboss.org/jira/browse/ISPN-334
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Loaders and Stores
>            Reporter: Manik Surtani
>            Assignee: Manik Surtani
>            Priority: Minor
>             Fix For: 4.1.0.BETA1
>
>
> CloudCacheStore currently uses the BucketBasedCacheStore facilities to encode expiry information into the buckets.  This means buckets need to be loaded (expensive) before such information can be read.  It would be more efficient to encode this as metadata so that it can be read before potentially loading large blob values, and if the entry has expired, simply delete the entry rather than load it.

-- 
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 infinispan-issues mailing list