Deploying Affordable, High Performance Hybrid Flash Storage for Clustered SQL Server

Size: px
Start display at page:

Download "Deploying Affordable, High Performance Hybrid Flash Storage for Clustered SQL Server"

Transcription

1 Deploying Affordable, High Performance Hybrid Flash Storage for Clustered SQL Server Flash storage adoption has increased in recent years, as organizations have deployed it to support business applications. PCIe flash memory is dramatically faster than solid-state drives and unique QoS technology from NexGen Storage guarantees predictable application performance. IT teams can maximize SQL Server performance through storage best practices, including the use of flash storage. ESG found that NexGen s end-to-end flash storage solution significantly improved performance in SQL Server clustered environments. By delivering enhanced database application performance, NexGen s PCIe flash solutions reduce IT costs and improve business operations. Michael Otey, Senior Technical Director, Windows IT Pro, SQL Server Pro Mike Leone, Lead Lab Analyst, ESG Vincent LaPaglia, Senior Storage Engineer, NexGen Sponsored by:

2 Overview In recent years, flash storage implementation options have increased and many organizations now use this technology on servers to improve application performance. In SQL Server environments, flash storage eliminates many traditional storage controller and protocol bottlenecks. It is well suited for data files, log files, indexes, and tempdb. Lab validation by ESG found that the NexGen and NexGen SPX products increased average response times and supported many more transactions per second than traditional SANs. Context The panelists described how flash storage solutions like those offered by NexGen can improve performance for clustered SQL server environments. close to half of organizations (49%) use solid-state drives in external disk storage subsystems, and almost half (48%) use solid-state storage technology as extended cache, memory, or primary storage within servers. If we fast forward to today, we find that flash storage is used heavily in modern data centers. The primary reason is the increased number of implementation options. More organizations are using flash technology to meet their application requirements. Mike Leone Key Takeaways Flash storage adoption has increased in recent years, as organizations have deployed it to support business applications. When flash or solid-state storage was first introduced, its primary benefit was performance. A survey by ESG found that over one third of respondents (36%) said improved performance drove their organizations initial deployment of solid-state storage. However, early adoption was slow due to cost. Today flash storage is used heavily in modern data centers, due to the increased number of implementation options. ESG discovered that End user needs have driven the use of flash storage on servers, closer to applications. An ESG survey found that over half of respondents (52%) said OLTP business applications are driving their organizations to deploy solid-state storage. Application end users always want enhanced performance, higher efficiency, and a better application experience. Flash storage technology can deliver on all these dimensions. PAGE 2

3 NexGen s PCIe flash is dramatically faster than solid-state drives and its unique QoS technology guarantees predictable application performance. Integrating solid-state drives (SSD) into storage arrays can generate performance gains on the back end. However, in many cases, the technology is still bottlenecked by traditional RAID and controller throughput. NexGen addressed these challenges by using flah placed on the PCIe bus providing consistent, best-in-class PCI flash performance. The technology is up to 40 times faster than traditional SSDs. Vincent LaPaglia described the important elements of NexGen s product portfolio: NexGen N5 Hybrid Flash Array. The NexGen N5 combines high performance PCIe flash and efficient spindle storage into a low-cost, high-performance storage array. NexGen N5 SPX Solutions. SPX combines the NexGen N5 with SanDisk ioturbine software. The result is an out-ofthe-box solution that can be used for highly available applications like SQL clustering and three-plus node virtualization. NexGen s unique differentiator is its QoS (Quality of Service) technology. QoS technology guarantees predictable application performance. Two key benefits are: 1. Built-in QoS policies provision performance and the array handles the IO prioritization. The NexGen software and real-time data placement eliminate the need to dedicate array resources for a singular need. That is a major advantage from an architecture, engineering, and administration standpoint. 2. It is possible to guarantee performance levels for many high-performance application workloads. Within a QoS performance policy, a minimum IOPS and a not-to-exceed latency can be guaranteed. By designating different systems as mission critical, business critical, and non-critical, IT teams can assign storage volumes to each and eliminate contention. The NexGen secret sauce... is the QoS technology. Our Quality of Service technology guarantees predictable performance for applications by prioritizing which workloads are assigned to performance policies. Vincent LaPaglia IT teams can maximize SQL Server performance through storage best practices, including the use of flash. SQL Server is different from file server systems. As a result, unique attributes must be considered when designing storage for SQL Server. Michael Otey discussed five storage challenges related to SQL Server: 1. Performance requirements. Today s users and applications have more intense performance requirements than ever before. As a result, it is essential to select a storage subsystem technology that meets the organization s performance needs. PAGE 3

