TY - GEN
T1 - BetRFS
T2 - 13th USENIX Conference on File and Storage Technologies, FAST 2015
AU - Jannen, William
AU - Yuan, Jun
AU - Zhan, Yang
AU - Akshintala, Amogh
AU - Esmet, John
AU - Jiao, Yizheng
AU - Mittal, Ankur
AU - Pandey, Prashant
AU - Reddy, Phaneendra
AU - Walsh, Leif
AU - Bender, Michael
AU - Farach-Colton, Martin
AU - Johnson, Rob
AU - Kuszmaul, Bradley C.
AU - Porter, Donald E.
PY - 2015
Y1 - 2015
N2 - The Be-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.
AB - The Be-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.
UR - http://www.scopus.com/inward/record.url?scp=84954356422&partnerID=8YFLogxK
UR - http://www.scopus.com/inward/citedby.url?scp=84954356422&partnerID=8YFLogxK
M3 - Conference contribution
AN - SCOPUS:84954356422
T3 - Proceedings of the 13th USENIX Conference on File and Storage Technologies, FAST 2015
SP - 301
EP - 315
BT - Proceedings of the 13th USENIX Conference on File and Storage Technologies, FAST 2015
PB - USENIX Association
Y2 - 16 February 2015 through 19 February 2015
ER -