Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays

Size: px
Start display at page:

Download "Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays"

Transcription

1 Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays By Scott D. Lowe, vexpert Co-Founder, ActualTech Media February, 2015

2 Table of Contents Introduction: How Flash Storage Works 3 Flash Storage Types... 3 Fatal Flash Flaws and How to Overcome Them 5 Wear Finite Program/Erase Cycles... 5 Write Amplification... 5 Bit Error Rates... 6 Steady State Performance... 6 Write Cliff... 7 Read Disturb... 7 Summary: Architecture Matters 8 About the Author 8 About Tegile 8 ActualTech Media All rights reserved. Under no circumstances should this document be sold, copied, or reproduced in any way except with written permission. The information contained with the document is given in good faith and is believed to be accurate, appropriate and reliable at the time it is given, but is provided without any warranty of accuracy, appropriateness or reliability. The author does not accept any liability or responsibility for any loss suffered from the reader s use of the advice, recommendation, information, assistance or service, to the extent available by law. Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 2

3 Introduction: How Flash Storage Works To understand potential flaws in flash storage media, it s important to understand how flash works from a read/write perspective. Reading data is pretty straightforward. It s on write operations where flash-based storage is really differentiated from spinning disk. There is a multistep process that takes place to accomplish a write operation on a solid state disk (SSD): Read. On flash storage, write operations begin with a read to make sure that the target block is empty. Blocks are comprised of individual pages, and every page in a target block must be empty. Figure 1 shows a single storage block with multiple pages. One of the pages is marked in red to denote a non-empty page. Move data. If necessary, data in non-empty pages are moved to other locations on the disk. Erase. Once the block is empty, the full block is erased in preparation for writing new data. Write. The new data are written to pages inside the block. Figure 1: Storage Block Flash Storage Types There are different kinds of flash storage and each type features different characteristics, as shown in Table 1. The middle two columns, Cycles and Capacity, are the most critical. Table 1 Flash Type Cycles Capacity Cons Single Level Cell (SLC) Enterprise Multi-Level Cell (emlc) 100,000 1 bit per cell (2 possible values) Most reliable 30,000 2 bits per cell (4 values) More reliable than MLC/cMLC (overcommit) Lowest density = highest $/GB More write overhead Multi-Level Cell (MLC) 10,000 2 bits per cell (4 values) More write overhead Triple Level Cell (TLC) Sub- 10,000 (~ 3K to 5K) 3 bits per cell increases storage density (8 values) Very poor write performance Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 3

4 The Cycles column is the metric which determines how long that particular medium type will last. In other words, how many erase/write cycles the media can withstand before it begins to fail. The Capacity column identifies the amount of information that can be stored in each cell 1, 2, or 3 bits, depending on media type. In reality, this data density is just a reflection of how many discrete voltage levels can be read from an individual cell. With 1-bit media, SLC flash, the cell is either on, or it s off. There are only two states. With MLC flash media, there are four different voltage states, enabling the storage of 2 bits of information. TLC storage cells can have eight different values, providing 3 bits of storage per cell. Figure 2 provides a visual representation for individual cell density for each kind of flash media. Also understand that denser cell types require more fine-tuned voltage detection mechanisms, which impact the speed of the storage. This is why SLC media is so much faster than TLC media. Figure 2: Individual Cell Density Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 4

5 Fatal Flash Flaws and How to Overcome Them Flash storage has become a staple of the data center. When used correctly, it accelerates workloads and helps IT better meet business application needs. However, before jumping into the flash waters, make sure that you fully understand the potential challenges inherent in flash technology, and learn how vendors overcome these challenges. Wear Finite Program/Erase Cycles As shown previously in Table 1, different kinds of flash have different numbers of program/erase cycles, after which the media begins to degrade and ultimately fails. The better the flash, the more cycles it can support. This challenge makes is critical that when buying storage, you pay attention to the kind of media that vendors use in storage arrays. For example, MLC media (sometimes referred to as consumer-grade MLC [cmlc]) has the same density as emlc. However, emlc has additional cells that the media can use, which significantly extends the life of the storage investment. Moreover, all modern flash storage controllers include software that distributes writes across the storage in a technique that is known as "wear leveling". Without wear leveling, there is the potential for individual cells to be continuously and repeatedly erased and rewritten, which could lead to a premature death. Write Amplification Back in Figure 1, there was a single red data page in the block. Now, imagine this scenario: The flash storage controller determines that new data needs to be written to that very block. Keep in mind that blocks must be empty before they can be written to. Therefore, the data in that block must be moved elsewhere before the new data can be written. Now, imagine that the target block for this moved data isn t empty. That means the data in that block must be moved as well. This process creates the potential for a domino-like effect of constant data moves and the need to continuously write data blocks in new locations. This domino-like effect is known as "write amplification". As the disk fills up and fewer blocks remain empty, write amplification can become more pronounced. The more write amplification that takes place, the slower write operations become, in general. Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 5

