Skip to content

Releases: umd-dslam/FileScale

FileScale 1.1.1

26 Aug 13:43
c5e5ce3
Compare
Choose a tag to compare
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

20 Aug 20:18
a6ea37c
Compare
Choose a tag to compare

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

10 Aug 09:17
46d9a2e
Compare
Choose a tag to compare

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

30 Sep 03:17
d59d1fa
Compare
Choose a tag to compare

The three-tier architecture of VoltFS includes a database layer, a cache layer, and a proxy layer.

voltdb-8.4.2

01 Apr 20:57
8bc38e8
Compare
Choose a tag to compare
Merge pull request #44 from DSL-UMD/distributed

voltdb stored procedure: remove child

Hadoop-calvin 0.1.0

13 Jan 18:42
Compare
Choose a tag to compare

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