I feel you have glossed over the more difficult parts of transactions
and cache coherency etc. with this brief summary ;-)
Yours does sound a very interesting project. Do you know how it
compares with NFSv4 for performance? I think that has some similar
caching abilities? I think CRFS should be similar.
I think you are right. I am struggling with the opposite approach
(too big steps, trying to be too clever with algorithms) on a similar
project! That said, I did try simpler steps earlier, and it worked
but showed a lot of tricky problems.
Fwiw, I've been working on what started as a distributed database that
is coming to be a filesystem too. It has many qualities of both,
hopefully the best ones. I'm aiming for high LAN file performance
similar to what you report with POHMELFS and would expect from any
modern fs, while also supporting database style transactions and
coherent queries, in a self-organising distributed system that handles
LAN/WAN/Internet each at their best. Mention of Paxos stirred me to
reply - a relative of that is in there somewhere. I have a long way
to go before a release.
If anyone is working on something similar, I would be delighted to
hear from them.
It scares me that I'm actually trying to do this. But very exciting
it is too.
It seems there's quite a bit of interesting work on Linux in this area
right now, with BTRFS and CRFS too.
-- Jamie
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html