6 Media choices makes a big difference when it comes to addressing write amplification. Remember that emlc media, for example, has some additional capacity a larger spare area which extends its overall life. This extra capacity also helps to address write amplification. However, there are two other techniques that help to address write amplification. The first is TRIM, and the second is garbage collection. TRIM is implemented at the operating system level (although the SSD must also support it) while garbage collection is a function of the flash controller. TRIM is a command that allows the operating system to tell the flash disk which of the previously saved blocks of data are no longer needed. That way, when the SSD performs garbage collection, it knows that those blocks can be erased. Without TRIM support, the SSD may not know about the status of blocks for files that have been deleted. Garbage collection is the process that the flash controller performs to relocate data pages to new locations so that blocks can be fully erased. By addressing relocation needs proactively, write amplification can be reduced. Bit Error Rates All storage suffers from what are known as bit errors. Kingston defines Bit Error Rate as the rate at which naturally occurring bit errors in NAND flash occur without the benefit of Error Correction Code (ECC) and which the [Flash Storage Processor] FSP corrects using on the fly advanced ECC without disrupting user or system access. As dies shrink and flash memory gets ever-smaller, ECC must continuously improve to keep pace. Make sure vendors are keeping current with technology and that their ECC mechanisms are sufficient to overcome bit errors, even as drives get larger in capacity, but smaller in cell size. Steady State Performance Any all-flash storage array goes through a three step process when it comes to performance, as shown in Figure 3: First Out of Box (FOB). When a brand new array is shipped, in theory, all of the Figure 3: Steady State Peformance (source: Micron) Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 6

7 flash blocks are erased, pristine, and ready to accept data. As such, when data is written to the array, the read/move/erase/write cycle can be skipped and the data just written. This means that initial performance is abnormally high. Transition State. During the transition state, some blocks are being written to for the first time while others have to go through the full cycle described earlier in this paper. Steady State. The steady state is the performance pattern that will characterize the array for the long haul. When buying storage, look for storage performance patterns in which the steady state remains significant (high) and stable. Write Cliff The write cliff is closely related to steady state performance. After all, cells in an array have been through an initial erase/write cycle, performance drops off sharply, as shown in Figure 4. Remember, in flash-based storage, write operations take place far slower than read operations due to the need to erase and move blocks of data all the time. Figure 4: Write Cliff (Source: Crestingwave/Velobit) Figure 4 provides a look at what can happen to performance once an array hits the write cliff. The write cliff can t be avoided, but its impact can be minimized. Factors such as flash media type, and write amplification minimization will help keep the write cliff under control. Read Disturb Flash storage is just a mash up of cells, each with differing voltages that determine the value of each individual cell. Read and write operations can impact these voltage levels. In fact, as cells are continuously read, there is the small potential for disruption of adjacent cells. If disruption takes place a cell value may flip, leading to data loss (Figure 5). Figure 5: Read Disturb Fortunately, this issue is easily mitigated. Enterprise flash storage systems simply track how many times individual cells have been read and move blacks as needed, effectively eliminating the potential for read disturb. Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 7

8 Summary: Architecture Matters When choosing and implementing an all-flash storage system, make sure the vendor has addressed the potentially fatal flaws that can plague flash storage. Here are some additional tips to help maximize the flash storage experience: Align writes at appropriate boundaries to avoid fragmented I/O and unnecessary writes. Flash storage and fragmented I/O can significantly increase write amplification. Modern operating systems are much better about alignment than older ones, but it is worth monitoring this. Make sure the selected system constantly track flash wear and relocates data to ensure uniform wear across flash pages. Buy systems that actively reduce data. By performing deduplication and compression functions prior to writes, you actively minimize write operations, which extends the life of the storage and also saves on capacity. Systems that implement DRAM caching can help minimize the need for reads, which in turn can help reduce the need for moving blocks to avoid read disturb issues. Besides the fact that DRAM is even faster that flash storage, being able to avoid read disturb improves performance and can extend the life of the array. Even with other mitigating features, make sure the array uses a block read threshold since last erase cycle to prevent read disturb issues that may arise. About the Author About Tegile Scott Lowe is co-founder of ActualTech Media and the Senior Editor of EnterpriseStorageGuide.com. Scott has been in the IT field for close to twenty years and spent ten of those years in filling the CIO role for various organizations. Scott has written thousands of articles and blog postings and regularly contributes to such sites as TechRepublic, Wikibon, and virtualizationadmin.com. Tegile Systems is pioneering a new generation of intelligent flash arrays that balance performance, capacity, features and price for virtual desktop and database applications. With Tegile's line of all-flash and hybrid storage arrays, the company is redefining the traditional approach to storage by providing a family of arrays that accelerate business critical enterprise applications and allow customers to significantly consolidate mixed workloads in virtualized environments. Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Page 8

Understanding the Economics of Flash Storage

Understanding the Economics of Flash Storage Understanding the Economics of Flash Storage By James Green, vexpert Virtualization Consultant and Scott D. Lowe, vexpert Co-Founder, ActualTech Media February, 2015 Table of Contents Table of Contents...

More information

A Flash Storage Technical. and. Economic Primer. and. By Mark May Storage Consultant, By James Green, vexpert Virtualization Consultant

A Flash Storage Technical. and. Economic Primer. and. By Mark May Storage Consultant, By James Green, vexpert Virtualization Consultant A Flash Storage Technical and Economic Primer y Mark May Storage Consultant, y James Green, vexpert Virtualization Consultant and Scott D. Lowe, vexpert Co-Founder, ActualTech Media March, 2015 Table of

More information

Solid State Drive Technology