4 2. Database and log files configuration. With database servers, database and log files have different purposes and a single database may contain multiples of these files. The configuration of database and log files can have a significant impact on SQL Server performance. 3. Data availability. It is important to design for high data availability levels. This is as important as performance. If users can t access a database, it doesn t matter how quickly it performs. 4. Backup and restore. Organizations must be able to back up and restore their databases if disasters occur. 5. Efficiency. When it comes to storage, IT teams strive to be as efficient as possible and not spend more than is necessary. These challenges can be addressed by implementing several best practices: Segregate database and log files onto separate drives. By default, SQL Server puts both database and log files on the same drive as the SQL Server binaries. That is undesirable from a performance perspective because all the I/O is funneled through the same drive. A best practice is to separate the data and log files. Since log files get a lot of write activity, they should be placed on fast writing drives, such as RAID 1 or 10 drives. This approach also provides data protection for log files Enable AutoGrow, but don t depend on it. AutoGrow prevents databases from shutting down if they hit their maximum sizes. While this is a good safety mechanism, performance takes a hit every time the database has an AutoGrow operation. Organizations should be proactive and manually size their databases to minimize the chance that AutoGrow will be invoked. Using AutoShrink is not advised. Enable instant file initialization. This avoids zeroing out allocated space. Instant file initialization is set through a Windows Server Policy. Size tempdb properly and store it on its own drive. Tempdb is a SQL Server global resource that is available to all users. It contains internal database engine objects such as joins, aggregations, XML and LOB data, cursors, sorting, hashing, and row versioning. Sizing tempdb is essential to avoid AutoGrow. By default tempdb is only around 8 megabytes, but it can be resized using the ALTER DATA- BASE command. When SQL Server is restarted, it sets tempdb to its last configured size. Ideally tempdb should be maintained on its own RAID 10 or better drive. Flash storage is an excellent solution for tempdb. The SQL Advisory Team recommends that enterprise scale databases use one data file per core for tempdb. Be aware of SANs physical implementation. SANs can be a good solution for storing SQL user databases. They offer high performance, scalability, high availability, clustering, snapshots, replication, and disaster recovery. Since they have a good reputation for data tiering, they are suitable for larger databases. However, it PAGE 4

