FAST 2002 Abstract
WOLFA Novel Reordering Write Buffer to Boost the Performance of Log-Structured File
Systems
Jun Wang and Yiming Hu,
Department of Electrical & Computer Engineering and Computer Science
Abstract
This paper presents the design, simulation and performance evaluation
of a novel reordering write buffer for Log-structured File Systems
(LFS). While LFS provides good write performance for small files, its
biggest problem is the high overhead from cleaning. Previous research
concentrated on improving the cleaner's efficiency after files are
written to the disk. We propose a new method that reduces the amount
of work the cleaner has to do before the data reaches the disk. Our
design sorts active and inactive data in memory into different segment
buffers and then writes them to different disk segments. This
approach forces data on the disk into a bimodal distribution. Most
data in active segments are quickly invalidated, while inactive
segments are mostly intact. Simulation results based on both
real-world and synthetic traces show that such a reordering write
buffer dramatically reduces the cleaning overhead, slashing the
system's overall write cost by up to 53%.
- View the full text of this paper in
HTML and
PDF. Until January 2003, you will need your USENIX membership identification in order to access the full papers.
The Proceedings are published as a collective work, © 2002 by the USENIX Association. All Rights Reserved. Rights to individual papers remain with the author or the author's employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. USENIX acknowledges all trademarks within this paper.
- If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site.
- To become a USENIX Member, please see our Membership Information.
|