Comparison of NAND Flash Technologies Used in Solid- State Storage

Size: px
Start display at page:

Download "Comparison of NAND Flash Technologies Used in Solid- State Storage"

Transcription

1 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 Procurement Engineer, IBM Integrated Supply Chain

2 Page 2 Executive Overview Consumer products such as flash drives, cell phones, MP3 players and cameras have increased the need and the demand for nonvolatile memory that is, the ability to write data to a device and have that data remain in memory even with the power off. Both hard disk drives and NAND flash memory are nonvolatile storage devices. In most consumer applications, flash drives are selected because of their smaller size and lower cost. Because of breakthroughs in NAND flash technologies, companies now sell high-end storage solutions with NAND technologies. Solidstate drives 1 (SSDs) are also being used in PCs and servers (including IBM System x, BladeCenter, and System x idataplex servers) because of several benefits over standard HDDs, including higher IOPS (I/O operations per second) and bandwidth 2, higher reliability 3, low energy draw 4, silent operation, fast boot-up times, and reduction in rack space consumed. This white paper will discuss the differences between two NAND flash technologies, Single Level Cell (SLC) and Multi Level Cell (MLC), their trends, and an overview of their respective performance. Then we will discuss the advantages and disadvantages of each of these technologies as they are utilized in storage applications and SSDs. NAND Technologies SLC and MLC are the two most common NAND technologies in use today. An SLC device can store a single bit of data in one cell. That corresponds to a 0 or a 1, which allows an SLC cell to store only two different program states. See Figure 1 for the Vt distributions of an SLC cell. Figure 1. Vt distributions of an SLC cell An MLC device can store two bits of data in a single cell. That corresponds to 4 different program states: 00, 01, 10, and 11. See Figure 2 for the Vt distributions of an MLC cell. For a given technology node an SLC or MLC device will have the same Vt voltage range. The key difference is that a SLC cell is divided into two states and an MLC cell is divided into four. 1 We use the term solid-state drives for NAND devices that use standard HDD interfaces, as well as PCIe adapter-based storage solutions. 2 For example, according to internal IBM testing, the typical maximum IOPS of a 600GB 15K 3.5-inch hot-swap SAS HDD is ~400 (4K random reads), while the typical IOPS of a 640GB High IOPS SSD PCIe adapter is ~200,000, or ~500x. The typical bandwidth of the same HDD = ~195MBps (64K sequential reads), while the typical bandwidth of a 640GB High IOPS MLC adapter is ~1.5GBps, or ~7.7x. These adapters offer near-dram performance and RAID-level data protection, using N+1 chiplevel redundancy and 11-bit ECC. 3 Approximately 3,000,000 hours MTBF for SSDs vs. approximately 1,000,000 hours for enterprise 3.5-inch 15K SAS HDDs. 4 On a performance-per-watt basis, these adapters outperform HDDs by up to 445x: 97,014 IOPS / 9W = 10,779 IOPS per watt (160GB/320GB High IOPS adapters). 196,000 IOPS / 12W = 16,333 IOPS per watt (640GB High IOPS adapter). 400 IOPS / 16.5W = 24.2 IOPS per watt (600GB 15K 3.5-inch hot-swap SAS HDD).