5 is important to understand the physical implementation. Find out how LUNs are configured and make sure all I/O isn t funneled through one LUN. By maintaining data files, log files, and tempdb on different drives, it is possible to split out I/O and maximize performance. Use flash to accelerate SQL Server performance. CPUs have become faster and memory has become cheaper. Disks, however, haven t gotten much faster. As a result, I/O bottlenecks can occur. Since flash is much faster than rotational disks, it can help with performance. Consider the following statistics: - A 15K rpm SAS drive can offer about -150 to 200 MB/sec of sequential throughput. - A 6 Gbps SATA or SAS solid-state -drive can provide about 550 MB/sec of sequential throughput or about 100,000 IOPS random read and write. - PCIe flash offers about 2 GB/sec of -sequential throughput and 250,000 IOPS random read and write. PCIe flash eliminates many of the traditional storage controller and protocol bottlenecks. Unlike SSD drives, PCIe flash doesn t need to emulate what a disk would look like. This results in better performance and more efficient I/O. PCIe flash isn t a silver bullet, however. It cannot fix incorrect sizing, lack of memory, or slow queries. It is best for heavy, random I/O activity. Flash storage is well suited for data files, log files, indexes, and tempdb. To maintain flash drive performance, keep utilization slightly below 75%. Many times with powerful and memory-rich systems, disks become the bottleneck. Flash technology is a simpler answer than implementing a SAN. Flash storage can be dedicated to SQL Server and provide much better performance. Michael Otey ESG found that NexGen s end-to-end flash storage solution significantly improved performance in SQL Server clustered environments. ESG recently conducted a lab validation that simulated real-world OLTP workloads running on a SQL Server cluster. The tests measured IOPS, latency, and transactions per second. Three storage scenarios were modeled: 1. Traditional. This included a SAN attached array with SAS hard drives and no flash. 2. NexGen. This included a SAN attached hybrid array with SAS drives and PCIe flash. 3. NexGen SPX. This included an end-toend flash hybrid storage solution using PCIe flash and ioturbine software in a pair of servers, as well as a SAN attached NexGen array with PCIe flash and SAS hard drives. The first phase of testing measured the total achievable IOPS and average latency from a simulated OLTP workload. Mike Leone described the key takeaways: PAGE 5

6 From an IOPS standpoint, NexGen and NexGen SPX provided a 4 to 5.5 times performance improvement over traditional SAN. The traditional SAN architecture peaked at little more than 17,000 IOPS, while NexGen and NexGen SPX peaked at around 69,000 and 93,000 respectively. number of concurrent users increased from 2 to 72. NexGen supported 9 times the number of transactions per second as traditional SANs, while NexGen SPX supported 10 times the number of transactions per second. Latency analysis showed that NexGen delivered a significant increase in average response time. When compared to a traditional SAN, NexGen offered 4.2 times faster response times, while Nex- Gen SPX provided a 6 times improvement (see chart below). The NexGen solutions increase productivity and customer satisfaction, as end users demand faster, more responsive application experiences. Moving flash storage closer to where applications reside creates a performance boost. Testing found that NexGen SPX boosted performance boost for the IOPS associated with applications. By offloading IOPS to the server-based flash storage, more array IOPS can service additional SQL Server workloads. This is important when multiple mission-critical applications are running on the same underlying storage subsystems. Under concurrent user loads, the NexGen solutions supported many more transactions per second than traditional SANs. Using an SQL Server OLTP simulation, the number of transactions per second was measured as the PAGE 6

7 By delivering enhanced database application performance, NexGen PCIe flash solutions reduce IT costs and improve business operations. Improving application performance is an important objective for IT administrators. This is especially true for mission-critical database applications that support business operations. Performance problems can lead to decreased productivity, unhappy customers, and lost revenues. Unfortunately, as more diverse workloads are added to the IT infrastructure and leverage the same underlying storage infrastructure, I/O bottlenecks emerge. Usually, IT admins over-purchase and over-provision storage, which adds complexity to the system. In addition, this approach is less appealing as IT budgets shrink. By placing PCIe flash at the right place and the right time, mission-critical applications experience a significant performance boost. This is a cost-effective way to increase storage infrastructure efficiency. NexGen hybrid flash arrays enable higher application density, greater efficiency, and an improved user experience. PAGE 7

8 Biographies Michael Otey Senior Technical Director, SQL Server Pro Michael Otey is senior technical director for Windows IT Pro and SQL Server Pro and is president of TECA, a technical writing, softwaredevelopment and consulting company in Portland, Oregon. Michael covers the topics of SQL Server, Windows Server, VMware vsphere, virtualization, PowerShell and.net development. Michael performs hardware and software product reviews for the Windows IT Pro labs. He does frequent webcasts, is a presenter at IT/Dev Connections and other conferences and has written several books on SQL Server and.net development. Vincent LaPaglia Storage Engineer - Technical Marketing, NexGen Vincent LaPaglia has 18 years in the IT industry with 12+ years of storage architecture, design and implementation experience. Proficient in a wide range of storage technologies, as both an end-user and as a consultant, he is a graduate of Syracuse University and currently makes his home in Colorado. He joined NexGen last year as a Senior Storage Engineer. Mike Leone Lead Lab Analyst, ESG Enterprise Strategy Group is an IT analyst and strategic consulting firm anchored in end-user market research and hands-on testing. Mike Leone, a lead lab analyst, works in one of ESG s major practices, ESG Lab, which provides in-depth testing and analysis of IT technology and products, using methods that simulate or recreate real-world environments. 2014, Penton Media, Inc. All rights Reserved. PAGE 8

