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

Manik Surtani (JIRA) jira-events at lists.jboss.org
Sat Jan 16 10:34:52 EST 2010


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.ALPHA1, 4.1.0.GA


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