3 Page 3 Figure 2. Vt distributions of an MLC cell This difference in Vt voltage ranges for each state causes the MLC device to be slightly slower and less reliable than the SLC device. However, the benefit of MLC over SLC is you get double the density of storage on the same amount of silicon. Flash technologies have shrinking ground rules just like all semiconductors technologies. The problem with flash components is that each time data is programmed and erased in a cell there is small amount of damage to the storage structure, creating trap sites. After many program/erase (PE) cycles on the cells, electrons get trapped changing/shifting the Vt distributions. The Vt distributions get larger, shift and start to overlap. This Vt overlap causes read errors which, in most cases, are correctable with Error Correction Code (ECC). However, after some finite number of PE cycles, error rates are too high to be correctable and the data is no longer good. The number of PE cycles, or endurance, a device can withstand is determined by two factors: The first concerns the technology ground rules, and the second is the cell structure/layout (SLC or MLC). Table 1 shows examples of endurance performance for both SLC and MLC for a few different technology nodes. Some MLC suppliers have been able to make modifications to increase the endurance of their MLC devices. They have found that by slowing down the programming time (t prog) endurance can be increased from only 3,000-5,000 read/writes to as many as 30,000 but at the cost of performance. Slowing down the programming reduces the generation of trap sites and damage, which improves cell reliability. This type of device is called e-mlc NAND and has just been offered in the latest 3X nm technologies. Technology SLC MLC e-mlc 5X nm 100K write/erase cycles 10K NA 4X nm 100K 5K NA 3X nm 50K 3-5K 20-30K Table 1. Endurance performance for various technology nodes Solid-State Drives The first generations of solid-state drives (SSDs) were generally made with SLC technologies. As the need for additional capacity grew, SSD suppliers introduced MLC-based SSDs. This allowed for double the density for almost the same cost as the SLC-based drives. This was good news for the cost-sensitive applications. However, suppliers have not spent enough time explaining the downside of using MLC NAND flash in SSDs. This is where this white paper will help customers who have cost-sensitive applications assess the feasibility of MLC-based SSD solutions.

4 Page 4 Solid state drives are mainly made up of NAND flash memory and a controller. Almost all SSDs have spare or extra NAND flash memory above and beyond its stated capacity. This is call overprovisioning. That means a 320GB drive may actually have 420GB (or more) of raw NAND, so that as memory cells wear out, others are there to take their place. The controller controls the writing and the erasing of data to the flash. Most or all controllers are designed to maximize the life of the NAND flash PE cycles. This is done primarily with wear-leveling algorithms. Wear leveling is the equal distribution of data writes/erases across the available NAND (including spares). This assures that both active and spare NAND devices do not wear out prematurely. The bottom line is that the SSDs will receive write commands, but the controller will manage the program/erase cycles of the NAND. SSD suppliers have other methods of maximizing memory cells besides wear leveling, such as compression of data and caching, which can also be used to minimize PE cycles on the NAND devices. Minimizing the number of PE cycles by consolidating individual SSD writes extends the life of the SSDs and NAND flash devices, and is therefore extremely beneficial for the lower PE cycles on MLC devices. However, SLC-based SSDs will always have a better endurance performance than a MLC-based drive for a given technology node. Application of Solid-State Drives Now it is time to assess NAND Flash technology choices based on the user s application needs. The SSD suppliers will state and publish basic timing performance specification for their products. However, it is up to the user to understand how much data will be written to the drive daily, workload (write/read ratio) and what type of data (sequential or random). These factors play a key role in how well the controller can manage the PE cycles of the drive. There are several ways to calculate SSD lifetime. One of the simplest ways is total data written to the NAND flash. One SSD supplier has established baseline maximums for total data/bytes written. The total number of bytes written to the flash will be equal to the total bytes written to the SSD drive plus housekeeping overhead. This overhead, as we mentioned before, is the controller writes for data refreshes and block management, which increase the total number of bytes written to the NAND Flash. Present solutions allow for a total of 4 petabytes (10 15 ) written (PBW) for the MLC technologies being manufactured today (320GB drive). As one would expect SLC drives have a much higher PBW. The PBW is 75PB for a similar 320GB drive made with SLC. The PBW scales linearly as drive capacity increases or decreases. The main message here is that SSDs have a finite lifetime based on total bytes written to the NAND flash. Most MLC-based storage solutions have a one- to three-year warranty. However, it is critical to understand the use conditions because a MLC based SSD could have a lifetime of three years or less if excessive writes are performed. On the other hand, SLC based solutions have greater than a three-year life even under heavy PE cycles. SSD Selection Tools These tools have been developed by most suppliers and may be different from supplier to supplier. However, we need to discuss SSD technology selection tools because of the use of MLC technologies. Before an SSD is purchased, key bits of information are needed to aid in proper selection of the drive. The three most critical parameters are total expected terabytes written daily (TBW or ), write/read ratio, and target lifetime of the drive (in years). The combination of these parameters should guide the user to the proper capacity and NAND flash technology. If the time and effort is put into the selection process, there should be no unexpected wear-out of the SSD.

