Flash In The Enterprise

Size: px
Start display at page:

Download "Flash In The Enterprise"

Transcription

1 Flash In The Enterprise Technology and Market Overview Chris M Evans, Langton Blue Ltd Architecting IT January 2014 Doc ID: AI S

2 Table of Contents The Need for Flash Storage... 3 IOPS Density... 3 The I/O Blender... 3 Flash to The Rescue... 3 What is Flash?... 4 Flash Memory Technology... 4 Managing NAND... 4 Flash Form Factors and Packages... 4 Deployment Scenarios... 6 Server Deployment... 6 Caching Options... 6 Shared Storage... 7 Flash Optimised... 7 Flash Enhanced... 7 All Flash... 7 Requirements... 7 Justifying The Use of Flash Technology... 8 More Information... 9 The Author... 9 Copyright 2014 Langton Blue Ltd Page 2 of 9

3 The Need for Flash Storage Flash storage has become one of the most talked about technologies of the last 12 months and has moved from being a niche product to a mainstream consideration for storage in the Enterprise. This white paper discusses flash technology, what it is, why it should be used and how to use it. Since the mid 1950 s, storage deployments have always used spinning disks - hard disk drives (HDDs) as the main permanent storage medium. HDDs consist of one or more magnetic platters (or disks) accessed by a mechanical read/write head that moves across the surface of the platter, accessing data on concentric tracks. Although hard drive manufacturers have made great gains in increasing the areal or bit density of hard drives, managing to store ever increasing amounts of data within the same physical form factor, gains in performance have not kept pace with capacity. IOPS Density The relationship between performance and capacity can be quantified by a measurement called IOPS density. This is the ratio of input/output operations (I/Os) per second per unit of capacity, typically expressed as gigabytes or terabytes. Application IOPS requirements have increased over time as the performance of processors, memory and I/O backplanes has improved. The I/O Blender As server and desktop virtualisation becomes more prevalent, the workload profile of I/O on shared storage becomes much more unpredictable and as a result today s workload is highly randomised. This presents a particular problem for hard drives that have to mechanically move the write head into position and wait for the drive to rotate to the right position before data can be read. At worst case, each I/O could be random enough to include full rotational delay (waiting for the drive to turn) and seek time (moving the head to the right position), in total a value known as latency. Flash to The Rescue Flash storage offers a solution to both the I/O Density and I/O blender problems, delivering a high number of IOPS without the latency impact of a mechanical device. This makes it much more suited to today s demanding data centre environments where storage latency has become the main scalability bottleneck. Copyright 2014 Langton Blue Ltd Page 3 of 9

4 What is Flash? Flash storage is solid-state non-volatile memory, similar to that used in consumer devices, such as ipods and USB memory sticks. The contents of flash storage are not lost when power is removed from the device, making it a permanent storage medium. Today s flash devices are based around NAND logic technology and packaged with controller logic circuitry that manages the process of reading and writing from NAND enabling them to be suitable for enterprise-class environments. Flash has a number of benefits over traditional spinning media. Performance flash devices deliver high performance, both in terms of throughput and latency, even for random I/O. Environmental flash devices are lighter and consume much less power than their hard drive counterparts. They create no vibration and require less cooling. Although solid state drives are packaged to look like hard drives, in reality they can be made much smaller than the typical hard drive form factor and so have a high space density (capacity to space occupied) characteristic. Flash Memory Technology NAND Flash memory was originally implemented using a technology known as SLC or Single Level Cell. This stores one bit of data in each memory cell. SLC is expensive but more resilient than other forms. MLC or Multi-level Cell records multiple (typically 2) bits of information per cell. Both MLC and SLC technology have finite lifetimes, being capable of only a fixed number of write operations. SLC lasts longer than MLC, as it only has to store two possible values or states. Some vendors have introduced MLC technology using three or four bits per cell, by storing up to eight or sixteen states respectively and this is being used to create high capacity devices. Managing NAND Flash memory has a finite lifespan, limited by the number of times data can be written to the device. Data is written to a device in blocks (typically 4KB) and once the contents of a block are set it must be erased before it can be written again. Flash devices have a fixed number of erase cycles, usually around 100,000 for SLC and 10,000 for MLC devices. As a result, without some management, flash devices would have a short lifetime and be very unreliable. The flash storage vendors (those selling SSDs and arrays) use a range of management techniques in order to prolong the life of flash, including wear levelling, overprovisioning, write amplification and garbage collection. Flash Form Factors and Packages Flash can be packaged in a number of different ways. Today we see the following implementations of flash storage. Solid State Disk (SSD) these devices package flash in the form factor of a traditional hard disk and use existing disk-based protocols for connectivity, including SATA and SAS. SSDs have on-board controllers that both manage the interface with the host and the flash itself and implement management algorithms. Performance of SSDs is usually measured in submillisecond figures. PCIe SSD this is a host bus adaptor that uses the PCI Express bus to connect flash modules to the host computer. These devices deliver higher performance and lower latency than a traditional solid-state disk by bypassing the storage I/O bus and allowing direct access across the PCIe backplane. Some vendors implementations include built-in RAID and offloading of management tasks to dedicated on-board processors and memory. As there is no standard Copyright 2014 Langton Blue Ltd Page 4 of 9

