[infinispan-issues] [JBoss JIRA] (ISPN-2806) Add a more efficient FileCacheStore implementation
Aleksandar Kostadinov (JIRA)
jira-events at lists.jboss.org
Fri Mar 15 09:56:42 EDT 2013
[ https://issues.jboss.org/browse/ISPN-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761361#comment-12761361 ]
Aleksandar Kostadinov commented on ISPN-2806:
---------------------------------------------
I am wondering why invest energy in your own data store instead of using something dedicated? I see JDBM4/MapDB as a good candidate. There seem to be various initiatives around SQLite but most of them are JNI.
I am asking because I see a lot of potential in using local disk space as data store. In a very common cloud environment you have instances with a lot of ephemeral storage that is not generally usable for anything but cache. So this storage that can be terabytes in size and is just waiting for a fast and reliable file store implementation. Setting up a local RDBMS seems to me an overkill and only imposes operational and maintenance overheads.
> Add a more efficient FileCacheStore implementation
> --------------------------------------------------
>
> Key: ISPN-2806
> URL: https://issues.jboss.org/browse/ISPN-2806
> Project: Infinispan
> Issue Type: Feature Request
> Components: Loaders and Stores
> Reporter: Mircea Markus
> Assignee: Dan Berindei
> Priority: Critical
> Fix For: 5.3.0.Final
>
>
> Based on the feedback we got from community/users Infinispan needs a more efficient FileCacheStore implementation. See the [design document|https://community.jboss.org/wiki/FileCacheStoreRedesign] that contains several suggestion of implementing it. It would be nice to also have a benchmark written in order to evaluate the performance between various implementation suggestion.
--
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