Solid State Drive Technology Technical white paper Solid State Drive Technology Differences between SLC, MLC and TLC NAND Table of contents Executive summary... 2 SLC vs MLC vs TLC... 2 NAND cell technology... 2 Write amplification...

More information

THE CEO S GUIDE TO INVESTING IN FLASH STORAGE

THE CEO S GUIDE TO INVESTING IN FLASH STORAGE THE CEO S GUIDE TO INVESTING IN FLASH STORAGE EXECUTIVE SUMMARY Flash storage is every data center s version of a supercharged sports car. Nothing beats it in speed, efficiency, and handling though it

More information

Solid State Drive (SSD) FAQ

Solid State Drive (SSD) FAQ Solid State Drive (SSD) FAQ Santosh Kumar Rajesh Vijayaraghavan O c t o b e r 2 0 1 1 List of Questions Why SSD? Why Dell SSD? What are the types of SSDs? What are the best Use cases & applications for

More information

SSD Performance Tips: Avoid The Write Cliff

SSD Performance Tips: Avoid The Write Cliff ebook 100% KBs/sec 12% GBs Written SSD Performance Tips: Avoid The Write Cliff An Inexpensive and Highly Effective Method to Keep SSD Performance at 100% Through Content Locality Caching Share this ebook

More information

SOLID STATE DRIVES AND PARALLEL STORAGE

SOLID STATE DRIVES AND PARALLEL STORAGE SOLID STATE DRIVES AND PARALLEL STORAGE White paper JANUARY 2013 1.888.PANASAS www.panasas.com Overview Solid State Drives (SSDs) have been touted for some time as a disruptive technology in the storage

More information

All-Flash Arrays: Not Just for the Top Tier Anymore

All-Flash Arrays: Not Just for the Top Tier Anymore All-Flash Arrays: Not Just for the Top Tier Anymore Falling prices, new technology make allflash arrays a fit for more financial, life sciences and healthcare applications EXECUTIVE SUMMARY Real-time financial

More information

Database!Fatal!Flash!Flaws!No!One! Talks!About!!!

Database!Fatal!Flash!Flaws!No!One! Talks!About!!! MarcStaimer,President&CDSDragonSlayerConsulting W h i t e P A P E R DatabaseFatalFlashFlawsNoOne TalksAbout AndHowtoAvoidThem WHITEPAPER DatabaseFatalFlashFlawsNoOneTalksAbout AndHowtoAvoidThem DatabaseFatalFlashFlawsNoOneTalksAbout

More information

Comparison of NAND Flash Technologies Used in Solid- State Storage

Comparison of NAND Flash Technologies Used in Solid- State Storage An explanation and comparison of SLC and MLC NAND technologies August 2010 Comparison of NAND Flash Technologies Used in Solid- State Storage By Shaluka Perera IBM Systems and Technology Group Bill Bornstein

More information

Flash-optimized Data Progression

Flash-optimized Data Progression A Dell white paper Howard Shoobe, Storage Enterprise Technologist John Shirley, Product Management Dan Bock, Product Management Table of contents Executive summary... 3 What is different about Dell Compellent

More information

Understanding endurance and performance characteristics of HP solid state drives

Understanding endurance and performance characteristics of HP solid state drives Understanding endurance and performance characteristics of HP solid state drives Technology brief Introduction... 2 SSD endurance... 2 An introduction to endurance... 2 NAND organization... 2 SLC versus

More information

Everything you need to know about flash storage performance

Everything you need to know about flash storage performance Everything you need to know about flash storage performance The unique characteristics of flash make performance validation testing immensely challenging and critically important; follow these best practices

More information

SLC vs MLC NAND and The Impact of Technology Scaling. White paper CTWP010

SLC vs MLC NAND and The Impact of Technology Scaling. White paper CTWP010 SLC vs MLC NAND and The mpact of Technology Scaling White paper CTWP010 Cactus Technologies Limited Suite C, 15/F, Capital Trade Center 62 Tsun Yip Street, Kwun Tong Kowloon, Hong Kong Tel: +852-2797-2277

More information

Flash In The Enterprise

Flash In The Enterprise Flash In The Enterprise Technology and Market Overview Chris M Evans, Langton Blue Ltd Architecting IT January 2014 Doc ID: AI1401-01S Table of Contents The Need for Flash Storage... 3 IOPS Density...

More information

NAND Flash Architecture and Specification Trends

NAND Flash Architecture and Specification Trends NAND Flash Architecture and Specification Trends Michael Abraham (mabraham@micron.com) NAND Solutions Group Architect Micron Technology, Inc. August 2012 1 Topics NAND Flash Architecture Trends The Cloud

More information

FLASH GAINS GROUND AS ENTERPRISE STORAGE OPTION

FLASH GAINS GROUND AS ENTERPRISE STORAGE OPTION FLASH GAINS GROUND AS ENTERPRISE STORAGE OPTION With new management functions placing it closer to parity with hard drives, as well as new economies, flash is gaining traction as a standard media for mainstream

More information

Solid State Technology What s New?

Solid State Technology What s New? Solid State Technology What s New? Dennis Martin, President, Demartek www.storagedecisions.com Agenda: Solid State Technology What s New? Demartek About Us Solid-state storage overview Types of NAND flash

More information