Lab Validation Report

Lab Validation Report Lab Validation Report NexGen N5 SPX Hybrid Flash Array Optimizing SQL Server Clusters with End-to-end Flash Hybrid Storage By Mike Leone, ESG Lab Analyst, and Kerry Dolan, ESG Lab Analyst February 2015

More information

Maximizing SQL Server Virtualization Performance

Maximizing SQL Server Virtualization Performance Maximizing SQL Server Virtualization Performance Michael Otey Senior Technical Director Windows IT Pro SQL Server Pro 1 What this presentation covers Host configuration guidelines CPU, RAM, networking

More information

SQL SOLUTION BRIEF. NexGen N5 for Microsoft SQL Server: Performance, Control and Consolidation

SQL SOLUTION BRIEF. NexGen N5 for Microsoft SQL Server: Performance, Control and Consolidation SOLUTION BRIEF NexGen N5 for Microsoft SQL Server: Performance, Control and Consolidation Database/OLTP applications today are typically a mission critical component of an organization and outages or delays

More information

SQL Server Virtualization

SQL Server Virtualization The Essential Guide to SQL Server Virtualization S p o n s o r e d b y Virtualization in the Enterprise Today most organizations understand the importance of implementing virtualization. Virtualization

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

EMC VFCACHE ACCELERATES ORACLE

EMC VFCACHE ACCELERATES ORACLE White Paper EMC VFCACHE ACCELERATES ORACLE VFCache extends Flash to the server FAST Suite automates storage placement in the array VNX protects data EMC Solutions Group Abstract This white paper describes

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

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

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE 1 W W W. F U S I ON I O.COM Table of Contents Table of Contents... 2 Executive Summary... 3 Introduction: In-Memory Meets iomemory... 4 What

More information

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database WHITE PAPER Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

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

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments

Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Leveraging EMC Fully Automated Storage Tiering (FAST) and FAST Cache for SQL Server Enterprise Deployments Applied Technology Abstract This white paper introduces EMC s latest groundbreaking technologies,

More information

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III White Paper Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III Performance of Microsoft SQL Server 2008 BI and D/W Solutions on Dell PowerEdge

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: April 19, 2013 Condusiv s Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01 Executive

More information

The Data Placement Challenge

The Data Placement Challenge The Data Placement Challenge Entire Dataset Applications Active Data Lowest $/IOP Highest throughput Lowest latency 10-20% Right Place Right Cost Right Time 100% 2 2 What s Driving the AST Discussion?

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

IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME?

IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME? IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME? EMC and Intel work with multiple in-memory solutions to make your databases fly Thanks to cheaper random access memory (RAM) and improved technology,

More information

Virtual server management: Top tips on managing storage in virtual server environments

Virtual server management: Top tips on managing storage in virtual server environments Tutorial Virtual server management: Top tips on managing storage in virtual server environments Sponsored By: Top five tips for managing storage in a virtual server environment By Eric Siebert, Contributor

More information

WHITE PAPER Guide to 50% Faster VMs No Hardware Required

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

More information

HP SN1000E 16 Gb Fibre Channel HBA Evaluation

HP SN1000E 16 Gb Fibre Channel HBA Evaluation HP SN1000E 16 Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

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

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

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

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry

More information

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

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

More information

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

Condusiv s V-locity 4 Boosts Virtual Machine Performance Over 50% Without Additional Hardware

