Abstract
I/O is a major performance bottleneck in modern computer systems. Modern disks use zone-bit-recording (ZBR) technology to increase the capacity. A direct consequence of ZBR is that outer tracks have higher data transfer rates. Because LFS uses large disk transfers, access times are mainly determined by the data transfer rate. This paper presents a novel performance-oriented data reorganizing scheme, called PROFS, which boosts the I/O performance of LFS (log-structured file system). Our scheme reorganizes data on the disk during LFS garbage collection and system idle periods. By putting active data in the faster zones and inactive data in the slower zones, we can significantly improve the read and write performance. The reorganization overhead is minimal. We studied three different algorithms that are read-optimized, write-optimized and balanced. Simulation results based on five real-world and two synthetic traces showed that such algorithms can dramatically reduce the I/O response time for both reads and writes compared with the previous LFS systems with adaptive methods. Our algorithms improve the LFS system's write latency by up to 24.5% and the read latency by up to 21.3%. They also improve the file system throughput by up to 32%.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.