5 Page 5 In addition to the selection tool, most SSDs have customer user interfaces (UI) to allow the monitoring of the drive status. This will allow the user to see where they stand with respect to the drive lifetime and/or total bytes written. This tool can also act as an early warning if the user s application conditions have changed and the lifetime is being used up at a greater-than-expected rate. Conclusion/Summary As we discussed, there are pros and cons to both MLC and SLC NAND flash technologies. MLCbased solutions provide higher capacities at a lower cost. The downside to MLC is that it has a shorter useful life. SLC is typically faster than MLC and has a much greater useful life. The downside to SLC is cost. In conclusion, each customer must assess the application parameters closely using the appropriate tools to see if MLC/e-MLC can be used without negative impact to their system lifetime expectations.

6 Page 6 For More Information IBM System x Servers IBM BladeCenter Server and options IBM Systems Director Service and Support Manager IBM System x and BladeCenter Power Configurator IBM Standalone Solutions Configuration Tool IBM Configuration and Options Guide IBM ServerProven Program IBM Technical Support Other IBM Technical Support Resources Legal Information IBM Corporation 2010 IBM Systems and Technology Group Dept. U2SA 3039 Cornwallis Road Research Triangle Park, NC Produced in the USA August 2010 All rights reserved. For a copy of applicable product warranties, write to: Warranty Information, P.O. Box 12195, RTP, NC 27709, Attn: Dept. JDJA/B203. IBM makes no representation or warranty regarding third-party products or services including those designated as ServerProven or ClusterProven. Telephone support may be subject to additional charges. For onsite labor, IBM will attempt to diagnose and resolve the problem remotely before sending a technician. IBM, the IBM logo, ibm.com, BladeCenter, ClusterProven, idataplex, ServerProven, and System x are trademarks of IBM Corporation in the United States and/or other countries. If these and other IBM trademarked terms are marked on their first occurrence in this information with a trademark symbol ( or ), these symbols indicate U.S. registered or common law trademarks owned by IBM at the time this information was published. Such trademarks may also be registered or common law trademarks in other countries. For a list of additional IBM trademarks, please see Other company, product and service names may be trademarks or service marks of others IBM reserves the right to change specifications or other product information without notice. References in this publication to IBM products or services do not imply that IBM intends to make them available in all countries in which IBM operates. IBM PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Some jurisdictions do not allow disclaimer of express or implied warranties in certain transactions; therefore, this statement may not apply to you. This publication may contain links to third party sites that are not under the control of or maintained by IBM. Access to any such third party site is at the user's own risk and IBM is not responsible for the accuracy or reliability of any information, data, opinions, advice or statements made on these sites. IBM provides these links merely as a convenience and the inclusion of such links does not imply an endorsement. Information in this presentation concerning non-ibm products was obtained from the suppliers of these products, published announcement material or other publicly available sources. IBM has not tested these products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-ibm products. Questions on the capabilities of non-ibm products should be addressed to the suppliers of those products. MB, GB and TB = 1,000,000, 1,000,000,000 and 1,000,000,000,000 bytes, respectively, when referring to storage capacity. Accessible capacity is less; up to 3GB is used in service partition. Actual storage capacity will vary based upon many factors and may be less than stated. Performance is in Internal Throughput Rate (ITR) ratio based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput that any user will experience will depend on considerations such as the amount of multiprogramming in the user s job stream, the I/O configuration, the storage configuration and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput improvements equivalent to the performance ratios stated here. Maximum internal hard disk and memory capacities may require the replacement of any standard hard drives and/or memory and the population of all hard disk bays and memory slots with the largest currently supported drives available. When referring to variable speed CD-ROMs, CD-Rs, CD-RWs and DVDs, actual playback speed will vary and is often less than the maximum possible. XSW03082-USEN-00

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect

IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Virtual Connect IBM BladeCenter H with Cisco VFrame Software A Comparison with HP Connect Executive Overview This white paper describes how Cisco VFrame Server Fabric ization Software works with IBM BladeCenter H to provide

More information

The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5.

The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5. Performance benefit of MAX5 for databases The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5 Vinay Kulkarni Kent Swalin IBM

More information

IBM System x Solutions for Cloud Computing and Analytics

IBM System x Solutions for Cloud Computing and Analytics Industry-leading cloud computing and business analytics solutions from IBM August 2012 IBM System x Solutions for Cloud Computing and Analytics Mark T. Chapman IBM Systems and Technology Group Page 2 Executive

More information

io3 Enterprise Mainstream Flash Adapters Product Guide

io3 Enterprise Mainstream Flash Adapters Product Guide io3 Enterprise Mainstream Flash s Product Guide Engineered for application acceleration, the Lenovo io3 Enterprise Mainstream PCIe Flash Storage s can help deliver higher performance than typical solid-state

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

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

Advanced application delivery over software defined networks

Advanced application delivery over software defined networks Solution Brief IBM Systems and Technology Group Advanced application delivery over software defined networks Citrix NetScaler Application Delivery Controller with IBM Software Defined Network for Virtual

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

WAN Optimization For Software Defined Networks

WAN Optimization For Software Defined Networks Solution Brief IBM Systems and Technology Group WAN Optimization For Software Defined Networks Silver Peak Velocity Replication Acceleration Appliance and IBM Software Defined Network for Virtual Environments

More information

A Balanced Approach to Optimizing Storage Performance in the Data Center

A Balanced Approach to Optimizing Storage Performance in the Data Center A Balanced Approach to Optimizing Storage Performance in the Data How a mix of HDDs and SSDs can maximize the performance of your workloads October 19, 2015 Mark T. Chapman Lenovo.com/systems Executive

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

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

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

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

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

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

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

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

Data Center Solutions

Data Center Solutions Data Center Solutions Systems, software and hardware solutions you can trust With over 25 years of storage innovation, SanDisk is a global flash technology leader. At SanDisk, we re expanding the possibilities

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

Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays

Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays Addressing Fatal Flash Flaws That Plague All Flash Storage Arrays By Scott D. Lowe, vexpert Co-Founder, ActualTech Media February, 2015 Table of Contents Introduction: How Flash Storage Works 3 Flash Storage

More information

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

Important Differences Between Consumer and Enterprise Flash Architectures

Important Differences Between Consumer and Enterprise Flash Architectures Important Differences Between Consumer and Enterprise Flash Architectures Robert Sykes Director of Firmware Flash Memory Summit 2013 Santa Clara, CA OCZ Technology Introduction This presentation will describe

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

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

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

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

Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System x Servers

Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System x Servers Highly Available Scale-Out File Server on IBM System x3650 M4 November 2012 Running Microsoft SQL Server 2012 on a Scale-Out File Server Cluster via SMB Direct Connection Solution Utilizing IBM System

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

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

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

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

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

Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Virtualized Environments

Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Virtualized Environments Virtualization Performance Analysis November 2010 Effect of SR-IOV Support in Red Hat KVM on Network Performance in Steve Worley System x Performance Analysis and Benchmarking IBM Systems and Technology

More information

Data Center Solutions

Data Center Solutions Data Center Solutions Systems, software and hardware solutions you can trust With over 25 years of storage innovation, SanDisk is a global flash technology leader. At SanDisk, we re expanding the possibilities

More information

præsentation oktober 2011

præsentation oktober 2011 Johnny Olesen System X presale præsentation oktober 2011 2010 IBM Corporation 2 Hvem er jeg Dagens agenda Server overview System Director 3 4 Portfolio-wide Innovation with IBM System x and BladeCenter

More information

SSD Server Hard Drives for IBM

