top | item 13801561

HopFS: Scaling hierarchical file system metadata using NewSQL databases

10 points| SirOibaf | 9 years ago |blog.acolyer.org | reply

2 comments

order
[+] rwx------|9 years ago|reply
Interesting approach. Google colossus file system also stores the metadata in a high performance key value store.
[+] jamesblonde|9 years ago|reply
But their key-value store is not transactional. Afaik, they don't define the semantics of operations like 'mv' across cells. Higher level frameworks like Spanner/BigTable work around that limitation - but are forced to present data in tabular format. HopsFS allows to to treat them as files.

Disclaimer: i'm a co-author.