Optimizing Every Operation in a Write-optimized File System

webinar

Author(s)/Presenter(s):

Rob Johnson

Library Content Type

Podcast

Presentation

Library Release Date

Focus Areas

Storage Management

Abstract

BetrFS is a new file system that outperforms conventional file systems by orders of magnitude on several fundamental operations, such as random writes, recursive directory traversals, and metadata updates, while matching them on other operations, such as sequential I/O, file and directory renames, and deletions. BetrFS overcomes the classic trade-off between random-write performance and sequential-scan performance by using new "write-optimized" data structures. This talk explains how BetrFS's design overcomes multiple file-system design trade-offs and how it exploits the performance strengths of write-optimized data structures.