Title
BetrFS: a right-optimized write-optimized file system
Abstract
The Bε-tree File System, or BetrFS, (pronounced \"better eff ess\") is the first in-kernel file system to use a write-optimized index. Write optimized indexes (WOIs) are promising building blocks for storage systems because of their potential to implement both microwrites and large scans efficiently. Previous work on WOI-based file systems has shown promise but has also been hampered by several open problems, which this paper addresses. For example, FUSE issues many queries into the file system, superimposing read-intensive workloads on top of write-intensive ones, thereby reducing the effectiveness of WOIs. Moving to an in-kernel implementation can address this problem by providing finer control of reads. This paper also contributes several implementation techniques to leverage kernel infrastructure without throttling write performance. Our results show that BetrFS provides good performance for both arbitrary microdata operations, which include creating small files, updating metadata, and small writes into large or small files, and for large sequential I/O. On one microdata benchmark, BetrFS provides more than 4× the performance of ext4 or XFS. BetrFS is an ongoing prototype effort, and requires additional data-structure tuning to match current general-purpose file systems on some operations such as deletes, directory renames, and large sequential writes. Nonetheless, many applications realize significant performance improvements. For instance, an in-place rsync of the Linux kernel source realizes roughly 1.6-22× speedup over other commodity file systems.
Year
Venue
Field
2015
FAST
File system,Virtual file system,Computer science,Device file,Real-time computing,Versioning file system,Fork (file system),Unix file types,File system fragmentation,Operating system,Computer file
DocType
Citations 
PageRank 
Conference
19
0.66
References 
Authors
23
15
Name
Order
Citations
PageRank
William Jannen1647.48
Jun Yuan2526.08
Yang Zhan3656.65
Amogh Akshintala4402.85
John Esmet5572.24
Yizheng Jiao6624.94
Ankur Mittal7371.46
Prashant Pandey8546.17
Phaneendra Reddy9371.46
Leif Walsh10392.16
Michael A. Bender112144138.24
Martin Farach-Colton122402178.67
Rob Johnson1356239.43
Bradley C. Kuszmaul141563146.28
Donald E. Porter15484.16