• 中国精品科技期刊
  • CCF推荐A类中文期刊
  • 计算领域高质量科技期刊T1类
高级检索

一种基于分类策略的聚簇页级闪存转换层算法

姚英彪, 杜晨杰, 王发宽

姚英彪, 杜晨杰, 王发宽. 一种基于分类策略的聚簇页级闪存转换层算法[J]. 计算机研究与发展, 2017, 54(1): 142-153. DOI: 10.7544/issn1000-1239.2017.20150644
引用本文: 姚英彪, 杜晨杰, 王发宽. 一种基于分类策略的聚簇页级闪存转换层算法[J]. 计算机研究与发展, 2017, 54(1): 142-153. DOI: 10.7544/issn1000-1239.2017.20150644
Yao Yingbiao, Du Chenjie, Wang Fakuan. A Clustered Page-Level Flash Translation Layer Algorithm Based on Classification Strategy[J]. Journal of Computer Research and Development, 2017, 54(1): 142-153. DOI: 10.7544/issn1000-1239.2017.20150644
Citation: Yao Yingbiao, Du Chenjie, Wang Fakuan. A Clustered Page-Level Flash Translation Layer Algorithm Based on Classification Strategy[J]. Journal of Computer Research and Development, 2017, 54(1): 142-153. DOI: 10.7544/issn1000-1239.2017.20150644
姚英彪, 杜晨杰, 王发宽. 一种基于分类策略的聚簇页级闪存转换层算法[J]. 计算机研究与发展, 2017, 54(1): 142-153. CSTR: 32373.14.issn1000-1239.2017.20150644
引用本文: 姚英彪, 杜晨杰, 王发宽. 一种基于分类策略的聚簇页级闪存转换层算法[J]. 计算机研究与发展, 2017, 54(1): 142-153. CSTR: 32373.14.issn1000-1239.2017.20150644
Yao Yingbiao, Du Chenjie, Wang Fakuan. A Clustered Page-Level Flash Translation Layer Algorithm Based on Classification Strategy[J]. Journal of Computer Research and Development, 2017, 54(1): 142-153. CSTR: 32373.14.issn1000-1239.2017.20150644
Citation: Yao Yingbiao, Du Chenjie, Wang Fakuan. A Clustered Page-Level Flash Translation Layer Algorithm Based on Classification Strategy[J]. Journal of Computer Research and Development, 2017, 54(1): 142-153. CSTR: 32373.14.issn1000-1239.2017.20150644

一种基于分类策略的聚簇页级闪存转换层算法

基金项目: 国家自然科学基金项目(61100044);浙江省科技创新基金项目(2013TD03);浙江省科技计划资助项目(2013C31100) This work was supported by the National Natural Science Foundation of China(61100044), Zhejiang Province Science and Technology Innovation Focused Team Foundation (2013TD03), and Zhejiang Province Science and Technology Project (2013C31100).
详细信息
  • 中图分类号: TP333

A Clustered Page-Level Flash Translation Layer Algorithm Based on Classification Strategy

  • 摘要: 提出一种基于分类策略的聚簇页级闪存转换层算法——CPFTL.1)CPFTL将地址映射缓存分为热映射表缓存、冷映射表缓存和连续映射表缓存,分别用来缓存访问频繁的请求的映射项、访问不频繁的请求的映射项和高空间本地性的连续请求的映射项,有效提升各类请求的处理能力;2)为利用连续请求的空间本地性,CPFTL的连续映射表缓存预取多个连续的映射项,提高它对连续请求的响应性能;3)为减少页级映射算法的转换页读写开销,CPFTL的冷映射表缓存采用聚簇策略,即将属于同一转换页中的映射项进行聚簇,按簇进行LRU管理,当冷映射表缓存满时,根据簇的映射项个数和LRU选取合适的簇剔除到闪存.实验结果显示,相比经典的页级DFTL算法和最新的SDFTL算法,CPFTL的缓存命中率、平均响应时间、地址转换页操作次数和闪存块擦除次数都有显著提升.
    Abstract: This paper proposes a novel clustered page-level flash translation layer (CPFTL) algorithm which is based on classification strategy. Firstly, CPFTL divides RAM into hot cached mapping table (H-CMT), cold cached mapping table (C-CMT) and sequential cached mapping table (S-CMT), which are responsible for buffering map entries of requests with high temporal locality, low temporal locality and high spatial locality, respectively. Secondly, in order to benefit from the spatial locality of sequential requests, CPFTL prefetches multiple sequential map entries into S-CMT, and thus it can improve the response time of sequential requests. Finally, in order to reduce the read and write overhead of translation pages, CPFTL clusters the map entries which belong to the same translation page in C-CMT together, and manage these clusters by LRU (least recently used)strategy. When C-CMT is full, according to the map entry number and LRU of clusters, CPFTL chooses an appropriate cluster to evict into Flash. CPFTL has been extensively evaluated under various realistic workloads. Compared with the state-of-art FTL schemes such as classic DFTL and the latest SDFTL, our benchmark results show that CPFTL can improve cache hit ratio, operation counts of translation pages, response time and erase counts.
计量
  • 文章访问数:  1108
  • HTML全文浏览量:  5
  • PDF下载量:  504
  • 被引次数: 0
出版历程
  • 发布日期:  2016-12-31

目录

    /

    返回文章
    返回