5 access protocol in place, PCIe SSD devices usually require some host driver software and this can consume processor cycles and memory. PCIe performance is typically measured in tens of microseconds. NVDRAM this is a server memory slot or DIMM form factor device that uses the existing onboard memory slots normally reserved for DRAM on the server motherboard. By plugging directly onto the memory bus, NVDRAM delivers exceptionally high performance, typically measured around five to ten microseconds. The technology looks like DRAM and so BIOS changes and O/S drivers are required to differentiate the media as solid state and not volatile memory. Flash storage arrays take flash storage in one or more of the above forms and implement it in a number of ways, including all-flash and hybrid models. Copyright 2014 Langton Blue Ltd Page 5 of 9

6 Deployment Scenarios Flash technology can be deployed in a number of places within the data centre, including in the server itself, or in a centralised storage array or appliance. Server Deployment Flash technology can be deployed directly in the server, with three form-factor choices currently available - SSDs, PCIe SSD adaptors and NVDIMM (non-volatile DIMM) modules. Solid-state disks can be used simply as replacement for traditional hard drives and will boost performance by improving throughput and lowering latency. However when only used as a tier of storage, SSDs may be under utilised and of course not managed effectively to ensure optimum lifetime. SSDs can also be used as cache devices, speeding up I/O to and from traditional hard drives. These solutions need additional caching software, either as an add-on driver or software product or built into the operating system. PCIe SSD devices can be used either as cache or primary storage devices. Some PCIe SSD drives are automatically recognised as disk drives but most require additional software in form of drivers or software that integrate with the operating system and cache active data to improve performance. NVDIMM devices are now available from a number of vendors, most notably IBM in the form of their exflash offering. NVDIMMs have similar characteristics to PCIe SSD in that they bypass the storage I/O bus but are even closer to the processor backplane and have very low latency. Deployment of flash directly into the server removes the I/O overhead of the storage area network (SAN), lowering latency and improving throughput and performance. However directly attached devices are not shared and isolated to access only by that server itself. This causes problems if the server crashes or fails due to a hardware error. It also requires planning to cater for redundancy of the data if the server copy is the only copy available. Consequently many vendors offer solutions that act only as a read cache. Caching Options A cache stores copies of the most frequently accessed data in a server in order to improve I/O performance, however the cache copy is not the primary copy of data. Cache solutions can be used to improve either read or write performance or both. Read performance is improved by retaining frequently accessed blocks of data in cache and servicing I/O requests directly from the cache copy. If a block of data is updated, the cache is written with the new block and also stored on external disk, a process known as write-through caching. Cache devices may also be used for caching write I/O, a process known as write-back caching, where the I/O is acknowledged to the host as soon as it is stored in the flash cache and before de-staging to external disk. Although write caching improves write I/O performance, there is a data integrity risk if a hardware or software failure occurs before the cache copy has been flushed to disk. In addition, if a write cache is incorrectly sized and becomes full, then performance will revert back to disk I/O performance as every write operation will need to be flushed to disk before another one can be accepted into the cache. This means that correctly sizing and monitoring cache devices is extremely important. Copyright 2014 Langton Blue Ltd Page 6 of 9

