FILT: Optimizing KV-Embedded File Systems Through Flat Indexing.

Chen,Tongliang Deng,Jian Zhang,Yanliang Zou,Xiaomin Zhu,Shu Yin
DOI: https://doi.org/10.1109/icdcs47774.2020.00150
2020-01-01
Abstract:The effectiveness of applying key-value store mechanisms to manage metadata of file systems has been demonstrated recently. However, traditional indirect metadata indexing schemes are not in concert with modern key-value data structures, which could degrade the performance of a KV-embedded file system due to the overhead of hierarchical path queries. In this paper, we propose FILT, a proof-of-concept file system middleware that can solve this problem by employing flat indexing. FILT exploits the benefits of both flat indexing and LSM-tree structure to eliminate redundant path lookups. Our extensive performance evaluation studies show that FILT can offer up to 5.8x performance gain compared with sophisticated local file systems.
What problem does this paper attempt to address?