Condusiv s V-locity 4 Boosts Virtual Machine Performance Over 50% Without Additional Hardware openbench Labs Executive Briefing: December 5, 2012 Condusiv s V-locity 4 Boosts Virtual Machine Performance Over 50% Without Additional Hardware Improving Storage Efficiency by Increasing I/O Throughput

More information

Microsoft SQL Server Acceleration with SanDisk

Microsoft SQL Server Acceleration with SanDisk WHITE PAPER Microsoft SQL Server Acceleration with SanDisk 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com SanDisk s Fusion iomemory solutions maximize performance for Microsoft SQL Server-based

More information

Oracle Acceleration with the SanDisk ION Accelerator Solution

Oracle Acceleration with the SanDisk ION Accelerator Solution WHITE PAPER Oracle Acceleration with the SanDisk ION Accelerator Solution 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Customer Results... 3 Flexible Deployment Options... 4

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

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

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

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

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

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

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

High Performance SQL Server with Storage Center 6.4 All Flash Array

High Performance SQL Server with Storage Center 6.4 All Flash Array High Performance SQL Server with Storage Center 6.4 All Flash Array Dell Storage November 2013 A Dell Compellent Technical White Paper Revisions Date November 2013 Description Initial release THIS WHITE

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

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

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

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

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support

SOLUTIONS PRODUCTS INDUSTRIES RESOURCES SUPPORT ABOUT US. 2012 ClearCube Technology, Inc. All rights reserved. Contact Support 1 of 1 9/28/2012 3:21 PM Contact Us 1-866-652-350 SmartVDI Host Platforms ClearCube s Smart Virtual Desktop Infrastructure (SmartVDI ) host platforms scale from 100s to 1000s of virtual desktops, with

More information

Nimble Storage for VMware View VDI

Nimble Storage for VMware View VDI BEST PRACTICES GUIDE Nimble Storage for VMware View VDI N I M B L E B E S T P R A C T I C E S G U I D E : N I M B L E S T O R A G E F O R V M W A R E V I E W V D I 1 Overview Virtualization is an important

More information

WHITE PAPER Guide to 50% Faster VMs No Hardware Required

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

More information

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

Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel

Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel Fibre Forward - Why Storage Infrastructures Should Be Built With Fibre Channel Prepared by: George Crump, Lead Analyst Prepared: June 2014 Fibre Forward - Why Storage Infrastructures Should Be Built With

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

How Flash Storage is Changing the Game

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

More information

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4

More information

Comparison of Hybrid Flash Storage System Performance

Comparison of Hybrid Flash Storage System Performance Test Validation Comparison of Hybrid Flash Storage System Performance Author: Russ Fellows March 23, 2015 Enabling you to make the best technology decisions 2015 Evaluator Group, Inc. All rights reserved.

More information

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS

TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS TOP FIVE REASONS WHY CUSTOMERS USE EMC AND VMWARE TO VIRTUALIZE ORACLE ENVIRONMENTS Leverage EMC and VMware To Improve The Return On Your Oracle Investment ESSENTIALS Better Performance At Lower Cost Run

More information

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014

VMware Virtual SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Data Protection Advanced SEPTEMBER 2014 VMware SAN Backup Using VMware vsphere Table of Contents Introduction.... 3 vsphere Architectural Overview... 4 SAN Backup

More information

Evaluation Report: Database Acceleration with HP 3PAR StoreServ 7450 All-flash Storage

Evaluation Report: Database Acceleration with HP 3PAR StoreServ 7450 All-flash Storage Evaluation Report: Database Acceleration with HP 3PAR StoreServ 7450 All-flash Storage Evaluation report prepared under contract with HP Executive Summary Solid state storage is transforming the entire

More information

Azure VM Performance Considerations Running SQL Server

Azure VM Performance Considerations Running SQL Server Azure VM Performance Considerations Running SQL Server Your company logo here Vinod Kumar M @vinodk_sql http://blogs.extremeexperts.com Session Objectives And Takeaways Session Objective(s): Learn the

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

Using Synology SSD Technology to Enhance System Performance. Based on DSM 5.2

