Releases: umd-dslam/FileScale
Releases · umd-dslam/FileScale
FileScale 1.1.1
feat: remove filter (#285) * fix: remove filter * fix: compile error * fix: fix open * fix: typo * fix: duplicate * fix: typo * fix: typo * fix: resolve child name * fix: typo * update * fix: add setLastINode * fix: typo * fix: remote rename
FileScale 1.1.0
In the version 1.1.0, FileScale mainly has a new cache implementation where the key is the full path and the value is inode
object.
FileScale 1.0.0 RC
FileScale has new metadata management that is a three-tier architecture including a database layer, a caching layer, and a proxy layer.
FileScale-1.0.0 supports all fundamental file operations:
- file-create
- file-delete
- file-open
- mkdirs
- file-rename
- directory-clean (Recursion)
- rename across namespaces (Multiple NameNodes)
VoltFS-1.0.0: Merge pull request #205 from DSL-UMD/distributed
The three-tier architecture of VoltFS includes a database layer, a cache layer, and a proxy layer.
voltdb-8.4.2
Merge pull request #44 from DSL-UMD/distributed voltdb stored procedure: remove child
Hadoop-calvin 0.1.0
Release Notes
Features
- Implement directory tree data model with PostgreSQL in HDFS
- Support open, create, mkdir, rename and delete operations via SQL Query and Update execution
- Remove most of the redundant structures to save memory
- Remove redundant attributes in saving FSImage(HDFS checkpoint for durability) and FSEditLog to reduce IO and disk storage
- Evaluated by NNThroughputBenchmark