Keyun Cheng

Reading Notes: HyTorC

Title: HyTorC: Hybrid Address Translation for SSDs supporting Compression

Conference (TOS’25): Link

Journal (): Link

Summary

This paper proposes a hybrid FTL scheme based on block and page mapping. The key idea is to embed the logical page mapping into logical block mapping, where the block mapping gradually evolves from block-level to page-level mapping. It then applies compression on both data and FTL metadata to further reduce the FTL memory overhead.

Main Contributions

Details

Strength

Weakness