Using Synology SSD Technology to Enhance System Performance. Based on DSM 5.2 Using Synology SSD Technology to Enhance System Performance Based on DSM 5.2 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD Cache as Solution...

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 Microsoft Exchange Servers with I/O Caching

Accelerating Microsoft Exchange Servers with I/O Caching Accelerating Microsoft Exchange Servers with I/O Caching QLogic FabricCache Caching Technology Designed for High-Performance Microsoft Exchange Servers Key Findings The QLogic FabricCache 10000 Series

More information

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000

The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 The IntelliMagic White Paper: Storage Performance Analysis for an IBM Storwize V7000 Summary: This document describes how to analyze performance on an IBM Storwize V7000. IntelliMagic 2012 Page 1 This

More information

Accelerating Database Applications on Linux Servers

Accelerating Database Applications on Linux Servers White Paper Accelerating Database Applications on Linux Servers Introducing OCZ s LXL Software - Delivering a Data-Path Optimized Solution for Flash Acceleration Allon Cohen, PhD Yaron Klein Eli Ben Namer

More information

Overcoming the Storage Challenges of Persistent Virtual Desktops with Dell EqualLogic Hybrid Arrays and Unidesk

Overcoming the Storage Challenges of Persistent Virtual Desktops with Dell EqualLogic Hybrid Arrays and Unidesk Dell Desktop Virtualization Solutions (DVS) Technical Report Overcoming the Storage Challenges of Persistent Virtual Desktops with Dell EqualLogic Hybrid Arrays and Unidesk ABSTRACT The ability of Dell

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

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

PrimaryIO Application Performance Acceleration Date: July 2015 Author: Tony Palmer, Senior Lab Analyst

PrimaryIO Application Performance Acceleration Date: July 2015 Author: Tony Palmer, Senior Lab Analyst ESG Lab Spotlight PrimaryIO Application Performance Acceleration Date: July 215 Author: Tony Palmer, Senior Lab Analyst Abstract: PrimaryIO Application Performance Acceleration (APA) is designed to provide

More information

Deploying and Optimizing SQL Server for Virtual Machines

Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Much has been written over the years regarding best practices for deploying Microsoft SQL

More information

How To Get A Storage And Data Protection Solution For Virtualization

How To Get A Storage And Data Protection Solution For Virtualization Smart Storage and Modern Data Protection Built for Virtualization Dot Hill Storage Arrays and Veeam Backup & Replication Software offer the winning combination. Veeam and Dot Hill Solutions Introduction

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

The 8Gb Fibre Channel Adapter of Choice in Oracle Environments

The 8Gb Fibre Channel Adapter of Choice in Oracle Environments White Paper The 8Gb Fibre Channel Adapter of Choice in Oracle Environments QLogic s 8Gb Adapters Outperform in Oracle Environments Key Findings For demanding enterprise database applications such as Oracle,

More information

The Methodology Behind the Dell SQL Server Advisor Tool

The Methodology Behind the Dell SQL Server Advisor Tool The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity

More information

Nimble Storage Replication

Nimble Storage Replication Nimble Storage Replication Nimble Storage Replication Our service provides Disaster Recovery for customers who are using Nimble Storage for their environment. Webhosting.net leverages Nimble's volume replication

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

New economies of storage with the Compellent Flash-optimized solutions. Flash at the price of disk for I/O-intensive applications

New economies of storage with the Compellent Flash-optimized solutions. Flash at the price of disk for I/O-intensive applications New economies of storage with the Compellent Flash-optimized solutions Flash at the price of disk for I/O-intensive applications A Dell Business White Paper September 2013 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

EMC Backup and Recovery for Microsoft Exchange 2007 SP2

EMC Backup and Recovery for Microsoft Exchange 2007 SP2 EMC Backup and Recovery for Microsoft Exchange 2007 SP2 Enabled by EMC Celerra and Microsoft Windows 2008 Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the

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

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 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

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

Lab Review Report. Microsoft Windows Server 2012. Storage Performance and Cost Analysis. July 2013

