Network

Quantcast File System – high-performance, fault-tolerant, distributed file system

Quantcast File System (QFS) is a high-performance, open source, fault-tolerant, distributed file system developed to support MapReduce processing, or other applications reading and writing large files sequentially. It is an alternative to HDFS for large-scale batch data processing.

QFS consists of 3 components:

  • Metaserver – a central process metadata server that manages the directory structure and maps of files to physical storage
  • Chunk Server – the distributed component of the distributed file system. A chunk server runs on each machine that will host data, manages I/O to its hard drives, and monitors its activity and capacity
  • Client Library – a library that provides the file system API to allow applications to interface with QFS. It makes requests of the metaserver to identify which chunk servers hold (or will hold) its data, then interacts with the chunk servers directly to read and write

QFS is written in C++, operates within a fixed memory footprint, and uses direct I/O.

Key Features

  • Incremental Scalability.
  • Balancing.
  • Rebalancing.
  • Fault Tolerance.
  • Fine-tunable Replication, Striping, Recovery Mode.
  • Re-replication.
  • Data Integrity.
  • Reed-Solomon (RS) error correction.
  • Client Side Metadata Caching.
  • File Writes.
  • Leases.
  • Versioning.
  • Client Side Fail-over.
  • Direct I/O.
  • Manages its own memory within a fixed footprint.
  • Language Support.
  • Tools.
  • FUSE support on Linux.
  • Unix style permissions support.

Website: github.com/quantcast/qfs
Support:
Developer: Quantcast
License: Apache License 2.0

QFS is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

File Systems
HDFSDistributed file system providing high-throughput access
SeaweedFSSimple and highly scalable distributed file system
LustreFile system for computer clusters
CephFSUnified, distributed storage system
AlluxioVirtual distributed file system
GlusterFSScale-out NAS file system
JuiceFSDistributed POSIX file system
XtreemFSObject-based, distributed file system for wide area networks
MooseFSPOSIX-compliant distributed file system
Quantcast File SystemHigh-performance, fault-tolerant, distributed file system
OrangeFSMulti-server scalable parallel file system
LeilFSDistributed POSIX file system

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted