Write Amplification, Trim and GC

Total Page:16

File Type:pdf, Size:1020Kb

Write Amplification, Trim and GC SSDs – Write Amplication, Trim and GC OCZ Technology Group Some Key Flash Characteristics Data in flash is stored as trapped charge. Erasing and which allow any block to be written or over written at any programming flash wears out the device. The most commonly time without impacting any of the data around it. used flash can be programmed and erased between 5000 and 10000 times. Since you cannot over write, you have to keep track of where the data actually is as there can’t be a static relationship Flash is organized in blocks, with multiple pages per block. between the data location and the logical block address (LBA) Blocks range in size from 2K to 8K with pages per block of 128 that the operating system uses to communicate with the to 256. Flash can only be erased as a block, can only be storage device. If the operating system wants to over write an programmed as a full page and the pages must be programmed existing LBA, an SSD will mark the current page associated in order from 0 to the number of pages in a block. with the LBA as invalid, write the new data to a different location and map the LBA to the new location so the data can Why do we care about this? Because of the operational issues be found for a read. As a drive is used, a block will have more that it causes. We can read any page we want, but as you can and more pages that no longer hold valid data. The data stored see writing and erasing is much more constrained. Operating in these pages is considered stale or out of date. systems file structures are built around hard disk drives (HDD), Write Amplication What is write amplification and why should you care about it? Usage patterns have a large impact on write amplification. For Write amplification is a measure of the number of bytes example 100% random 4K writes, the worst case, will have a actually written when writing a certain number of bytes. For write amplification of around 17 for OCZ drives. 100% serial example, if you write a 4K file, on average, the drive may writes from low LBA to high LBA will have a write amplification write 40K bytes worth of data. Why does this happen? This of 1. Real usage is somewhere in between. comes back to the flash characteristics. At some point, you will need to combine data from several partially used blocks to You can also reduce write amplification by partitioning or free up pages for new data to be written. allocating less than the total size of the drive. The reduction by doing will improve the total lifetime writes, but your total Write amplification has an impact on the life of a drive. One storage space is lower. If you only partition 50% of the drive, effective way to measure drive lifetime is to measure how the total lifetime writes increases by 3x for random 4K writes. many bytes can be written to the drive over its lifetime. With PECycles defined as the rated number of program / erase There are other factors that will impact write amplification cycles for the flash, lifetime writes can be estimated as and those will be explained in the next sections. DriveSize * PECycles WriteAmplification If you have a 30GB drive, write amplification of 10 and PECycles of 10K, the lifetime writes will be 30TB or 30 tera bytes. A user writing 5GB per day (about 1 dvd worth of data) would have a lifetime of 6000 days or about 16 years, well beyond the life time of most all electronic equipment of this type. 1 Trim To understand what trim is and why it is important, you first Trim is simply the function of the operating system telling the need to understand a little about the file system in a drive that a page is no longer valid. computer. This helps to reduce write amplification because you don’t When you delete a file on your computer, the operating system copy stale pages. There will also be fewer pages to copy, which in your computer doesn’t actually delete it. The operating will speed up the process of freeing up partially valid blocks. system instead will mark the area as free, to be re-used when needed. This means the data associated with this area is no longer considered valid. There is just one problem with this, the drive doesn’t know that this has happened. An HDD doesn’t really care since you can just write over the data whenever it wants. However, this creates a problem for the SSD. When it is time to consolidate blocks to free up space, the SSD must copy all of the data it considers valid to a new block before it can erase the current block. Without trim, the SSD doesn’t know a page is invalid unless the LBA associated with it has been rewritten. Garbage Collection or GC Garbage collection is the process of freeing up partially valid blocks to make room for more data. This must be done with all drives at some point after the equivalent of their capacity has been written to the drive.. When new data needs to be written, there will be a consolidation process that frees up space. When this begins to occur, it slows down the writes. This is because the drive has to wait for space to clear before data can be written. This is the typical cause of write performance degradation as a drive is used. Idle Time GC One way to improve performance is to perform garbage before GC at run time. This is a legitimate concern. collection during idle periods, freeing up space before it is Measurements have been made to assess the potential impact. needed. The difference between this and real time GC is that It increases the write amplification by about 1%. This means this occurs ahead of time so the drive does not need to wait for that if the write amplification is 10, it will go to 10.1 with idle the GC to occur before it can write. For OCZ drives, it only time garbage collection. This is a small price to pay for runs until a certain amount of space is available and then it consistent performance over the drive life. stops. There has been some concern that idle time garbage collection will increase write amplification. This is due to the possibility of some of the consolidated pages going stale 2 Putting it all together Write amplification is a part of function of the drive. It can be The best sustained performance is with a drive that utilized helped by trim and by lowering the amount of the drive that is both trim and idle time garbage collection. It is important to allocated for use, (Over Provisioning) if this is a concern. If the remember that garbage collection will always have to occur, drive has very heavy writes, this will optimize the life of the the issue is in when it occurs. By performing limited garbage drive. collection during idle time, enabling trim performance will be maintained as the drive is used and users will have a more Trim will help with performance by limiting the pages that are consistent performance experience. copied during garbage collection. However, there will still be a performance penalty in doing this real time, just when it is needed, the penalty will not be as high as it is for a drive not using trim. Test Data We took a 30GB drive and tested performance on it in a clean performance data. The performance was running at about state. We tested using ATTO. This showed an average 150MB/S write and 225MB/S read. Next we added a large performance of 225MB/S read and 150MB/S write. amount of data and ran IOMeter to thoroughly randomize the rest of the drive. The performance at this point was about We then used IOMeter to thoroughly exercise the drive with a 80MB/S write and 165MB/S read. The added files were then mixture of serial and random writes and tested the deleted and the trash bin emptied. It is the process of performance again at several time intervals. emptying the trash bin that initiates trim. After trim, the performance returned to the original levels. With firmware that doesn’t support idle time GC, the performance dropped to about 154MB/S read and 75MB/S These test conditions are artificial conditions that push the write. The performance doesn’t improve from these levels. drives to the limit. Normal usage typically allows sufficient time to keep the performance at an optimal level. Not all With the background GC + trim firmware, the performance trims will be a large block of files or large files. Typical trims dropped to 166MB/S read and 106MB/S write and with a few are a range of sizes and locations, often not in large blocks, hours of time, recovered to 193MB/S read and 127MB/S write. but you can expect to see performance improvements and Since the drives were being tested about every hour, this set improved drive life with trim in active use. The best will be back the time to restore. the use of both trim and idle time GC. We then performed a similar test with firmware that supports trim and not idle time GC. We gathered initial, clean state 3.
Recommended publications
  • MULTI-STREAM SSD TECHNOLOGY 2X READ PERFORMANCE & WRITE ENDURANCE T10 SCSI STANDARD
    MULTI-STREAM SSD TECHNOLOGY 2x READ PERFORMANCE & WRITE ENDURANCE T10 SCSI STANDARD NAND flash solid-state drives (SSDs) are increasingly deployed within enterprise datacenters thanks to their high performance and low power consumption. Decreasing NAND flash cost-per-gigabyte is also accelerating SSD adoption to replace hard disk drives (HDDs) in storage applications. One SSD drawback is that, as a device continually writes data, valid data can be fragmented across the NAND flash medium (See Figure 1). To reclaim free space, garbage collection activity copies user data to new storage blocks and erases invalid data storage blocks, thereby allowing the media to store new write data. However, garbage collection processing decreases both SSD read and write performance. In addition, garbage collection increases write amplification because individual host data write requests can result in multiple internal SSD writes to the NAND medium. Here, valid data is first read from a media block about to be erased, then rewritten to another media storage block, accompanied by the write to store new host data. Consequently, write amplification decreases SSD lifetime because each NAND chip can endure a certain number of writes before it begins to fail. MULTI-STREAM SSD TECHNOLOGY With multi-stream technology, an innovative new technology System Configuration FIO Configuration standardized in T10, implemented in Samsung PM953S NVMe SSD, garbage collection can be eliminated or reduced by storing • Hardware system • I/O workload: associated or similar lifetime data in the same erase block. This Quad Core Intel i7-4790 70% Read/ 30% Write helps avoid NAND erase block fragmentation for data with the CPU 3.60GHz • 4 sequential write jobs same lifetime.
    [Show full text]
  • Things You Should Know About Solid State Storage
    ThingsPRESENTATION You Should TITLE Know GOES HERE About Solid State Storage Snippets from SNIA Tutorials and other Giblets Marty Czekalski - President SCSI Trade Association, Sr. Staff Program Manager - Seagate Technology SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations and literature under the following conditions: Any slide or slides used must be reproduced in their entirety without modification The SNIA must be acknowledged as the source of any material used in the body of any document containing material from these presentations. This presentation is a project of the SNIA Education Committee. Neither the author nor the presenter is an attorney and nothing in this presentation is intended to be, or should be construed as legal advice or an opinion of counsel. If you need legal advice or a legal opinion please contact your attorney. The information presented herein represents the author's personal opinion and current understanding of the relevant issues involved. The author, the presenter, and the SNIA do not assume any responsibility or liability for damages arising out of any reliance on or use of this information. NO WARRANTIES, EXPRESS OR IMPLIED. USE AT YOUR OWN RISK. What You Should Know About Solid State Storage © 2013 Storage Networking Industry Association. All Rights Reserved. 2 Abstract What You Should Know About Solid State Storage This session will appeal to Data Center Managers, Development Managers, and those that are seeking an overview of Solid State Storage. It’s comprised of excerpts from SNIA Solid State Tutorials and other sources.
    [Show full text]
  • How Controllers Maximize SSD Life
    SSSI TECH NOTES How Controllers Maximize SSD Life January 2013 by SNIA SSSI Member: Jim Handy Objective Analysis “The SSD Guy” www.snia.org1 About the Solid State Storage Initiative The SNIA Solid State Storage Initiative (SSSI) fosters the growth and success of the market for solid state storage in both enterprise and client environ- ments. Members of the SSSI work together to promote the development of technical standards and tools, educate the IT communities about solid state storage, perform market outreach that highlights the virtues of solid state storage, and collaborate with other industry associations on solid state stor- age technical work. SSSI member companies come from a wide variety of segments in the SSD industry www.snia.org/forums/sssi/about/members. How Controllers Maximize SSD Life by SNIA SSSI Member: Jim Handy “The SSD Guy”, Objective Analysis Table of Contents Introduction 2 How Controllers Maximize SSD Life 2 Better Wear Leveling 3 External Data Buffering 6 Improved ECC 7 Other Error Management 9 Reduced Write Amplification 10 Over Provisioning 11 Feedback on Block Wear 13 Internal NAND Management 14 1 Introduction This booklet contains a collection of posts from Jim Handy’s SSD Guy blog www.TheSSDGuy.com which explores the various techniques designers use to increase SSD life. How Controllers Maximize SSD Life How do controllers maximize the life of an SSD? After all, MLC flash has a lifetime of only 10,000 erase/write cycles or fewer and that is a very small number compared to the write traffic an SSD is expected to see in a high- workload environment, especially in the enterprise.
    [Show full text]
  • Write Amplification Analysis in Flash-Based Solid State Drives
    Write Amplification Analysis in Flash-Based Solid State Drives Xiao-Yu Hu, Evangelos Eleftheriou, Robert Haas, Ilias Iliadis, Roman Pletka IBM Research IBM Zurich Research Laboratory CH-8803 Rüschlikon, Switzerland {xhu,ele,rha,ili,rap}@zurich.ibm.com ABSTRACT age computer architecture, ranging from notebooks to en- Write amplification is a critical factor limiting the random terprise storage systems. These devices provide random I/O write performance and write endurance in storage devices performance and access latency that are orders of magnitude based on NAND-flash memories such as solid-state drives better than that of rotating hard-disk drives (HDD). More- (SSD). The impact of garbage collection on write amplifica- over, SSDs significantly reduce power consumption and dra- tion is influenced by the level of over-provisioning and the matically improve robustness and shock resistance thanks to choice of reclaiming policy. In this paper, we present a novel the absence of moving parts. probabilistic model of write amplification for log-structured NAND-flash memories have unique characteristics that flash-based SSDs. Specifically, we quantify the impact of pose challenges to the SSD system design, especially the over-provisioning on write amplification analytically and by aspects of random write performance and write endurance. simulation assuming workloads of uniformly-distributed ran- They are organized in terms of blocks, each block consist- dom short writes. Moreover, we propose modified versions ing of a fixed number of pages, typically 64 pages of 4 KiB of the greedy garbage-collection reclaiming policy and com- each. A block is the elementary unit for erase operations, pare their performance.
    [Show full text]
  • Why Data Retention Is Becoming More Critical in Automotive
    White Paper Why Data Retention is Becoming More Critical in Automotive Applications Understanding and Improving Managed NAND Flash Memory for Higher Data Retention and Extended Product Life Christine Lee – Kevin Hsu – Scott Harlin KIOXIA America, Inc. Assisted and self-driving vehicles are fully loaded with electronics that support the infrastructure within. They have become mobile data centers that require an immense amount of computing power to capture, process and analyze data ‘near-instantaneously’ from a myriad of sensors, recorders, algorithms and external connections. A massive amount of this data is either stored locally or uploaded to cloud storage to be leveraged and transformed into real-time intelligence and value. Data storage has now become a critical part of automotive design, placing a precedence on high data retention and continual data integrity. The automotive environment creates unique challenges and presents a much different scenario from computing equipment in air-conditioned server rooms under controlled temperatures. Due to the extreme temperatures that can affect the NAND flash storage used within vehicles, there are information technology (IT) considerations that require different design approaches. Understanding how data wears out, how temperature and NAND flash memory characteristics can affect data retention and product life, and what practices can be used to improve them, are the focuses of this paper. ‘Under the Hood’ in Automotive Data Storage Depending on the source, assisted and self-driving vehicles generate terabytes (TB)1 of data daily. One prediction2 forecasts that between 5 TB and 20 TB of data will be consumed per day per vehicle, which is overwhelmingly more data than the average person consumes on a smartphone3.
    [Show full text]
  • Getting the Most out of SSD: Sometimes, Less Is More
    Getting the Most Out of SSD: Sometimes, Less is More Bruce Moxon Chief Solutions Architect STEC Flash Memory Summit 2012 Santa Clara, CA 1 Overview • A Quick Solid State Backgrounder • NAND Flash, Log structured file systems, GC, and Overprovisioning – less really is more! • Benchmarking • Operationally representative testing • Applications • Why Flash, why now? Enough • Caching – Less *is* more • Optimizing the Stack and Changing Application Architectures Flash Memory Summit 2012 Santa Clara, CA 2 Solid State Performance Characteristics (General) HDD (SAS) Sequential Random General Performance Characteristics. Read 200 MB/s 200 IOPS YMMV, depending on Write 200 MB/s 200 IOPS . Device architecture . Interface (SATA, SAS, PCIe) 2-8x 100-1000x • 2-4x performance range SSD / PCIe Sequential 4K Random . Transfer sizes Read .5 – 1.5 GB/s 60-200K IOPS . QDs (concurrency) Write .3 – 1 GB/s 15-40K IOPS Cost Differential . $0.50 - $1.50 / GB SAS HDD . $2 - $12 / GB SSD/PCIe Rand Read Write Sweet Spot Response . High Random IOPS (esp. Read) HDD 8 ms 0.5 ms* . Low Latency SSD 60 us 20 us Solid State Storage Fundamentals Everything I Needed to Know I learned at FMS … . Data is read/written in pages (typically 4-8 KB) . Data is *erased* in multi-page blocks (e.g., 128) . Data can only be written (programmed) into a previously erased block (no “overwrite”) . Background garbage collection (GC) copies valid pages to “squeeze out” deleted pages and make room for new data • OS/FS integration (TRIM) . Additional write amplification can occur in support of wear leveling and GC . Flash memory can only be programmed/erased (P/E) a limited number of times (Endurance) • Performance degrades over device lifetime .
    [Show full text]
  • UNIVERSITY of CALIFORNIA, SAN DIEGO Model and Analysis of Trim
    UNIVERSITY OF CALIFORNIA, SAN DIEGO Model and Analysis of Trim Commands in Solid State Drives A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Electrical Engineering (Intelligent Systems, Robotics, and Control) by Tasha Christine Frankie Committee in charge: Ken Kreutz-Delgado, Chair Pamela Cosman Philip Gill Gordon Hughes Gert Lanckriet Jan Talbot 2012 The Dissertation of Tasha Christine Frankie is approved, and it is acceptable in quality and form for publication on microfilm and electronically: Chair University of California, San Diego 2012 iii TABLE OF CONTENTS Signature Page . iii Table of Contents . iv List of Figures . vi List of Tables . x Acknowledgements . xi Vita . xii Abstract of the Dissertation . xiv Chapter 1 Introduction . 1 Chapter 2 NAND Flash SSD Primer . 5 2.1 SSD Layout . 5 2.2 Greedy Garbage Collection . 6 2.3 Write Amplification . 8 2.4 Overprovisioning . 10 2.5 Trim Command . 11 2.6 Uniform Random Workloads . 11 2.7 Object Based Storage . 13 Chapter 3 Trim Model . 15 3.1 Workload as a Markov Birth-Death Chain . 15 3.1.1 Steady State Solution . 17 3.2 Interpretation of Steady State Occupation Probabilities . 18 3.3 Region of Convergence of Taylor Series Expansion . 22 3.4 Higher Order Moments . 23 3.5 Effective Overprovisioning . 24 3.6 Simulation Results . 26 Chapter 4 Application to Write Amplification . 35 4.1 Write Amplification Under the Standard Uniform Random Workload . 35 4.2 Write Amplification Analysis of Trim-Modified Uniform Random Workload . 37 4.3 Alternate Models for Write Amplification Under the Trim-Modified Uniform Random Workload .
    [Show full text]
  • Determining Solid-State Drive (SSD) Lifetimes for SEL Rugged Computers
    Application Note AN2016-03 Determining Solid-State Drive (SSD) Lifetimes for SEL Rugged Computers Jerry Bennett and Ian Olson INTRODUCTION There are three types of solid-state drives (SSDs) offered for SEL’s computer family. The type of SSD you choose depends on your application. This application note briefly explains the types of SSDs offered by SEL and assists you in determining the best type of SSD to use for your application. PROBLEM It can be difficult to determine the correct SSD for your application. When evaluating which type of SSD best meets your application needs, consider the following key operational variables: environment, capacity, and endurance. Environmental factors include the temperature of the operating environment and the moisture or chemicals in the air that may cause the internal components of the SSDs to require conformal coating in order to be protected. Capacity is the amount of data storage space needed to store the operating system, application software, and data or log files (consider both current needs and future room for expansion). Endurance is a measure of how many times the drive can be overwritten before it wears out. For more information on SSD flash endurance, refer to the “NAND Flash Memory Reliability in Embedded Computer Systems” white paper available on the SEL website (https://www.selinc.com). The three types of SSDs that SEL offers use either single-level cell (SLC), industrial multilevel cell (iMLC), or consumer multilevel cell (MLC) flash memory. Use Figure 1 as a starting point to determine which type of SSD fits your application. For example, applications requiring high capacity and high endurance in an industrial environment should use SLC or iMLC SSD types.
    [Show full text]
  • KIOXIA Software-Enabled Flash™ Technology: How Can Hyperscale Environments Best Enable QLC Flash Memory?
    Technical Brief KIOXIA Software-Enabled Flash™ Technology: How Can Hyperscale Environments Best Enable QLC Flash Memory? Hyperscale data centers are deploying massive amounts of flash memory to power their real-time applications and services. Forward Insights market research predicts that hyperscale data centers will deploy over 196 exabytes of flash memory by 20241. This incredible growth is fueled by the latest flash technologies, of which quad-level cell (QLC) flash memory is at the forefront. While it delivers unique benefits and business advantages in hyperscale environments, obtaining the most from QLC flash memory can require a different approach than from prior flash memory generations. Software-Enabled Flash™ technology developed by KIOXIA simplifies the transition to QLC flash memory while enabling hyperscale environments to maximize its capabilities and value. Optimizing QLC Flash Memory Hyperscale developers optimize their data centers to improve application performance - from the highest level algorithm to the lowest-level mechanical server rack design. QLC flash memory can assist in this optimization as it delivers a 33% increase in bit density over triple-level cell (TLC) flash memory (Figure 1), providing a great value proposition for hyperscale data centers. Figure 1: QLC flash memory delivers a 33% increase in bit density over TLC Solid state drives (SSDs) based on QLC flash memory are designed to address the needs of a wide variety of applications, but hyperscale developers need more control to achieve optimal results for different application classes. This includes tight latency control in interactive server clusters to help meet critical service-level agreements (SLAs). It also includes fine-grained control of data placement in streaming clusters with heavy write workloads to help maximize flash memory lifecycles.
    [Show full text]
  • Using SMART Attributes to Estimate Drive Lifetime
    White Paper: USING SMART AttrIButES TO ESTImatE DRIVE LIFETIME Increase ROI by Measuring the SSD Lifespan in Your Workload USING SMART AttrIButES TO ESTImatE DRIVE ENduraNCE The lifespan of storage has always been finite. Hard disk drives (HDDs) contain rotating platters, which subject them to mechanical wear out. While SSDs don’t contain any moving parts since NAND is a semiconductor that operates through movement of electrons, the architecture of NAND sets a limit on write endurance. NAND works by storing electrons in a floating gate (conductor) or charge trap (insulator). The stored electrons then create a charge, and the amount of charge determines the bit value of a cell. In order to program or erase a cell, a strong electric field is created by applying a high voltage on the control gate, which then forces the electrons to flow from the channel to the floating gate or charge trap through an insulating tunnel oxide. The electric field induces stress on the tunnel oxide and as the cell is programmed and erased, the tunnel oxide wears out overtime, reducing the reliability of the cell by reducing its ability to withhold the charge. However, there is one big difference between SSD and HDD endurance. The write endurance, and thus lifetime of an SSD, can be accurately estimated, whereas mechanical wear out in HDDs is practically impossible to predict reliably. The estimation can be done using SMART (Self-Monitoring, Analysis and Reporting Technology) attributes, which provide various indicators of drive health and reliability. This whitepaper explains how SMART attributes and Samsung Magician DC’s built-in lifetime analyzer feature can be used to estimate drive’s expected lifetime in a specific workload.
    [Show full text]
  • Press Release
    PRESS RELEASE Hyperstone GmbH Line-Eid-Strasse 3, 78467 Konstanz, Germany Web: www.hyperstone.com, Email: [email protected] New Flash Management drastically reduces NAND Flash wear-out Konstanz, Germany, February 11th, 2015 – Released today, Hyperstone’s new hyMap® technology significantly improves endurance and random write performance for flash memory systems, thus for the first time enabling MLC for reliable industrial embedded storage systems. hyMap® reduces Write Amplification (WAF) by a factor of more than 100 in fragmented usage pattern and for small file random writes. Thereby, the reduction in effectively used write-erase-cycles results in higher performance, longer life and shorter random access response times. As a result, in many applications hyMap® together with Hyperstone controllers and MLC flash enables higher reliability and data retention than other controllers using SLC. hyMap® does not require any external DRAM or SRAM. Together with Hyperstone’s proprietary hyReliability™ feature set, hyMap® provides enhanced endurance, data retention management, as well as rigorous fail-safe features mandatory for industrial applications. Advantages: Extended device life-time/endurance for embedded systems Significantly decreased Write Amplification Factor (WAF) resulting in dramatically reduced flash wear-out High-speed performance for small data by minimizing data transfer time Fastest response time and reduced write latency Enabling MLC flashes for industrial storage applications MLC-aware Power Fail Management (PFM) Reliable-Write for MLC Flashes Optimized Data Reliability and Power Fail Safety Extended Wear Levelling concept for optimal flash usage Dynamic Data Refresh to maximize data retention and refresh data subject to read disturbance Intelligent Garbage Collection “Our hyMap® FTL architecture reliably enables lower-cost MLC for embedded Flash systems, achieving better reliability and endurance than other controllers.
    [Show full text]
  • Extending the Lifetime of Flash-Based Storage Through Reducing Write Amplification from File Systems
    Extending the Lifetime of Flash-based Storage through Reducing Write Amplification from File Systems Youyou Lu Jiwu Shu∗ Weimin Zheng Department of Computer Science and Technology, Tsinghua University Tsinghua National Laboratory for Information Science and Technology ∗Corresponding author: [email protected] [email protected], [email protected] Abstract storage systems. However, the increased density of flash memory requires finer voltage steps inside each cell, Flash memory has gained in popularity as storage which is less tolerant to leakage and noise interference. devices for both enterprise and embedded systems As a result, the reliability and lifetime of flash memory because of its high performance, low energy and reduced have declined dramatically, producing the endurance cost. The endurance problem of flash memory, however, problem [18, 12, 17]. is still a challenge and is getting worse as storage Wear leveling and data reduction are two common density increases with the adoption of multi-level cells methods to extend the lifetime of the flash storage. With (MLC). Prior work has addressed wear leveling and wear leveling, program/erase (P/E) operations tend to be data reduction, but there is significantly less work on distributed across the flash blocks to make them wear out using the file system to improve flash lifetimes. Some evenly [11, 14]. Data reduction is used in both the flash common mechanisms in traditional file systems, such as translation layers (FTLs) and the file systems. The FTLs journaling, metadata synchronization, and page-aligned introduce deduplication and compression techniques to update, can induce extra write operations and aggravate avoid updates of redundant data [15, 33, 34].
    [Show full text]