SSD Server Hard Drives for IBM New for 2011! Axiom is introducing a new line of SSD Hot-Swap Server Hard Drives. Our high performance SSD hard drives have been paired with system specific Hot-Swap trays to deliver seamless integration

More information

A Low-Latency Solution for High- Frequency Trading from IBM and Mellanox

A Low-Latency Solution for High- Frequency Trading from IBM and Mellanox Effective low-cost High-Frequency Trading solutions from IBM and Mellanox May 2011 A Low-Latency Solution for High- Frequency Trading from IBM and Mellanox Vinit Jain IBM Systems and Technology Group Falke

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

Intel Solid-State Drive 320 Series

Intel Solid-State Drive 320 Series Intel Solid-State Drive 320 Series Enterprise Server/Storage Application Product Specification Addendum Form Factors: 1.8-inch and 2.5-inch Capacity: 80/160/300 GB (1.8-inch) 40/80/120/160/300/600 GB (2.5-inch)

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

Intel Solid-State Drives Increase Productivity of Product Design and Simulation

Intel Solid-State Drives Increase Productivity of Product Design and Simulation WHITE PAPER Intel Solid-State Drives Increase Productivity of Product Design and Simulation Intel Solid-State Drives Increase Productivity of Product Design and Simulation A study of how Intel Solid-State

More information

SUN STORAGE F5100 FLASH ARRAY

SUN STORAGE F5100 FLASH ARRAY SUN STORAGE F5100 FLASH ARRAY KEY FEATURES ACCELERATING DATABASE PERFORMANCE WITH THE WORLD S FASTEST SOLID- STATE FLASH ARRAY Unprecedented performance, power, and space efficiency World s first flash

More information

Solid State Drives. Separating myths from facts

Solid State Drives. Separating myths from facts ELECTRONIC COMPONENTS solid state storage MLC performance endurance capacity reliability Solid State Drives Separating myths from facts SSD vs HDD? MLC vs SLC? Determine the right technology for the right

More information

Driving Big Data with OCZ Enterprise SSDs

Driving Big Data with OCZ Enterprise SSDs White Paper Driving Big Data with OCZ Enterprise SSDs Part 2: Delivering the Performance and Management Required for Big Data Applications Scott Harlin Published June 2014 OCZ Storage Solutions, Inc. A

More information

IBM System x and BladeCenter for Oracle s JD Edwards EnterpriseOne

IBM System x and BladeCenter for Oracle s JD Edwards EnterpriseOne IBM System x and BladeCenter for Oracle s JD Edwards EnterpriseOne Help lower your total cost of ownership while adding flexibility to help meet unforeseen requirements Corning Data Services, Inc. Experience

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

Optimizing SQL Server Storage Performance with the PowerEdge R720

Optimizing SQL Server Storage Performance with the PowerEdge R720 Optimizing SQL Server Storage Performance with the PowerEdge R720 Choosing the best storage solution for optimal database performance Luis Acosta Solutions Performance Analysis Group Joe Noyola Advanced

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

ServeRAID M5015 and M5014 SAS/SATA Controllers for IBM System x IBM Redbooks Product Guide

ServeRAID M5015 and M5014 SAS/SATA Controllers for IBM System x IBM Redbooks Product Guide ServeRAID M5015 and M5014 SAS/SATA Controllers for IBM System x IBM Redbooks Product Guide The ServeRAID M5015 and ServeRAID M5014 SAS/SATA Controllers for IBM System x are the next-generation 6 Gbps SAS

More information

How To Understand Cloud Storage In A Flash Memory Flash Memory Hard Disk Drive (Hard Disk) And Flash Memory (Flash Memory) (Flash) (Hard Drive) (Non-Flash) Hard Disk Drives (Harddrive) (Sustained)

