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 | |
|---|---|
| HDFS | Distributed file system providing high-throughput access |
| SeaweedFS | Simple and highly scalable distributed file system |
| Lustre | File system for computer clusters |
| CephFS | Unified, distributed storage system |
| Alluxio | Virtual distributed file system |
| GlusterFS | Scale-out NAS file system |
| JuiceFS | Distributed POSIX file system |
| XtreemFS | Object-based, distributed file system for wide area networks |
| MooseFS | POSIX-compliant distributed file system |
| Quantcast File System | High-performance, fault-tolerant, distributed file system |
| OrangeFS | Multi-server scalable parallel file system |
| LeilFS | Distributed POSIX file system |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.