7 Shared Storage Storage arrays, deployed as part of a storage area network or directly attached to a server can be ameliorated with flash devices. The initial use of flash in recent years has been in adding SSDs to traditional disk arrays. This provided some performance improvement but typically didn t make best use of the flash resources as the underlying architecture of these arrays was designed to cope with slow permanent storage media. As a result the implementations were only a stepping-stone to better devices. As the use of flash in arrays evolved, we have seen a split into three distinct categories of device, the flash-optimised traditional array, the flash-enhanced array and the all-flash array. Flash Optimised These arrays are based on traditional storage array devices but have been amended to cope with flash as the main storage media. Amendments include redesigning the array software to cope with flash characteristics and adding extra processing and memory capacity. Regardless of the amendments, the hardware itself still accesses the devices using the same interface as used with hard disk drives. Flash Enhanced These devices use flash to improve the performance of the array, through a variety of software-based techniques and new architectures. For example, the ZFS file system is implemented as the underlying storage file-system layer and this caches all writes to flash before committing asynchronously to disk. These devices are also known as hybrid arrays as they combine flash and hard drives together for a better price/performance ratio. All Flash These devices have been designed, architected and built to specifically work with only flash storage media. Their design intrinsically caters for the characteristics of flash devices and includes flash media delivered as solid-state disks, PCIe SSD or custom flash modules. The all-flash array category represents the fastest of devices, includes a greater set of space management features such as compression and de-duplication and are typically architected for long service life. Requirements Whatever category of product is chosen, the underlying requirements should be considered. following table highlights some of the considerations when choosing a specific platform. The Characteristic Flash Optimised Flash Enhanced All-Flash Performance Good, but can be hindered by Good, but can suffer Excellent, architecture designed the underlying HDD-based performance issues on read for high performance and architecture and needs I/O if data is not available scalability. software features to ensure through the cache. flash is used effectively. Cost Features Scalability Good, flash can be added as a complement to HDDs to target performance but needs Good, typically all the mature features of traditional arrays are available for flash disks. Good, these arrays are based on traditional technology, however they may not be capable of scaling fully in allflash designs. Acceptable; costs are contained by using flash in a limited fashion. Good, hybrid solutions usually support advanced features. Good, scaling is achieved through capacity with hard drives and through performance with flash. High. These devices are targeted at high performance workloads and flash is still relatively expensive. Some vendors are using de-duplication to reduce per GB costs. Acceptable. Most manufacturers have not supported advanced features like replication and snapshots. Acceptable. Most manufacturers have designed their solutions with limited scalability at this stage, although some vendors have built scalability into their design. Copyright 2014 Langton Blue Ltd Page 7 of 9

8 Justifying The Use of Flash Technology It is clearly obvious that flash storage can add significant performance improvements over traditional storage media. However, flash technology is more expensive than hard drive-based storage when compared purely on a $/GB basis and this can make justification for using the technology more difficult. Here are some thoughts on developing a flash deployment strategy. Identify requirements. Without a clear idea of either the business benefit delivered or problem solved, justification is almost impossible. This means a clear set of requirements need to be established with details on exactly where within the infrastructure flash would be used. Determine how much flash is needed. It s easy and tempting to think all-flash arrays are the solution to all requirements, however these devices are expensive and may provide way more throughput than can be utilised. By evaluating the performance improvement needed as part of requirements, the specific need for flash can be pinpointed, making it easier to determine whether server or array-based solutions are best. Consider $/IOPS. The traditional way of measuring storage cost is to look at the per TB or per GB price. This method was useful when storage was delivered as a single tier and became more complex with multi-tier solutions. The benefits from flash are not delivered in capacity terms but by throughput and latency, therefore it makes sense to use this metric to calculate the cost/benefit of implementing flash compared to traditional hard drives. Calculate business benefit or loss. Implementing flash may provide a number of quantifiable benefits, including higher transaction/order throughput, offsetting additional server or array purchases or significant savings in environmental charges. These can all be built into a business case. Evaluate. Flash is a new technology and the market is full of mature solutions in each category. Evaluating specific vendor offerings can provide more detail and knowledge on how flash will best work in a particular environment and validate whether vendor claims stand up to scrutiny. Use your vendor. There are a large number of vendors, both incumbent and start-up, looking for business. They have plenty of collateral in the form of white papers and guides that help justify the use of their products. Use Langton Blue. Vendors have great material and place their spin on the industry. Langton Blue provides independent advice without vendor hype. Copyright 2014 Langton Blue Ltd Page 8 of 9

