[infinispan-issues] [JBoss JIRA] (ISPN-3921) Soft Index File Store
Radim Vansa (JIRA)
issues at jboss.org
Thu Jan 23 10:20:28 EST 2014
Radim Vansa created ISPN-3921:
---------------------------------
Summary: 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