Hook: A Pattern Locality Guided Prefetch with Enhanced Read Performance for Hybrid SSDs

Yumiao Zhao,Jiancong Zheng,Gangyong Jia,Liang Shi,Congming Gao
DOI: https://doi.org/10.1109/nvmsa63038.2024.10693661
2024-01-01
Abstract:SLC- TLC hybrid SSDs offer a promising solution to the growing demand for high-capacity, high-performance data storage systems. By leveraging a fraction of SLC flash memory as a buffer alongside TLC flash memory, these SSDs optimize both performance and storage capacity. Current optimizations for hybrid SSDs primarily focus on exploiting the write performance advantages of the SLC buffer. This involves writing host data to the SLC buffer initially and transferring it to TLC space during idle periods. However, it's important to note that the benefits of the SLC buffer extend beyond accelerating write speeds; it also enhances read speeds. In this work, a novel approach called Hook is introduced, utilizing lightweight prediction to enable prefetching with the SLC buffer, aimed at enhancing read performance without sacrificing write performance. The approach includes a novel temporal and spatial locality-aware prediction method, a coordination strategy for prefetch and host requests, and collaboration between RAM and SLC to manage prefetched data effectively. To validate the effectiveness of Hook, a prototype is implemented based on FEMU, and its performance is evaluated across various workloads. Experimental results demonstrate a significant improvement in the hit rate of prefetched data and enhanced read performance compared to conventional hybrid SSDs.
What problem does this paper attempt to address?