加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

TreeFTL:Efficient RAM Management for High Performance of NAN

发布时间:2020-12-15 17:40:09 所属栏目:百科 来源:网络整理
导读:IEEEXPLORE论文: TreeFTL:Efficient RAM Management for High Performance of NAND Flash-based Storage Systems 摘要: Abstract—NAND ?ash memory is widely used for secondary storage today. The ?ash translation layer (FTL) is the embedded softw

IEEEXPLORE论文:

TreeFTL:Efficient RAM Management for High Performance of NAND Flash-based Storage Systems


摘要:

Abstract—NAND ?ash memory is widely used for secondary
storage today. The ?ash translation layer (FTL) is the embedded
software that is responsible for managing and operating in ?ash
storage system. One important module of the FTL performs
RAM management. It is well-known to have a signi?cant impact
on ?ash storage system’s performance. This paper proposes an
ef?cient RAM management scheme called TreeFTL. As the name
suggests,TreeFTL organizes address translation pages and data
pages in RAM in a tree structure,through which it dynamically
adapts to workloads by adjusting the partitions for address
mapping and data buffering. TreeFTL also employs a lightweight
mechanism to implement the least recently used (LRU) algorithm
for RAM cache evictions. Experiments show that compared to
the two latest schemes for RAM management in ?ash storage
system,TreeFTL can reduce service time by 46.6% and 49.0%
on average,respectively,with a 64MB RAM cache.



不是翻译机器,所以不会去完全翻译,但除了废话基本等于完全翻译了。。。


方便快速浏览和看懂,不保证完美,不过大概都理解,有需要可以讨论。

因为是PDF上直接做的手脚,加上插图,没法发博客,所以选择整个pdf上传。


是关于SLC NAND FLASH的。

用到了三级树状结构映射,思想有点像内存和Cache。

还有轻量级的LRU victim selection——能显著减少空间时间开销。

本方法在特定情况下能大幅提升表现。



下载地址:

http://download.csdn.net/detail/huqinwei987/7158541


截图:



(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读