9 More Information The full version of this report is available on request, containing additional technical background and vendor reviews. Contact for more information and pricing details. Langton Blue Ltd is hardware and software independent, working for the business value to the end customer. Contact us to discuss how we can help you bank the benefits in your technology investments. Website: Phone: Post: Langton Blue Ltd 78 York Street London W1H 1DP The Author Chris M Evans has worked in the technology industry since 1987, starting as a systems programmer on the IBM mainframe platform, while retaining an interest in storage. After working abroad, he cofounded an Internet-based music distribution company during the.com era, returning to consultancy in the new millennium. In 2009 he co-founded Langton Blue Ltd ( a boutique consultancy firm focused on delivering business benefit through efficient technology deployments. Chris writes a popular blog at attends many conferences and invitation-only events and can be found providing regular industry contributions through Twitter (@chrismevans) and other social media outlets No guarantees or warranties are provided regarding the accuracy, reliability or usability of any information contained within this document and readers are recommended to validate any statements or other representations made for validity. Copyright 2014 Langton Blue Ltd. All rights reserved. No portions of this document may be reproduced without the prior written consent of Langton Blue Ltd. Details are subject to change without notice. All brands and trademarks of the respective owners are recognised as such. Copyright 2014 Langton Blue Ltd Page 9 of 9

All-Flash Arrays. A real market segment or analyst hype? Chris M Evans. Amsterdam, 24th September 2015

All-Flash Arrays. A real market segment or analyst hype? Chris M Evans. Amsterdam, 24th September 2015 All-Flash Arrays A real market segment or analyst hype? Chris M Evans Amsterdam, 24th September 2015 Background Chris Evans 28 Years in commercial IT - first used computers in 1979! IT consultant/analyst/blogger/etc

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

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

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

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

BUYING PROCESS FOR ALL-FLASH SOLID-STATE STORAGE ARRAYS

BUYING PROCESS FOR ALL-FLASH SOLID-STATE STORAGE ARRAYS E-Guide BUYING PROCESS FOR ALL-FLASH SOLID-STATE STORAGE ARRAYS SearchSolidState Storage A ll-flash storage arrays are becoming Tier-1 storage for mission-critical data. This e-guide showcases the progression

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

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

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

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

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

TIPS TO HELP EVALUATE AND DEPLOY FLASH STORAGE

TIPS TO HELP EVALUATE AND DEPLOY FLASH STORAGE E-Guide TIPS TO HELP EVALUATE AND DEPLOY FLASH STORAGE SearchSolidState Storage F lash storage might seem like an easy answer for your applications because of its high performance, but deciding where to

More information

Flash for Databases. September 22, 2015 Peter Zaitsev Percona

Flash for Databases. September 22, 2015 Peter Zaitsev Percona Flash for Databases September 22, 2015 Peter Zaitsev Percona In this Presentation Flash technology overview Review some of the available technology What does this mean for databases? Specific opportunities

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

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

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

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

HP Smart Array Controllers and basic RAID performance factors

HP Smart Array Controllers and basic RAID performance factors Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array

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

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

All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.

All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman. WHITE PAPER All-Flash Arrays Weren t Built for Dynamic Environments. Here s Why... This whitepaper is based on content originally posted at www.frankdenneman.nl 1 Monolithic shared storage architectures

More information

89 Fifth Avenue, 7th Floor. New York, NY 10003. www.theedison.com 212.367.7400. White Paper. HP 3PAR Adaptive Flash Cache: A Competitive Comparison

89 Fifth Avenue, 7th Floor. New York, NY 10003. www.theedison.com 212.367.7400. White Paper. HP 3PAR Adaptive Flash Cache: A Competitive Comparison 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 White Paper HP 3PAR Adaptive Flash Cache: A Competitive Comparison Printed in the United States of America Copyright 2014 Edison

More information

A Close Look at PCI Express SSDs. Shirish Jamthe Director of System Engineering Virident Systems, Inc. August 2011

A Close Look at PCI Express SSDs. Shirish Jamthe Director of System Engineering Virident Systems, Inc. August 2011 A Close Look at PCI Express SSDs Shirish Jamthe Director of System Engineering Virident Systems, Inc. August 2011 Macro Datacenter Trends Key driver: Information Processing Data Footprint (PB) CAGR: 100%

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

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

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

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

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

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

HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY

HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY Nexsan s FASTier acceleration technology leverages the power of solid-state to accelerate the performance of the underlying spinning disks by a factor

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

OCZ s NVMe SSDs provide Lower Latency and Faster, more Consistent Performance

OCZ s NVMe SSDs provide Lower Latency and Faster, more Consistent Performance OCZ s NVMe SSDs provide Lower Latency and Faster, more Consistent Performance by George Crump, Lead Analyst! When non-volatile flash memory-based solid-state drives (SSDs) were introduced, the protocol

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

FLASH STORAGE SOLUTION

FLASH STORAGE SOLUTION Invest in the right FLASH STORAGE SOLUTION A guide for the savvy tech buyer Introduction You re looking at flash storage because you see it s taking the storage world by storm. You re interested in accelerating

More information

Business white paper Invest in the right flash storage solution

Business white paper Invest in the right flash storage solution Business white paper Invest in the right flash storage solution A guide for the savvy tech buyer Business white paper Page 2 Introduction You re looking at flash storage because you see it s taking the

More information

AirWave 7.7. Server Sizing Guide

AirWave 7.7. Server Sizing Guide AirWave 7.7 Server Sizing Guide Copyright 2013 Aruba Networks, Inc. Aruba Networks trademarks include, Aruba Networks, Aruba Wireless Networks, the registered Aruba the Mobile Edge Company logo, Aruba

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

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

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE. Matt Kixmoeller, Pure Storage

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE. Matt Kixmoeller, Pure Storage LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE Matt Kixmoeller, Pure Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Memory Channel Storage ( M C S ) Demystified. Jerome McFarland

Memory Channel Storage ( M C S ) Demystified. Jerome McFarland ory nel Storage ( M C S ) Demystified Jerome McFarland Principal Product Marketer AGENDA + INTRO AND ARCHITECTURE + PRODUCT DETAILS + APPLICATIONS THE COMPUTE-STORAGE DISCONNECT + Compute And Data Have

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

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

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

How it can benefit your enterprise. Dejan Kocic Hitachi Data Systems (HDS)

How it can benefit your enterprise. Dejan Kocic Hitachi Data Systems (HDS) PRESENTATION Case for flash TITLE GOES storage HERE How it can benefit your enterprise Dejan Kocic Hitachi Data Systems (HDS) SNIA Legal Notice The material contained in this tutorial is copyrighted by

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

Essentials Guide CONSIDERATIONS FOR SELECTING ALL-FLASH STORAGE ARRAYS

Essentials Guide CONSIDERATIONS FOR SELECTING ALL-FLASH STORAGE ARRAYS Essentials Guide CONSIDERATIONS FOR SELECTING ALL-FLASH STORAGE ARRAYS M ost storage vendors now offer all-flash storage arrays, and many modern organizations recognize the need for these highperformance

More information

Accelerating Applications and File Systems with Solid State Storage. Jacob Farmer, Cambridge Computer

Accelerating Applications and File Systems with Solid State Storage. Jacob Farmer, Cambridge Computer Accelerating Applications and File Systems with Solid State Storage Jacob Farmer, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

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

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

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

Total Cost of Solid State Storage Ownership

Total Cost of Solid State Storage Ownership Total Cost of Solid State Storage Ownership An In-Depth Analysis of Many Important TCO Factors SSSI Members and Authors: Esther Spanjer, SMART Modular Technologies Dan Le, SMART Modular Technologies David

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

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

All-Flash Storage Solution for SAP HANA:

All-Flash Storage Solution for SAP HANA: All-Flash Storage Solution for SAP HANA: Storage Considerations using SanDisk Solid State Devices WHITE PAPER 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Preface 3 Why SanDisk?

More information

HP and SanDisk Partner for the HP 3PAR StoreServ 7450 All-flash Array

HP and SanDisk Partner for the HP 3PAR StoreServ 7450 All-flash Array WHITE PAPER HP and SanDisk Partner for the HP 3PAR StoreServ 7450 All-flash Array June 2014 Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents 1.

More information

Violin Memory Arrays With IBM System Storage SAN Volume Control

Violin Memory Arrays With IBM System Storage SAN Volume Control Technical White Paper Report Best Practices Guide: Violin Memory Arrays With IBM System Storage SAN Volume Control Implementation Best Practices and Performance Considerations Version 1.0 Abstract This

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

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

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

NV-DIMM: Fastest Tier in Your Storage Strategy

NV-DIMM: Fastest Tier in Your Storage Strategy NV-DIMM: Fastest Tier in Your Storage Strategy Introducing ArxCis-NV, a Non-Volatile DIMM Author: Adrian Proctor, Viking Technology [email: adrian.proctor@vikingtechnology.com] This paper reviews how Non-Volatile

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

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

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

Inside Track Research Note. In association with. The Promise and Practicalities of Flash Storage A real-world checkpoint

Inside Track Research Note. In association with. The Promise and Practicalities of Flash Storage A real-world checkpoint Research Note In association with The Promise and Practicalities of Flash Storage A real-world checkpoint January 2015 In a nutshell About this The insights presented in this document are derived from

More information

Price/performance Modern Memory Hierarchy

Price/performance Modern Memory Hierarchy Lecture 21: Storage Administration Take QUIZ 15 over P&H 6.1-4, 6.8-9 before 11:59pm today Project: Cache Simulator, Due April 29, 2010 NEW OFFICE HOUR TIME: Tuesday 1-2, McKinley Last Time Exam discussion

More information

Hardware RAID vs. Software RAID: Which Implementation is Best for my Application?

Hardware RAID vs. Software RAID: Which Implementation is Best for my Application? STORAGE SOLUTIONS WHITE PAPER Hardware vs. Software : Which Implementation is Best for my Application? Contents Introduction...1 What is?...1 Software...1 Software Implementations...1 Hardware...2 Hardware

More information

Architecture Enterprise Storage Performance: It s All About The Interface.

Architecture Enterprise Storage Performance: It s All About The Interface. Architecture Enterprise Storage Performance: It s All About The Interface. A DIABLO WHITE PAPER APRIL 214 diablo-technologies.com Diablo_Tech Enterprise Storage Performance: It s All About The Architecture.

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

Deploying Flash in the Enterprise Choices to Optimize Performance and Cost

Deploying Flash in the Enterprise Choices to Optimize Performance and Cost White Paper Deploying Flash in the Enterprise Choices to Optimize Performance and Cost Paul Feresten, Mohit Bhatnagar, Manish Agarwal, and Rip Wilson, NetApp April 2013 WP-7182 Executive Summary Flash

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

NEXSAN NST STORAGE FOR THE VIRTUAL DESKTOP

NEXSAN NST STORAGE FOR THE VIRTUAL DESKTOP NST STORAGE FOR THE VIRTUAL DESKTOP Nexsan s innovative product, the NST5000, is a hybrid storage system with unified protocols and highly dense storage for a combination of great performance, low cost,

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

HP Z Turbo Drive PCIe SSD

HP Z Turbo Drive PCIe SSD Performance Evaluation of HP Z Turbo Drive PCIe SSD Powered by Samsung XP941 technology Evaluation Conducted Independently by: Hamid Taghavi Senior Technical Consultant June 2014 Sponsored by: P a g e

More information

Running Your Business at the Speed of Memory

Running Your Business at the Speed of Memory Running Your Business at the Speed of Memory Accelerate Application Performance, Streamline IT and Reduce TCO with Flash Memory Solutions from Violin Memory. Version 1 Abstract Real-time data access is

More information

Diablo and VMware TM powering SQL Server TM in Virtual SAN TM. A Diablo Technologies Whitepaper. May 2015

Diablo and VMware TM powering SQL Server TM in Virtual SAN TM. A Diablo Technologies Whitepaper. May 2015 A Diablo Technologies Whitepaper Diablo and VMware TM powering SQL Server TM in Virtual SAN TM May 2015 Ricky Trigalo, Director for Virtualization Solutions Architecture, Diablo Technologies Daniel Beveridge,

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

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

Getting the Most Out of Flash Storage

Getting the Most Out of Flash Storage Business in a Flash. Getting the Most Out of Flash Storage Introduction, Usability, Optimization May 2015 David Lin Solutions Architect dlin@vmem.com 1 The copyright for images, icons, and logos used belong

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

Open Source Flash The Next Frontier

Open Source Flash The Next Frontier Open Source Flash The Next Frontier Michael Cornwell Lead Technologist - Flash Memory 1 Flash for the Enterprise A year after the great hype Market Seen Too Small >Consumer is priority by NAND Suppliers

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

File System & Device Drive. Overview of Mass Storage Structure. Moving head Disk Mechanism. HDD Pictures 11/13/2014. CS341: Operating System

File System & Device Drive. Overview of Mass Storage Structure. Moving head Disk Mechanism. HDD Pictures 11/13/2014. CS341: Operating System CS341: Operating System Lect 36: 1 st Nov 2014 Dr. A. Sahu Dept of Comp. Sc. & Engg. Indian Institute of Technology Guwahati File System & Device Drive Mass Storage Disk Structure Disk Arm Scheduling RAID

More information

VMware Virtual SAN Hardware Guidance. TECHNICAL MARKETING DOCUMENTATION v 1.0

VMware Virtual SAN Hardware Guidance. TECHNICAL MARKETING DOCUMENTATION v 1.0 VMware Virtual SAN Hardware Guidance TECHNICAL MARKETING DOCUMENTATION v 1.0 Table of Contents Introduction.... 3 Server Form Factors... 3 Rackmount.... 3 Blade.........................................................................3

More information

White. Paper. NetApp s Solid State Hierarchy. With a Focus on Flash Cache. September, 2009

White. Paper. NetApp s Solid State Hierarchy. With a Focus on Flash Cache. September, 2009 White Paper NetApp s Solid State Hierarchy With a Focus on Flash Cache By Mark Peters September, 2009 This ESG White Paper was commissioned by NetApp and is distributed under license from ESG. 2009, Enterprise

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

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

The Revival of Direct Attached Storage for Oracle Databases

The Revival of Direct Attached Storage for Oracle Databases The Revival of Direct Attached Storage for Oracle Databases Revival of DAS in the IT Infrastructure Introduction Why is it that the industry needed SANs to get more than a few hundred disks attached to

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

HP STOREONCE RECOVERY MANAGER CENTRAL

HP STOREONCE RECOVERY MANAGER CENTRAL LanWhite Paper: HP StoreOnce RMC Technology Report HP STOREONCE RECOVERY MANAGER CENTRAL Author: Chris M Evans A TECHNICAL OVERVIEW AND COMPETITIVE COMPARISON First Published: August 2015 Latest Update:

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center

Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center White Paper Answering the Requirements of Flash-Based SSDs in the Virtualized Data Center Provide accelerated data access and an immediate performance boost of businesscritical applications with caching

More information

Supreme Court of Italy Improves Oracle Database Performance and I/O Access to Court Proceedings with OCZ s PCIe-based Virtualized Solution

Supreme Court of Italy Improves Oracle Database Performance and I/O Access to Court Proceedings with OCZ s PCIe-based Virtualized Solution enterprise Case Study Supreme Court of Italy Improves Oracle Database Performance and I/O Access to Court Proceedings with OCZ s PCIe-based Virtualized Solution Combination of Z-Drive R4 PCIe SSDs and

More information

OBJECTIVE ANALYSIS WHITE PAPER MATCH FLASH. TO THE PROCESSOR Why Multithreading Requires Parallelized Flash ATCHING

OBJECTIVE ANALYSIS WHITE PAPER MATCH FLASH. TO THE PROCESSOR Why Multithreading Requires Parallelized Flash ATCHING OBJECTIVE ANALYSIS WHITE PAPER MATCH ATCHING FLASH TO THE PROCESSOR Why Multithreading Requires Parallelized Flash T he computing community is at an important juncture: flash memory is now generally accepted

More information

WHITE PAPER The Storage Holy Grail: Decoupling Performance from Capacity

WHITE PAPER The Storage Holy Grail: Decoupling Performance from Capacity WHITE PAPER The Storage Holy Grail: Decoupling Performance from Capacity Technical White Paper 1 The Role of a Flash Hypervisor in Today s Virtual Data Center Virtualization has been the biggest trend

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

Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance. Alex Ho, Product Manager Innodisk Corporation

Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance. Alex Ho, Product Manager Innodisk Corporation Accelerating I/O- Intensive Applications in IT Infrastructure with Innodisk FlexiArray Flash Appliance Alex Ho, Product Manager Innodisk Corporation Outline Innodisk Introduction Industry Trend & Challenge

More information

MS Exchange Server Acceleration

MS Exchange Server Acceleration White Paper MS Exchange Server Acceleration Using virtualization to dramatically maximize user experience for Microsoft Exchange Server Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

White Paper. Educational. Measuring Storage Performance

White Paper. Educational. Measuring Storage Performance TABLE OF CONTENTS Introduction....... Storage Performance Metrics.... Factors Affecting Storage Performance....... Provisioning IOPS in Hardware-Defined Solutions....... Provisioning IOPS in Software-Defined

More information

Nexenta Performance Scaling for Speed and Cost

Nexenta Performance Scaling for Speed and Cost Nexenta Performance Scaling for Speed and Cost Key Features Optimize Performance Optimize Performance NexentaStor improves performance for all workloads by adopting commodity components and leveraging

More information