20th IEEE/11th NASA Goddard Conference on Mass Storage Systems and Technologies, 2003. (MSST 2003). Proceedings.
DOI: 10.1109/mass.2003.1194858
|View full text |Cite
|
Sign up to set email alerts
|

zFS - a scalable distributed file system using object disks

Abstract: zFS is a research project aimed at building a decentralized file system that distributes all aspects of file and storage management over a set of cooperating machines interconnected by a high-speed network. zFS is designed to be a file system that scales from a few networked computers to several thousand machines and to be built from commodity off-the-shelf components.The two most prominent features of zFS are its cooperative cache and distributed transactions. zFS integrates the memory of all participating ma… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
48
0

Publication Types

Select...
4
4
2

Relationship

0
10

Authors

Journals

citations
Cited by 89 publications
(50 citation statements)
references
References 2 publications
0
48
0
Order By: Relevance
“…Vesta [13], zFS [14] and Lustre [15], [16] all hashed the file pathname and/or some other unique identifier to determine the location of metadata. However, distributing metadata by hashing eliminates all hierarchical localities, and with them, many of the typical locality benefits of local file systems, for instance, the POSIX directory access semantics.…”
Section: Alternative Techniquesmentioning
confidence: 99%
“…Vesta [13], zFS [14] and Lustre [15], [16] all hashed the file pathname and/or some other unique identifier to determine the location of metadata. However, distributing metadata by hashing eliminates all hierarchical localities, and with them, many of the typical locality benefits of local file systems, for instance, the POSIX directory access semantics.…”
Section: Alternative Techniquesmentioning
confidence: 99%
“…ZFS is known for its ability to support high capacity, integrating concepts from file management and partitioning management, innovative disk structures, and a simple storage management system. ZFS is an open source project (Rodeh & Teperman, 2003).…”
Section: Compressed Read-write File Systemsmentioning
confidence: 99%
“…It has a good expandability, but the directory is distributed in several metadata servers, and it requires directory traversal among metadata servers to locate the metadata, which may result in the low efficiency access. Hash method [8][9] will locate the storage position of this file according to the file identifier (such as the full path name of the file). It breaks through the limitations of single metadata server, but it requires migrating related metadata when renaming a directory.…”
Section: Introductionmentioning
confidence: 99%