[infinispan-issues] [JBoss JIRA] (ISPN-3921) Soft Index File Store
Radim Vansa (JIRA)
issues at jboss.org
Thu Jan 23 10:30:29 EST 2014
[ https://issues.jboss.org/browse/ISPN-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radim Vansa updated ISPN-3921:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2347
> Soft Index File Store
> ---------------------
>
> Key: ISPN-3921
> URL: https://issues.jboss.org/browse/ISPN-3921
> Project: Infinispan
> Issue Type: Feature Request
> Components: Loaders and Stores
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Priority: Minor
>
> Implementation of cache store backed by local file system.
> It does not keep keys in memory as SingleFileStore but should offer better performance than LevelDBCacheStore.
> The main idea is to use B-tree index for storing the keys, but cache parts of this tree in memory using SoftReferences.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list