How To Understand Cloud Storage In A Flash Memory Flash Memory Hard Disk Drive (Hard Disk) And Flash Memory (Flash Memory) (Flash) (Hard Drive) (Non-Flash) Hard Disk Drives (Harddrive) (Sustained) Innovative Hard Disk Drives And SSDs For Cloud Applications WHD 2015, Rainer Kaese Toshiba Electronics 2015 Toshiba Europe Corporation GmbH 1 Abstract What are cloud specific Hard Disk Drives and Solid

More information

An In-Depth Look at the RamSan-810 Flash Solid State Disk

An In-Depth Look at the RamSan-810 Flash Solid State Disk An In-Depth Look at the RamSan-810 Flash Solid State Disk A white paper by Robbie Stevens, Senior Marketing/Technical Writer Web: RamSan.com Facebook: facebook.com/texasmemorysystems Twitter: @TexasMemory

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

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

Bringing Greater Efficiency to the Enterprise Arena

Bringing Greater Efficiency to the Enterprise Arena Bringing Greater Efficiency to the Enterprise Arena Solid State Drive Samsung Semiconductor Inc. Tony Kim @ CES 2011 Flash Forward: @ Flash CES Memory 2011 Storage Solutions What is SSD? Solid State Drive

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

SSDs tend to be more rugged than hard drives with respect to shock and vibration because SSDs have no moving parts.

SSDs tend to be more rugged than hard drives with respect to shock and vibration because SSDs have no moving parts. Overview Introduction Solid State Drives (SSDs) are fast becoming a real force with respect to storage in the computer industry. With no moving parts, storage is no longer bound by mechanical barriers

More information

This page is a hidden page. To keep from printing this page, uncheck the checkbox for printing invisible pages in the printing dialog box.

This page is a hidden page. To keep from printing this page, uncheck the checkbox for printing invisible pages in the printing dialog box. Outline: History of HDD HDDs did change the world Introduction of Flash Flash did change the world Overview of SSD SSD Pros and Cons Evaluating the Cost Savings of SSD Seven Trends of the Storage Industry

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

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

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology

Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Lab Evaluation of NetApp Hybrid Array with Flash Pool Technology Evaluation report prepared under contract with NetApp Introduction As flash storage options proliferate and become accepted in the enterprise,

More information

HP 80 GB, 128 GB, and 160 GB Solid State Drives for HP Business Desktop PCs Overview. HP 128 GB Solid State Drive (SSD)

HP 80 GB, 128 GB, and 160 GB Solid State Drives for HP Business Desktop PCs Overview. HP 128 GB Solid State Drive (SSD) Overview Models SATA 3 GB/second Interface Drives HP 80 GB Solid State Drive (SSD) HP 160 GB Solid State Drive (SSD) SATA 6 GB/second Interface Drives HP 128 GB Solid State Drive (SSD) BM848AA BW321AA

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

QuickSpecs. HP Solid State Drives (SSD) What's New. HP Solid State Drives (SSD) Overview

QuickSpecs. HP Solid State Drives (SSD) What's New. HP Solid State Drives (SSD) Overview Overview HP s (SSDs) deliver exceptional performance and endurance for customers with applications requiring high random read IOPs performance. Leveraging NAND Flash technology, they support HP ProLiant

More information

Disks and RAID. Profs. Bracy and Van Renesse. based on slides by Prof. Sirer

Disks and RAID. Profs. Bracy and Van Renesse. based on slides by Prof. Sirer Disks and RAID Profs. Bracy and Van Renesse based on slides by Prof. Sirer 50 Years Old! 13th September 1956 The IBM RAMAC 350 Stored less than 5 MByte Reading from a Disk Must specify: cylinder # (distance

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

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

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

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

Minimize cost and risk for data warehousing

Minimize cost and risk for data warehousing SYSTEM X SERVERS SOLUTION BRIEF Minimize cost and risk for data warehousing Microsoft Data Warehouse Fast Track for SQL Server 2014 on System x3850 X6 (55TB) Highlights Improve time to value for your data

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

Technology Trends in the Storage Universe

Technology Trends in the Storage Universe Technology Trends in the Storage Universe Connected Life and Mobile Devices William Cain, PhD VP Technology, WD, a Western Digital company September 13, 2012 Currie Munce, PhD VP Research, HGST, a Western

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