SLC vs MLC: Proper Flash Selection for SSDs in Industrial, Military and Avionic Applications. A TCS Space & Component Technology White Paper

SLC vs MLC: Proper Flash Selection for SSDs in Industrial, Military and Avionic Applications. A TCS Space & Component Technology White Paper SLC vs MLC: Proper Flash Selection for SSDs in Industrial, Military and Avionic Applications A TCS Space & Component Technology White Paper Introduction As with most storage technologies, NAND Flash vendors

More information

NAND Basics Understanding the Technology Behind Your SSD

NAND Basics Understanding the Technology Behind Your SSD 03 Basics Understanding the Technology Behind Your SSD Although it may all look the same, all is not created equal: SLC, 2-bit MLC, 3-bit MLC (also called TLC), synchronous, asynchronous, ONFI 1.0, ONFI

More information

How To Write On A Flash Memory Flash Memory (Mlc) On A Solid State Drive (Samsung)

How To Write On A Flash Memory Flash Memory (Mlc) On A Solid State Drive (Samsung) Using MLC NAND in Datacenters (a.k.a. Using Client SSD Technology in Datacenters) Tony Roug, Intel Principal Engineer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

2015 State of SMB IT Infrastructure Survey Results

2015 State of SMB IT Infrastructure Survey Results 2015 State of SMB IT Infrastructure Survey Results By David Davis, vexpert Co-Founder, ActualTech Media and Scott D. Lowe, vexpert Co-Founder, ActualTech Media March, 2015 Developed in Partnership with

More information

Flash 101. Violin Memory Switzerland. Violin Memory Inc. Proprietary 1

Flash 101. Violin Memory Switzerland. Violin Memory Inc. Proprietary 1 Flash 101 Violin Memory Switzerland Violin Memory Inc. Proprietary 1 Agenda - What is Flash? - What is the difference between Flash types? - Why are SSD solutions different from Flash Storage Arrays? -

More information

DELL SOLID STATE DISK (SSD) DRIVES

DELL SOLID STATE DISK (SSD) DRIVES DELL SOLID STATE DISK (SSD) DRIVES STORAGE SOLUTIONS FOR SELECT POWEREDGE SERVERS By Bryan Martin, Dell Product Marketing Manager for HDD & SSD delltechcenter.com TAB LE OF CONTENTS INTRODUCTION 3 DOWNFALLS

More information

The Technologies & Architectures. President, Demartek

The Technologies & Architectures. President, Demartek Deep Dive on Solid State t Storage The Technologies & Architectures Dennis Martin Dennis Martin President, Demartek Demartek Company Overview Industry analysis with on-site test lab Lab includes servers,

More information

Nasir Memon Polytechnic Institute of NYU

Nasir Memon Polytechnic Institute of NYU Nasir Memon Polytechnic Institute of NYU SSD Drive Technology Overview SSD Drive Components NAND FLASH Microcontroller SSD Drive Forensics Challenges Overview SSD s are fairly new to the market Whereas

More information

FUSION iocontrol HYBRID STORAGE ARCHITECTURE 1 WWW.FUSIONIO.COM

FUSION iocontrol HYBRID STORAGE ARCHITECTURE 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM FUSION iocontrol HYBRID STORAGE ARCHITECTURE Contents Contents... 2 1 The Storage I/O and Management Gap... 3 2 Closing the Gap with Fusion-io... 4 2.1 Flash storage, the Right Way...

More information

WP001 - Flash Management A detailed overview of flash management techniques

WP001 - Flash Management A detailed overview of flash management techniques WHITE PAPER A detailed overview of flash management techniques November 2013 951 SanDisk Drive, Milpitas, CA 95035 2013 SanDIsk Corporation. All rights reserved www.sandisk.com Table of Contents 1. Introduction...

More information

ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT

ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT 1 PURPOSE BUILT FLASH SPECIFIC DESIGN: Does the product leverage an advanced and cost effective

More information

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 Executive Summary Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 October 21, 2014 What s inside Windows Server 2012 fully leverages today s computing, network, and storage

More information

Calsoft Webinar - Debunking QA myths for Flash- Based Arrays

Calsoft Webinar - Debunking QA myths for Flash- Based Arrays Most Trusted Names in Data Centre Products Rely on Calsoft! September 2015 Calsoft Webinar - Debunking QA myths for Flash- Based Arrays Agenda Introduction to Types of Flash-Based Arrays Challenges in

More information

SLC vs MLC: Which is best for high-reliability apps?

SLC vs MLC: Which is best for high-reliability apps? SLC vs MLC: Which is best for high-reliability apps? Here's an examination of trade-offs, with an emphasis on how they affect the reliability of storage targeted at industrial, military and avionic applications.

More information

Temperature Considerations for Industrial Embedded SSDs

Temperature Considerations for Industrial Embedded SSDs I-Temp SSDs: Temperature Considerations for Industrial Embedded SSDs NAND flash-based SSDs and memory cards continue to be the dominant storage media for most industrial-embedded systems. Historically,

More information

How it can benefit your enterprise. Dejan Kocic Netapp

How it can benefit your enterprise. Dejan Kocic Netapp PRESENTATION Case for flash TITLE GOES storage HERE How it can benefit your enterprise Dejan Kocic Netapp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

HPe in Datacenter HPe3PAR Flash Technologies

