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 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. |