Intel RAID SSD Cache Controller RCS25ZB040

Intel RAID SSD Cache Controller RCS25ZB040 SOLUTION Brief Intel RAID SSD Cache Controller RCS25ZB040 When Faster Matters Cost-Effective Intelligent RAID with Embedded High Performance Flash Intel RAID SSD Cache Controller RCS25ZB040 When Faster

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

Digital Media Guide Portable digital media for computers, digital cameras, and other devices. kingston.com/flash

Digital Media Guide Portable digital media for computers, digital cameras, and other devices. kingston.com/flash Digital Media Guide Portable digital media for computers, digital cameras, and other devices Kingston, the world s leading independent manufacturer of memory products, sells a broad range of flash cards

More information

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card

Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Version 1.0 April 2011 DB15-000761-00 Revision History Version and Date Version 1.0, April 2011 Initial

More information

Solution Brief: Microsoft SQL Server 2014 Data Warehouse Fast Track on System x3550 M5 with Micron M500DC Enterprise Value SATA SSDs

Solution Brief: Microsoft SQL Server 2014 Data Warehouse Fast Track on System x3550 M5 with Micron M500DC Enterprise Value SATA SSDs Vinay Kulkarni Solution Brief: Microsoft SQL Server 2014 Data Warehouse Fast Track on System x3550 M5 with Micron M500DC Enterprise Value SATA SSDs Solution Reference Number: BDASQLRMS51 The rapid growth

More information

Testing SSD s vs. HDD s. The Same But Different. August 11, 2009 Santa Clara, CA Anthony Lavia President & CEO

Testing SSD s vs. HDD s. The Same But Different. August 11, 2009 Santa Clara, CA Anthony Lavia President & CEO Testing SSD s vs. HDD s The Same But Different August 11, 2009 Santa Clara, CA Anthony Lavia President & CEO Introduction HDD vs. SSD Is SSD technology disruptive? Customer Expectations Factors Affecting

More information

HP Solid State Drive (SSD) Overview

HP Solid State Drive (SSD) Overview Overview HP offers a full portfolio of solid state storage solutions in both 3G SATA and 6G SAS interface. The products, based on Single Level Cell (SLC) and Multi Level Cell (MLC) NAND flash technology

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

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 Drive vs. Hard Disk Drive Price and Performance Study

Solid State Drive vs. Hard Disk Drive Price and Performance Study Solid State Drive vs. Hard Disk Drive Price and Performance Study A Dell Technical White Paper Dell PowerVault Storage Systems Vamsee Kasavajhala Dell PowerVault Technical Marketing THIS WHITE PAPER IS

More information

Flash Solid State. Are we there yet?

Flash Solid State. Are we there yet? Flash Solid State Storage Reliability Are we there yet? Presenter: David Flynn NAND Flash Reliability/Availability y The GOOD: No moving parts Predicable wear out The BAD: Bit error rate increases with

More information

Advantages of Intel SSDs for Data Centres

Advantages of Intel SSDs for Data Centres Advantages of Intel SSDs for Data Centres Executive Summary Most businesses depend on at least one data centre infrastructure to be successful. A highly functioning data centre has several requirements,

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

SATA II 3Gb/s SSD. SSD630 Benefits. Enhanced Performance. Applications

SATA II 3Gb/s SSD. SSD630 Benefits. Enhanced Performance. Applications SATA II 3Gb/s SSD SSD630 Benefits Super slim thickness of 7mm Fully compatible with devices and OS that support the SATA II 3Gb/s standard Non-volatile Flash Memory for outstanding data retention Built-in

More information

Maximum performance, minimal risk for data warehousing

Maximum performance, minimal risk for data warehousing SYSTEM X SERVERS SOLUTION BRIEF Maximum performance, minimal risk for data warehousing Microsoft Data Warehouse Fast Track for SQL Server 2014 on System x3850 X6 (95TB) The rapid growth of technology has

