[infinispan-dev] Cache store for MapDB (what used to be JDBM)

Ray Tsang saturnism at gmail.com
Thu Sep 12 16:10:04 EDT 2013


I readapted the offheap store to mapdb store.
https://github.com/saturnism/infinispan-cachestore-mapdb

check it out!


On Wed, Sep 4, 2013 at 7:56 AM, Randall Hauch <rhauch at redhat.com> wrote:

> Yes, but the API is completely different. Ray's is actually pretty close,
> except that it assume that MapDB should use only the direct memory option
> (there are quite a few others). A combination of both would probably work
> really well.
>
> On Sep 4, 2013, at 4:49 AM, Manik Surtani <msurtani at redhat.com> wrote:
>
> MapDB is a progression on JDBM, right?
>
> https://github.com/infinispan/infinispan-cachestore-jdbm
>
>
> On 3 Sep 2013, at 16:55, Ray Tsang <saturnism at gmail.com> wrote:
>
> Good timing - I just started an off-heap store for fun that uses mapdb
> direct memory db.
> https://github.com/saturnism/infinispan-cachestore-offheap
>
> Please take a look!
>
>
> On Tue, Sep 3, 2013 at 6:13 AM, Randall Hauch <rhauch at redhat.com> wrote:
>
>> Has anyone looked at writing a cache store that uses MapDB? It provides
>> Maps, Sets and Queues backed by disk storage or off-heap memory, with MVCC
>> and (non-JTA) transactions. The author previously wrote JDBM (multiple
>> versions), and has recently ventured out on his own to focus on MapDB
>> full-time. It's only at 0.9.5, but progressing quite nicely. I've been
>> looking at it for other uses, and quite enjoy it.
>>
>>         http://mapdb.org
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
>
> --
> Manik Surtani
>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20130912/692efa1b/attachment.html 


More information about the infinispan-dev mailing list