[infinispan-dev] NOVA: A Log-structured File system for Hybrid Volatile/Non-volatile Main Memories

Sanne Grinovero sanne at infinispan.org
Thu Aug 3 07:49:40 EDT 2017


This looks quite interesting!
 - http://lkml.iu.edu/hypermail/linux/kernel/1708.0/02224.html

Not being just a traditional file system, I wonder if we could
leverage some of its specific features like COW and the log structure
to avoid such redundant operations from our side.

For example Lucene's indexes work hard to re-implement a similar
schema on top of a general-purpose filesystem. I'd assume that the
filesystem has some oppoprtunities to do it "better".

Might be of interest for Our off-heap and CacheStores as well.

Thanks,
Sanne


More information about the infinispan-dev mailing list