More information

Solid State Storage in Massive Data Environments Erik Eyberg

Solid State Storage in Massive Data Environments Erik Eyberg Solid State Storage in Massive Data Environments Erik Eyberg Senior Analyst Texas Memory Systems, Inc. Agenda Taxonomy Performance Considerations Reliability Considerations Q&A Solid State Storage Taxonomy

More information

EX ECUT IV E ST RAT EG Y BR IE F. Server Design for Microsoft s Cloud Infrastructure. Cloud. Resources

EX ECUT IV E ST RAT EG Y BR IE F. Server Design for Microsoft s Cloud Infrastructure. Cloud. Resources EX ECUT IV E ST RAT EG Y BR IE F Server Design for Microsoft s Cloud Infrastructure Cloud Resources 01 Server Design for Cloud Infrastructure / Executive Strategy Brief Cloud-based applications are inherently

More information

How To Use The Serveraid M1115 Sata Controller On An Ipa 4.5 (Powerpc) Or Ipa 5.5.2 (Powerpci) Server

How To Use The Serveraid M1115 Sata Controller On An Ipa 4.5 (Powerpc) Or Ipa 5.5.2 (Powerpci) Server ServeRAID M1115 SAS/SATA Controller for IBM System x IBM Redbooks Product Guide The ServeRAID M1115 SAS/SATA Controller for IBM System x is a part of the IBM ServeRAID M Series family that offers a complete

More information

Boost Database Performance with the Cisco UCS Storage Accelerator

Boost Database Performance with the Cisco UCS Storage Accelerator Boost Database Performance with the Cisco UCS Storage Accelerator Performance Brief February 213 Highlights Industry-leading Performance and Scalability Offloading full or partial database structures to

More information

NAND Flash FAQ. Eureka Technology. apn5_87. NAND Flash FAQ

NAND Flash FAQ. Eureka Technology. apn5_87. NAND Flash FAQ What is NAND Flash? What is the major difference between NAND Flash and other Memory? Structural differences between NAND Flash and NOR Flash What does NAND Flash controller do? How to send command to

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

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server

How To Scale Myroster With Flash Memory From Hgst On A Flash Flash Flash Memory On A Slave Server White Paper October 2014 Scaling MySQL Deployments Using HGST FlashMAX PCIe SSDs An HGST and Percona Collaborative Whitepaper Table of Contents Introduction The Challenge Read Workload Scaling...1 Write

More information

Redefining Flash Storage Solution

Redefining Flash Storage Solution Redefining Flash Storage Solution Through Capacity + Efficiency + Performance + Form PRODUCT GUIDE Holistic Approach to Redefine Flash Storage Novachips is a leading provider of a broad range of Flash

More information

Impact of Stripe Unit Size on Performance and Endurance of SSD-Based RAID Arrays

Impact of Stripe Unit Size on Performance and Endurance of SSD-Based RAID Arrays 1 Impact of Stripe Unit Size on Performance and Endurance of SSD-Based RAID Arrays Farzaneh Rajaei Salmasi Hossein Asadi Majid GhasemiGol rajaei@ce.sharif.edu asadi@sharif.edu ghasemigol@ce.sharif.edu

More information

Scaling from Datacenter to Client

Scaling from Datacenter to Client Scaling from Datacenter to Client KeunSoo Jo Sr. Manager Memory Product Planning Samsung Semiconductor Audio-Visual Sponsor Outline SSD Market Overview & Trends - Enterprise What brought us to NVMe Technology

More information

High Performance Tier Implementation Guideline

High Performance Tier Implementation Guideline High Performance Tier Implementation Guideline A Dell Technical White Paper PowerVault MD32 and MD32i Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS

More information

Enterprise Flash Drive

Enterprise Flash Drive Enterprise Flash Drive A evolução do armazenamento de dados Tutorial sobre as tecnonologias SSD (Solid State Disk) e sua implantação pela engenharia da EMC, denominado EFD (Enterprise Flash Drive), onde

More information