HPe in Datacenter HPe3PAR Flash Technologies HPe in Datacenter HPe3PAR Flash Technologies Martynas Skripkauskas Hewlett Packard Enterprise Storage Department Flash Misnomers Common statements used when talking about flash Flash is about speed Flash

More information

White Paper. Avoiding premature failure of NAND Flash memory. Inhalt

White Paper. Avoiding premature failure of NAND Flash memory. Inhalt Avoiding premature failure of NAND Flash memory In practice, the real lifetime of flash memory is dependent on a large number of parameters which are often not even mentioned in the data sheets from the

More information

Flash Memory Basics for SSD Users

Flash Memory Basics for SSD Users Flash Memory Basics for SSD Users April 2014, Rainer W. Kaese Toshiba Electronics Europe Storage Products Division SSD vs. HDD Enterprise SSD Can write the full capacity 30x per day over lifetime Client/Laptop

More information

How To Improve Write Speed On An Nand Flash Memory Flash Drive

How To Improve Write Speed On An Nand Flash Memory Flash Drive White Paper Apacer and Diskeeper Corporation The Best Gets Better Apacer and Diskeeper Corporation The Best Gets Better Table of Contents Overview 1 The Problem 1 Problem Analysis 1 The Software Solution:

More information

Don t Let RAID Raid the Lifetime of Your SSD Array

Don t Let RAID Raid the Lifetime of Your SSD Array Don t Let RAID Raid the Lifetime of Your SSD Array Sangwhan Moon Texas A&M University A. L. Narasimha Reddy Texas A&M University Abstract Parity protection at system level is typically employed to compose

More information

Technologies Supporting Evolution of SSDs

Technologies Supporting Evolution of SSDs Technologies Supporting Evolution of SSDs By TSUCHIYA Kenji Notebook PCs equipped with solid-state drives (SSDs), featuring shock and vibration durability due to the lack of moving parts, appeared on the

More information

Advantages of e-mmc 4.4 based Embedded Memory Architectures

Advantages of e-mmc 4.4 based Embedded Memory Architectures Embedded NAND Solutions from 2GB to 128GB provide configurable MLC/SLC storage in single memory module with an integrated controller By Scott Beekman, senior business development manager Toshiba America

More information

Choosing the Right NAND Flash Memory Technology

Choosing the Right NAND Flash Memory Technology Choosing the Right NAND Flash Memory Technology A Basic Introduction to NAND Flash Offerings Dean Klein Vice President of System Memory Development Micron Technology, Inc. Executive Summary A 75% increase

More information

What Types of ECC Should Be Used on Flash Memory?

What Types of ECC Should Be Used on Flash Memory? What Types of ECC Should Be Used on Flash Memory? Application 1. Abstract NOR Flash normally does not need ECC (Error-Correcting Code). On the other hand, NAND requires ECC to ensure data integrity. NAND

More information

2015 State of Virtualization and Storage Management Survey Results

2015 State of Virtualization and Storage Management Survey Results 2015 State of Virtualization and Storage Management Survey Results By David Davis, vexpert Co-Founder, ActualTech Media and Scott D. Lowe, vexpert Co-Founder, ActualTech Media March, 2015 Developed in

More information

Mixed All-Flash Array Delivers Safer High Performance

Mixed All-Flash Array Delivers Safer High Performance Prepared by: George Crump, Lead Analyst Prepared on: 8/8/2013 Almost two years ago, Storage Switzerland predicted that automated tiering technologies would be able to do more than just move data between

More information

Benefits of Solid-State Storage

Benefits of Solid-State Storage This Dell technical white paper describes the different types of solid-state storage and the benefits of each. Jeff Armstrong Gary Kotzur Rahul Deshmukh Contents Introduction... 3 PCIe-SSS... 3 Differences

More information

Yaffs NAND Flash Failure Mitigation

Yaffs NAND Flash Failure Mitigation Yaffs NAND Flash Failure Mitigation Charles Manning 2012-03-07 NAND flash is one of very few types of electronic device which are knowingly shipped with errors and are expected to generate further errors

More information

HP Thin Clients Flash/SSD Selection

HP Thin Clients Flash/SSD Selection Technical white paper HP Thin Clients Flash/SSD Selection Table of contents Executive summary... 2 Introduction... 2 Considerations for selecting storage devices... 2 Operating system write filter enablement...

More information

Flash Memory Technology in Enterprise Storage

Flash Memory Technology in Enterprise Storage NETAPP WHITE PAPER Flash Memory Technology in Enterprise Storage Flexible Choices to Optimize Performance Mark Woods and Amit Shah, NetApp November 2008 WP-7061-1008 EXECUTIVE SUMMARY Solid state drives

More information

Solid State Drive Architecture

Solid State Drive Architecture Solid State Drive Architecture A comparison and evaluation of data storage mediums Tyler Thierolf Justin Uriarte Outline Introduction Storage Device as Limiting Factor Terminology Internals Interface Architecture

More information

Solid State Storage Performance Test Specification. November 2010

Solid State Storage Performance Test Specification. November 2010 Solid State Storage Performance Test Specification November 2010 SSSI Members and Authors: Neal Ekker Khaled Amer Paul Wassenberg, Marvell Semiconductor The Solid State Storage Initiative About SNIA The

More information

Solid State Storage in a Hard Disk Package. Brian McKean, LSI Corporation

Solid State Storage in a Hard Disk Package. Brian McKean, LSI Corporation Solid State Storage in a Hard Disk Package Brian McKean, LSI Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may

More information

How Flash Storage is Changing the Game

How Flash Storage is Changing the Game WHITEPAPER How Flash Storage is Changing the Game Table of contents What you will learn 2 Why flash 3 When to consider flash 4 Server-side flash: Read-only acceleration 4 Hybrid flash arrays: Getting the

More information

NEW HP 3PAR StoreServ Flash Storage Not Just For Mission Critical Application Acceleration Anymore

NEW HP 3PAR StoreServ Flash Storage Not Just For Mission Critical Application Acceleration Anymore Technical marketing white paper NEW HP 3PAR StoreServ Flash Storage Not Just For Mission Critical Application Acceleration Anymore Introduction Enterprise and mid-tier flash solid-state drive (SSD) storage

More information

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

Make A Right Choice -NAND Flash As Cache And Beyond

Make A Right Choice -NAND Flash As Cache And Beyond Make A Right Choice -NAND Flash As Cache And Beyond Simon Huang Technical Product Manager simon.huang@supertalent.com Super Talent Technology December, 2012 Release 1.01 www.supertalent.com Legal Disclaimer

More information

What Sellers Need to Know. IBM FlashSystem

What Sellers Need to Know. IBM FlashSystem What Sellers Need to Know Table of Contents What is?...1 Flash Value Proposition...1 Business impact...1 Financial Impact...1 What Makes Different?...2 Key Technology Points...2 Application Sweet Spots...3

More information

Industrial Flash Storage Trends in Software and Security

Industrial Flash Storage Trends in Software and Security January 22, 2013 Industrial Flash Storage Trends in Software and Security Many flash storage devices in embedded applications are used to save data but also function as disks for the OS. Most users are

More information

OPTIMIZING VIDEO STORAGE AT THE EDGE OF THE NETWORK

OPTIMIZING VIDEO STORAGE AT THE EDGE OF THE NETWORK White Paper OPTIMIZING VIDEO STORAGE AT THE EDGE OF THE NETWORK Leveraging Intelligent Content Distribution Software, Off-the-Shelf Hardware and MLC Flash to Deploy Scalable and Economical Pay-As-You-Grow

More information

NetApp FAS Hybrid Array Flash Efficiency. Silverton Consulting, Inc. StorInt Briefing

NetApp FAS Hybrid Array Flash Efficiency. Silverton Consulting, Inc. StorInt Briefing NetApp FAS Hybrid Array Flash Efficiency Silverton Consulting, Inc. StorInt Briefing PAGE 2 OF 7 Introduction Hybrid storage arrays (storage systems with both disk and flash capacity) have become commonplace

More information

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010

Flash Memory Arrays Enabling the Virtualized Data Center. July 2010 Flash Memory Arrays Enabling the Virtualized Data Center July 2010 2 Flash Memory Arrays Enabling the Virtualized Data Center This White Paper describes a new product category, the flash Memory Array,

More information

Microsoft SQL Server 2014 Fast Track

Microsoft SQL Server 2014 Fast Track Microsoft SQL Server 2014 Fast Track 34-TB Certified Data Warehouse 103-TB Maximum User Data Tegile Systems Solution Review 2U Design: Featuring Tegile T3800 All-Flash Storage Array http:// www.tegile.com/solutiuons/sql

More information

WHITE PAPER. Flash in the SAN Panacea or Placebo?

WHITE PAPER. Flash in the SAN Panacea or Placebo? WHITE PAPER Flash in the SAN Panacea or Placebo? 1 Storage is at a crossroads. New technologies and architectures are required to ensure optimal performance in virtual data centers without breaking the

More information

High-Performance SSD-Based RAID Storage. Madhukar Gunjan Chakhaiyar Product Test Architect

High-Performance SSD-Based RAID Storage. Madhukar Gunjan Chakhaiyar Product Test Architect High-Performance SSD-Based RAID Storage Madhukar Gunjan Chakhaiyar Product Test Architect 1 Agenda HDD based RAID Performance-HDD based RAID Storage Dynamics driving to SSD based RAID Storage Evolution

More information

WHITEPAPER It s Time to Move Your Critical Data to SSDs

WHITEPAPER It s Time to Move Your Critical Data to SSDs WHITEPAPER It s Time to Move Your Critical Data to SSDs Table of Contents 1 Introduction 2 3 5 7 Data Storage Challenges: Where Are We Now? Are SSDs Really Worth It? Introducing Micron s Newest SSD: The

More information

Frequently Asked Questions March 2013. s620 SATA SSD Enterprise-Class Solid-State Device. Frequently Asked Questions

Frequently Asked Questions March 2013. s620 SATA SSD Enterprise-Class Solid-State Device. Frequently Asked Questions March 2013 s620 SATA SSD Enterprise-Class Solid-State Device Frequently Asked Questions Frequently Asked Questions Q: What about advanced data protection? A: In mission-critical enterprise and datacenter

More information

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN

New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN New Features in PSP2 for SANsymphony -V10 Software-defined Storage Platform and DataCore Virtual SAN Updated: May 19, 2015 Contents Introduction... 1 Cloud Integration... 1 OpenStack Support... 1 Expanded

More information

NAND Flash Architecture and Specification Trends

NAND Flash Architecture and Specification Trends NAND Flash Architecture and Specification Trends Michael Abraham (mabraham@micron.com) NAND Solutions Group Architect Micron Technology, Inc. August 2011 1 Topics NAND Flash trends SSD/Enterprise application

More information

The Pitfalls of Deploying Solid-State Drive RAIDs

The Pitfalls of Deploying Solid-State Drive RAIDs The Pitfalls of Deploying Solid-State Drive RAIDs Nikolaus Jeremic 1, Gero Mühl 1, Anselm Busse 2 and Jan Richling 2 Architecture of Application Systems Group 1 Faculty of Computer Science and Electrical

More information

Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software

Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software WHITEPAPER Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software SanDisk ZetaScale software unlocks the full benefits of flash for In-Memory Compute and NoSQL applications

More information

O&O Defrag and Solid State Drives

O&O Defrag and Solid State Drives O&O Defrag Summary Solid State Drives (SSD or flash drives ) have become increasingly popular in recent years and have come to compete with traditional hard drives as very fast storage media. The sole

More information

Data Center Storage Solutions

Data Center Storage Solutions Data Center Storage Solutions Enterprise software, appliance and hardware solutions you can trust When it comes to storage, most enterprises seek the same things: predictable performance, trusted reliability

More information

NAND Flash Memory Reliability in Embedded Computer Systems

NAND Flash Memory Reliability in Embedded Computer Systems WHITE PAPER NAND Flash Memory Reliability in Embedded Computer Systems Ian Olson INTRODUCTION NAND flash memory named after the NAND logic gates it is constructed from is used for nonvolatile data storage

More information

A New Chapter for System Designs Using NAND Flash Memory

A New Chapter for System Designs Using NAND Flash Memory A New Chapter for System Designs Using Memory Jim Cooke Senior Technical Marketing Manager Micron Technology, Inc December 27, 2010 Trends and Complexities trends have been on the rise since was first

More information

PowerProtector: Superior Data Protection for NAND Flash

PowerProtector: Superior Data Protection for NAND Flash PowerProtector: Superior Data Protection for NAND Flash Introduction The unstable power conditions of outdoor applications such as transportation, telecommunications/networking and embedded systems run

More information

SLC vs. MLC: An Analysis of Flash Memory

SLC vs. MLC: An Analysis of Flash Memory SLC vs. MLC: An Analysis of Flash Memory Examining the Quality of Memory: Understanding the Differences between Flash Grades Table of Contents Abstract... 3 Introduction... 4 Flash Memory Explained...

More information

Morphing SSD Into Mainstream Computing Architectures

Morphing SSD Into Mainstream Computing Architectures Morphing SSD Into Mainstream Computing Architectures Bill Gervasi April 2009 discobolusdesigns.com 2 1990 How Many CPUs in a PC? Floppy 486 Sound Graphics LAN Hard Disk Modem and more discobolusdesigns.com

More information

An Overview of Flash Storage for Databases

An Overview of Flash Storage for Databases An Overview of Flash Storage for Databases Vadim Tkachenko Morgan Tocker http://percona.com MySQL CE Apr 2010 -2- Introduction Vadim Tkachenko Percona Inc, CTO and Lead of Development Morgan Tocker Percona

More information

STORAGE SOLID-STATE STORAGE ARRAYS BUYER S CHECKLIST

STORAGE SOLID-STATE STORAGE ARRAYS BUYER S CHECKLIST Managing the information that drives the enterprise STORAGE BUYER S CHECKLIST SOLID-STATE STORAGE ARRAYS storage is fast, cool and consumes little power but it s still pricey, so determining the best place

More information

Application-Focused Flash Acceleration

Application-Focused Flash Acceleration IBM System Storage Application-Focused Flash Acceleration XIV SDD Caching Overview FLASH MEMORY SUMMIT 2012 Anthony Vattathil anthonyv@us.ibm.com 1 Overview Flash technology is an excellent choice to service

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

How To Create A Flash-Enabled Storage For Virtual Desktop 2.5 (Vdi) And 3.5D (Vdi) With Nimble Storage

How To Create A Flash-Enabled Storage For Virtual Desktop 2.5 (Vdi) And 3.5D (Vdi) With Nimble Storage WHITE PAPER Risk-Free Storage for Virtual Desktop Infrastructure (VDI) VDI has unique performance characteristics that legacy storage architectures were never designed to support. This paper explains how

More information

A CMI Business Brief White Paper: Is There Flash in Your Future? By Jeff Guenthner, CMI Director Solutions Architecture

A CMI Business Brief White Paper: Is There Flash in Your Future? By Jeff Guenthner, CMI Director Solutions Architecture A CMI Business Brief White Paper: Is There Flash in Your Future? By Jeff Guenthner, CMI Director Solutions Architecture Long a valued feature of smartphones and tablet PCs, flash memory was a pricey luxury

More information

What Sellers Need to Know. IBM FlashSystem 05/13/14

What Sellers Need to Know. IBM FlashSystem 05/13/14 What Sellers Need to Know IBM FlashSystem 05/13/14 Table of Contents What is IBM FlashSystem?... 1 Flash Value Proposition... 1 Business impact... 1 Financial Impact... 1 What Makes IBM FlashSystem Different?...

