Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm not sure your list is quite correct. It depends on what you mean by a file system.</p> <p>If you mean a file system that is mountable in an operating system and usable by any application that reads and writes files using POSIX calls, then GridFS doesn't really qualify. It is just how MongoDB stores BSON-formatted objects. It is an <a href="http://www.storage-switzerland.com/Blog/Entries/2012/11/30_What_Is_Object_Storage.html" rel="nofollow noreferrer">Object system</a> rather than a File system.</p> <p>There is <a href="http://www.coffeepowered.net/2010/02/24/serving-files-out-of-gridfs-part-2/" rel="nofollow noreferrer">a project</a> to make <a href="https://github.com/mikejs/gridfs-fuse" rel="nofollow noreferrer">GridFS mountable</a>, but it is a little weird because GridFS doesn't have concepts for things like hierarchical directories, although paths are allowed. Also, I'm not sure how distributed writes on gridfs-fuse would be.</p> <p>GlusterFS and Ceph are comparable and are distributed, replicable mountable file systems. You can <a href="https://web.archive.org/web/20140825075146/http://hekafs.org/index.php/2013/01/ceph-notes/" rel="nofollow noreferrer">read a comparison between the two here</a> (and <a href="https://web.archive.org/web/20140330145402/http://hekafs.org/index.php/2013/01/update-on-ceph-vs-glusterfs/" rel="nofollow noreferrer">followup update of comparison</a>), although keep in mind that the benchmarks are done by someone who is a little biased. You can also watch <a href="http://www.youtube.com/watch?v=JfRqpdgoiRQ" rel="nofollow noreferrer">this debate on the topic</a>.</p> <p>As for HekaFS, it is GlusterFS that is set up for cloud computing, adding encryption and multitenancy as well as an administrative UI. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload