zoukankan      html  css  js  c++  java
  • MNFTL: An Efficient Flash Translation Layer for MLC

    1. we propose two approaches, namely, concentrated mapping and postponed reclamation, to effective reduce the valid page copies.

    2.In order to reduce valid page copies,concentrated mappingis utilized to store the written data and its updated data in the same physical block, and postponed reclamationis adopted to postpone the time consuming garbage collection.

    3.Specifically, in our approach, concentrated mapping uses the page-level mapping, so the write constraints of MLC NAND flash can be satisfied. The corresponding mapping table is stored in the spare area of the newly allocated pages while the page mapping table indices are recorded in the RAM.

    (page level mapping reduce space way)

    4.section 3, last paragraph:Our observation is that: page-level mapping approach is necessary in design of MLC flash translation layer.

    5.将page mapping table 存到了page spare area,从图可以看出来

  • 相关阅读:
    ureport2 数据源配置
    ureport2 + spring boot 搭建
    alibaba
    Maven Helper
    在Idea中连接数据库并生成实体类
    Intellij jrebel 热部署 安装
    IDEA使用说明
    JPA 常用注解 (hibernate)
    vue + canvas 图片加水印
    vue——批量下载图片
  • 原文地址:https://www.cnblogs.com/yaolei/p/4040616.html
Copyright © 2011-2022 走看看