More information

The Economics of Intelligent Hybrid Storage. An Enmotus White Paper Sep 2014

The Economics of Intelligent Hybrid Storage. An Enmotus White Paper Sep 2014 The Economics of Intelligent Hybrid Storage An Enmotus White Paper Sep 2014 SUMMARY Solid State Storage is no longer the storage of the future. It can be found in high- end data centers, in the servers

More information

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc.

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc. EMC FLASH STRATEGY Flash Everywhere - XtremIO Massimo Marchetti Channel Business Units Specialty Sales EMC massimo.marchetti@emc.com Performance = Moore s Law, Or Does It? MOORE S LAW: 100X PER DECADE

More information

Booting from NAND Flash Memory

Booting from NAND Flash Memory Booting from NAND Flash Memory Introduction NAND flash memory technology differs from NOR flash memory which has dominated the embedded flash memory market in the past. Traditional applications for NOR

More information

VIOLIN CONCERTO 7000 ALL FLASH ARRAY

VIOLIN CONCERTO 7000 ALL FLASH ARRAY PRODUCT PROFILE VIOLIN CONCERTO 7000 ALL FLASH ARRAY PERFORMANCE PACKED WITH DATA SERVICES JUNE 2014 All Flash Arrays (AFAs) are plentiful in the market. At one level all AFAs deliver phenomenal performance

More information

Measuring Performance of Solid State Storage Arrays

Measuring Performance of Solid State Storage Arrays Technology Insight Paper Measuring Performance of Solid State Storage Arrays Using Data Set and Data Stream Pattern Modeling By Leah Schoeb June 2014 Enabling you to make the best technology decisions

More information

HOW TO SELECT THE BEST SOLID- STATE STORAGE ARRAY FOR YOUR ENVIRONMENT

HOW TO SELECT THE BEST SOLID- STATE STORAGE ARRAY FOR YOUR ENVIRONMENT E-Guide HOW TO SELECT THE BEST SOLID- STATE STORAGE ARRAY FOR YOUR ENVIRONMENT SearchSolidState Storage P erformance is the driving factor for the vast majority of companies considering a solid-state storage

More information

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server White Paper EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

Linux flash file systems JFFS2 vs UBIFS

Linux flash file systems JFFS2 vs UBIFS Linux flash file systems JFFS2 vs UBIFS Chris Simmonds 2net Limited Embedded Systems Conference UK. 2009 Copyright 2009, 2net Limited Overview Many embedded systems use raw flash chips JFFS2 has been the

More information

Optimizing Solid State Storage With

Optimizing Solid State Storage With The Problem Optimizing Solid State Storage With HyperFast Technology Solid State Drives (SSD) have several issues that come into play when used as the primary storage medium in place of traditional magnetic

More information

An In-Depth Look at Variable Stripe RAID (VSR)

An In-Depth Look at Variable Stripe RAID (VSR) An In-Depth Look at Variable Stripe RAID (VSR) A white paper by Robbie Stevens, Senior Marketing/Technical Writer 10777 Westheimer Rd. Houston, TX 77042 www.ramsan.com Scan this QR code with your smartphone

More information

SSDs. SSDs... heaven or hell? The pros and cons of using NAND flash memory. Ivar Poijes Swedish Radio

SSDs. SSDs... heaven or hell? The pros and cons of using NAND flash memory. Ivar Poijes Swedish Radio SSDs... heaven or hell? The pros and cons of using NAND flash memory Ivar Poijes Swedish Radio This article covers the most important characteristics of flash-memory Solid State Drives and some of the

More information

WHITE PAPER Guide to 50% Faster VMs No Hardware Required

WHITE PAPER Guide to 50% Faster VMs No Hardware Required WHITE PAPER Guide to 50% Faster VMs No Hardware Required Think Faster. Visit us at Condusiv.com GUIDE TO 50% FASTER VMS NO HARDWARE REQUIRED 2 Executive Summary As much as everyone has bought into the

More information

Empirical Analysis of Solid State Disk Data Retention when used with Contemporary Operating Systems

Empirical Analysis of Solid State Disk Data Retention when used with Contemporary Operating Systems DIGITAL FORENSIC RESEARCH CONFERENCE Empirical Analysis of Solid State Disk Data Retention when used with Contemporary Operating Systems By Christopher King and Timothy Vidas Presented At The Digital Forensic

More information

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper : Moving Storage to The Memory Bus A Technical Whitepaper By Stephen Foskett April 2014 2 Introduction In the quest to eliminate bottlenecks and improve system performance, the state of the art has continually

More information

21 st Century Storage What s New and What s Changing

21 st Century Storage What s New and What s Changing 21 st Century Storage What s New and What s Changing Randy Kerns Senior Strategist Evaluator Group Overview New technologies in storage - Continued evolution - Each has great economic value - Differing

More information

Your Guide to Choosing the Right Flash-Optimized Solution

Your Guide to Choosing the Right Flash-Optimized Solution Your Guide to Choosing the Right Flash-Optimized Solution Your Guide to Choosing the Right Flash-Optimized Solution The view from 30,000 feet After spending its formative years in the consumer products

More information