Lab Review Report. Microsoft Windows Server 2012. Storage Performance and Cost Analysis. July 2013 Lab Review Report Microsoft Windows Server 2012 Storage Performance and Cost Analysis By Mike Leone, ESG Lab Analyst, and Aviv Kaufmann, ESG Lab Analyst July 2013 Lab Review: Microsoft Windows Server 2012:

More information

Increase Database Performance by Implementing Cirrus Data Solutions DCS SAN Caching Appliance With the Seagate Nytro Flash Accelerator Card

Increase Database Performance by Implementing Cirrus Data Solutions DCS SAN Caching Appliance With the Seagate Nytro Flash Accelerator Card Implementing Cirrus Data Solutions DCS SAN Caching Appliance With the Seagate Nytro Technology Paper Authored by Rick Stehno, Principal Database Engineer, Seagate Introduction Supporting high transaction

More information

StarWind Virtual SAN for Microsoft SOFS

StarWind Virtual SAN for Microsoft SOFS StarWind Virtual SAN for Microsoft SOFS Cutting down SMB and ROBO virtualization cost by using less hardware with Microsoft Scale-Out File Server (SOFS) By Greg Schulz Founder and Senior Advisory Analyst

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

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

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

The Benefits of Virtualizing

The Benefits of Virtualizing T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi

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

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

Database Server Configuration Best Practices for Aras Innovator 10

Database Server Configuration Best Practices for Aras Innovator 10 Database Server Configuration Best Practices for Aras Innovator 10 Aras Innovator 10 Running on SQL Server 2012 Enterprise Edition Contents Executive Summary... 1 Introduction... 2 Overview... 2 Aras Innovator

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

New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform

New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform New Features in SANsymphony -V10 PSP1 Software-defined Storage Platform Updated: November 7, 2014 Contents Introduction... 1 Performance and Scalability Enhancements... 1 Random Write Acceleration for

More information

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine An Oracle White Paper December 2013 Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine Flash Technology and the Exadata Database Machine... 2 Oracle Database 11g: The First Flash

More information

Silverton Consulting, Inc. StorInt Briefing

Silverton Consulting, Inc. StorInt Briefing Silverton Consulting, Inc. StorInt Briefing Introduction In today s challenging data center environments, storage systems must supply continuous data availability, high input/output (I/O) performance and

More information

Efficient Storage Strategies for Virtualized Data Centers

Efficient Storage Strategies for Virtualized Data Centers Efficient Storage Strategies for Virtualized Data Centers Contents Abstract. 1 Data Center Virtualization Status Report. 2 Dell EqualLogic Virtualized iscsi SAN Solutions. 2 Seamless, non-disruptive scalability.

More information

Maxta Storage Platform Enterprise Storage Re-defined

Maxta Storage Platform Enterprise Storage Re-defined Maxta Storage Platform Enterprise Storage Re-defined WHITE PAPER Software-Defined Data Center The Software-Defined Data Center (SDDC) is a unified data center platform that delivers converged computing,

More information

EMC VNX-F ALL FLASH ARRAY

EMC VNX-F ALL FLASH ARRAY EMC VNX-F ALL FLASH ARRAY Purpose-built for price, density & speed ESSENTIALS Incredible scale & density with up to 172 TB usable flash capacity in 6U @ 28.63 TB/U Consistent high performance up to 400K

More information

Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection

Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection WHITE PAPER Emulex 16Gb Fibre Channel Host Bus Adapter (HBA) and EMC XtremSF with XtremSW Cache Delivering Application Performance with Protection 16Gb FC HBA and EMC XtremSF with XtremSW Cache Introduction

More information

Accelerating MS SQL Server 2012

Accelerating MS SQL Server 2012 White Paper Accelerating MS SQL Server 2012 Unleashing the Full Power of SQL Server 2012 in Virtualized Data Centers Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba Group Company 1

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

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_SSD_Cache_WP_ 20140512 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges...

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information