Whitepaper January Best Practices for Configuring MySQL with HGST s1120 Series PCIe Accelerators

Size: px
Start display at page:

Download "Whitepaper January Best Practices for Configuring MySQL with HGST s1120 Series PCIe Accelerators"

Transcription

1 Whitepaper January 2014 Best Practices for Configuring MySQL with HGST s1120 Series PCIe Accelerators

2 Table of Contents Executive Summary... 2 MySQL History and Distributions... 2 Accelerate MySQL Performance with Solid-State Drives... 3 Recommendations for Configuring MySQL with s1120 Series PCIe Accelerators... 3 Benchmark Tests and Results... 7

3 Executive Summary MySQL has become the most popular open source relational database in the world for enterprise and web applications. Many enterprise applications and high-profile websites use MySQL databases. While most MySQL deployments still use hard disk drives, many enterprises are turning to solid-state drives as a storage alternative to eliminate I/O bottlenecks and accelerate database performance. The HGST s1120 Series PCIe Accelerator is an ideal solid-state storage solution for MySQL deployments. Its purpose-built PCIe solid-state architecture reduces storage access latencies while delivering long life, consistent high performance and data protection. Administrators ask whether MySQL configuration parameters should be tuned to optimize performance with SSDs, and the answer is yes. In this paper, HGST offers configuration advice regarding MySQL distributions, database and log file placement, RAID, Linux partitions, I/O schedulers and filesystems. MySQL benchmark tests showed up to 34% higher transactions per minute when using these best practices with an s1120 Series PCIe Accelerator. In this way, MySQL users can experience maximum performance gains under heavy workloads. MySQL History and Distributions MySQL is the most popular open source relational database in the world for enterprise and web applications. The database was originally developed in 1995 by the Swedish company MySQL AB. In 2000 the software was released under the GNU General Public License, making it open source and free to use. Oracle now owns the software and continues to develop and offer MySQL Community Edition as open source and freely downloadable. With a development history stretching back nearly 20 years, MySQL has become a solid, functional and popular database platform. Many Web 2.0 applications, cloud deployments and enterprise applications use it. MySQL Editions While MySQL Community Edition is freely available from Oracle charges for annual support for access to the more functional MySQL Standard, Enterprise and Cluster Carrier Grade Editions. Percona Server Percona Server is an enhanced version of MySQL Community Edition that includes the enterprise-class features for scalability, availability, backup and security found in the Oracle Enterprise Edition. This drop-in MySQL replacement is available free of charge from Percona is an independent MySQL support, consulting and services firm. 2

4 Accelerate MySQL Performance with Solid-State Drives While most MySQL deployments still use HDDs, the slow response time and I/O throughput of disk drives limit system performance. This I/O bottleneck slows database and application performance, reduces server utilization and increases total cost of ownership. Many enterprises are turning to SSDs as a storage alternative to boost performance and eliminate the storage I/O bottleneck. SSDs provide random I/O throughput and response time multiple orders of magnitude faster than HDDs at a lower cost per IOP. In addition, compared to DRAM, SSDs are nonvolatile, physically denser, cost less per GB and consume less power. SSDs relieve storage I/O constraints, increase utilization of server CPU and memory, accelerate applications, and boost productivity while keeping the costs in check. HGST s1120 Series PCIe Accelerator The HGST s1120 Series PCIe Accelerator is an ideal solid-state storage solution for MySQL deployments. This enterprise-class PCIe SSD installs cleanly and easily in a server PCIe slot. Unlike SAS or SATA drives, PCIe cards do not require a separate enclosure, RAID card, cables and power supply. HGST s superior PCIe solidstate architecture is purpose-built to reduce storage access latencies and improve application performance. By connecting server CPUs directly to the flash storage using the most efficient, reliable and scalable architecture, HGST PCIe SSDs provide extremely low-latency data access while eliminating the tax on host CPU and DRAM accelerating to high levels of application performance. The s1120 Series PCIe Accelerator also has built-in enterprise-class reliability that makes it suitable as primary application storage. The s1120 Series protects data in flight or at rest from loss or corruption in the event of flash media or other component errors. PowerSafe Technology ensures that data on the card is protected against unscheduled power outages. Using patented CellCare Technology, HGST delivers unprecedented endurance with multi-level cell (MLC) media enabling the use of less-expensive MLC-based solid-state storage for write-intensive caching and database applications. CellCare combined with Advanced Flash Management provides consistent, high performance over the life of the drive. HGST SSDs with these features are designed to perform as well at the end of life as at the beginning and eliminates the need for replacement due to wear out during the warranty period. HGST s1120 Series PCIe Accelerators are backed by a five-year warranty to ensure their robustness in business-critical enterprise applications. Recommendations for Configuring MySQL with s1120 Series PCIe Accelerators MySQL can be tuned to optimize performance with SSDs. HGST recommends the following configurations to maximize MySQL performance with s1120 Series PCIe Accelerators. Sharding Sharding is a method for scaling out MySQL deployments by splitting database tables and distributing them among different server nodes. Each database instance contains a range of table rows. For high availability, MySQL data on each server node should be replicated. 3

5 Figure 1: MySQL Sharding Configuration Sharding is complex because application logic must be modified to account for split database tables, as the database instances are unaware of each other. This requires significant upfront development and more complex operational management. The advantage of sharding is virtually unlimited scalability of database performance and size. HGST recommends s1120 PCIe Series Accelerators for sharded MySQL configurations because it reduces the number of server nodes required. SSDs support significantly higher transaction rates than HDDs, which improves server utilization overall and enables MySQL to support a workload with fewer scale-out nodes. For more information, including benchmark test results showing upto 19x performance improvement over an HDD array, see the webcast Reduce TCO for MySQL Scale-up and Scale-out Configurations using STEC s1120 PCIe Accelerators. Database and Log Files HGST recommends placing the entire MySQL data directory (variable datadir) on the s1120 Series PCIe card because solid-state storage offers by far the best performance for both random and sequential I/O. MySQL I/O is directed to both data and log files, which are usually stored in the following locations: MySQL data files: InnoDB log files: $datadir/ibddata1 $datadir/ib_logfile0,ib_logfile1 Data file I/O is random in nature because it involves reading and writing records in the tables. Log I/O is sequential as transactions are continually appended to the end of the file. 4

6 Solid-state storage is the best choice for MySQL data and log files because it provides the best performance for random and sequential I/O, but especially for random. For deployments with extremely large data and log files, it may be necessary to place them on different storage devices. In this case, log files may be placed on a disk array since a sufficient number of high-performance HDDs may perform adequately for sequential I/O. The data files should reside on the s1120 Series PCIe card for superior random I/O performance. For more details about laying out data files in MySQL, see the MySQL support page for InnoDB configuration. RAID RAID is used for data protection via drive redundancy and sometimes for performance improvement. RAID may not be necessary when using s1120 Series PCIe Accelerators with MySQL because it provides data protection and high performance natively. The card employs Secure Array of Flash Elements (S.A.F.E. ) Technology, a form of internal parity protection that enables the card to recover from NAND flash page, block, die and chip failures. S.A.F.E., especially when combined with database replication as shown in Figure 1 above, provide strong data protection without traditional RAID. In cases where multiple PCIe storage cards are used in a server, software RAID 0 (striping) can be used to aggregate performance or RAID 1 (mirroring) for data redundancy. Linux Partition Linux partitions should be aligned to the erase block size to optimize I/O performance. Like other media, SSDs may be read from and written to a single bit at a time, however, they must be erased a block at a time. It is optimal to align a Linux partition with the erase block which is generally 8KB. The erase block size of the s1120 Series PCIe Accelerator is also known as the Logical Block Number (LBN). In this example, the Linux partition is configured as a multiple of 8KB as follows: [root@linuxhost ~]# parted /dev/skd0 p Model: Unknown (unknown) Disk /dev/skd0: 1600GB Sector size (logical/physical): 512B/512B Partition Table: Msdos Number Start End Size Type File system Flags kB 1600GB 1600GB Primary Ext2 Note that the partition starts at 2048kB. It could start at any number divisible by 8KB. 5

7 Linux I/O Scheduler For best performance, HGST recommends the NOOP scheduler for SSDs instead of the CFQ scheduler, which is the default for most Linux kernels. The I/O scheduler or disk scheduler is the method used by the Linux kernel to determine how blocks are read from and written to storage. As its name indicates, the NOOP scheduler simply inserts all I/O requests into a FIFO queue. It does not try to optimize read or write requests. [root@linuxhost ~]# echo noop > /sys/block/skd0/queue/scheduler [root@linuxhost ~]# cat /sys/block/skd0/queue/scheduler [noop] anticipatory deadline cfq Linux Filesystem HGST recommends the ext4 filesystem rather than xfs because it provides better performance for writeintensive workloads. Benchmark test results comparing ext4 and xfs can be found on Percona s MySQL Performance Blog. We recommend configuring ext4 as follows, which corresponds to the file /etc/fstab: /dev/skd0p1 /var/lib/mysql ext4 rw,discard,nobarrier 0 0 Explanation of parameter options: rw Mount the filesystem read/write, as opposed to the default read-only. discard Pass TRIM commands to the underlying device, which in this case is the s1120 Series PCIe Accelerator. This option informs the filesystem which blocks are no longer in use and may be erased in advance of future writes, optimizing performance. nobarrier Barriers are a mechanism in ext4 that allow ordered writes for storage devices with batterybacked caches. However, enabling barriers incurs a performance penalty. Since the s1120 Series uses supercapacitors to preserve data integrity in the event of power loss, it is safe to turn off barriers and eliminate the performance penalty. 6

8 Benchmark Test and Results To demonstrate the performance advantages of these configurations, HGST conducted a MySQL benchmark test comparing the recommendations with the standard configuration file for the Percona Server MySQL distribution. Test Configuration x86 server, Percona Server 5.6, Red Hat Linux release: [root@linuxhost ~]# cat /etc/redhat-release CentOS release 6.3 (Final) [root@linuxhost ~]# uname r el6.x86_64 A single HGST s1122 PCIe Accelerator with 1.6 TB of capacity was installed in the server. This card stored all MySQL database and log files: [root@linuxhost ~]# df -kh /var/lib/mysql/ Filesystem Size Used Avail Use% Mounted on /dev/skd0p1 1.5T 350G 1.1T 26% /var/lib/mysql The tpcc-mysql benchmark was used, which is a TPCC-like benchmark package available from Percona. Methodology The tpcc-mysql benchmark was run on the test system against the configuration file included with Percona Server and the tuned configuration recommended by HGST. The full configuration file can be found on our website. The benchmark was set up to simulate 1,000 warehouses and stepped through a range of threads (1, 8, 16, 32, 64) to test the effect of concurrency on database performance. MySQL performance metrics were measured and recorded for each test run: Throughput, Latency, IOPs and NOTPMs. Results As shown in Figure 2 and 3, the test results demonstrate that the HGST tuned MySQL configuration performs significantly better under heavy workloads with multiple concurrent users. The tuned configuration achieved 27% higher TPM at 16 threads and 34% higher at 64 threads. In other words, for enterprise and web workloads where many users access applications at the same time, HGST tuning will perform better with s1120 Series PCIe Accelerators. 7

9 Figure 2: MySQL Benchmark Results Standard vs Tuned 16 Threads Figure 3: MySQL Benchmark Results Standard vs Tuned 64 Threads Conclusion HGST s1120 Series PCIe Accelerators provide superior I/O performance for MySQL databases. Simply by optimizing configuration parameters, users can experience maximum performance gains under heavy workloads. 8

10 2014 HGST, Inc., 3403 Yerba Buena Road, San Jose, CA USA. Produced in the United States All rights reserved. S.A.F.E. is trademark of HGST, Inc. and its affiliates in the United States and/or other countries. References in this publication to HGST s products, programs, or services do not imply that HGST intends to make these available in all countries in which it operates. Product specifications and test results are for information purposes only and do not constitute a warranty. Information is true as of the date of publication and is subject to change. Warranty details are provided by your point of purchase. Please visit the Support section of our website, for additional information on product specifications. WP018-EN-US

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

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

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

More information

Frequently Asked Questions August 2013. s840z SAS SSD Enterprise-Class Solid-State Device. Frequently Asked Questions

Frequently Asked Questions August 2013. s840z SAS SSD Enterprise-Class Solid-State Device. Frequently Asked Questions August 2013 s840z SAS SSD Enterprise-Class Solid-State Device Frequently Asked Questions Frequently Asked Questions Q: In what applications do HGST s840z SAS SSDs benefit enterprise customers? A: s840z

More information

HGST Virident Solutions 2.0

HGST Virident Solutions 2.0 Brochure HGST Virident Solutions 2.0 Software Modules HGST Virident Share: Shared access from multiple servers HGST Virident HA: Synchronous replication between servers HGST Virident ClusterCache: Clustered

More information

Choosing Storage Systems

Choosing Storage Systems Choosing Storage Systems For MySQL Peter Zaitsev, CEO Percona Percona Live MySQL Conference and Expo 2013 Santa Clara,CA April 25,2013 Why Right Choice for Storage is Important? 2 because Wrong Choice

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

Frequently Asked Questions December 2013. ZeusRAM Solid-State Drive. Frequently Asked Questions

Frequently Asked Questions December 2013. ZeusRAM Solid-State Drive. Frequently Asked Questions December 2013 ZeusRAM Solid-State Drive Frequently Asked Questions Frequently Asked Questions Q: What is ZeusRAM? A: ZeusRAM is a low latency (under 23us) wear-resistant SAS SSD. It supports dual 6Gb SAS

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

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

Automated Data-Aware Tiering

Automated Data-Aware Tiering Automated Data-Aware Tiering White Paper Drobo s revolutionary new breakthrough technology automates the provisioning, deployment, and performance acceleration for a fast tier of SSD storage in the Drobo

More information

Building a Flash Fabric

Building a Flash Fabric Introduction Storage Area Networks dominate today s enterprise data centers. These specialized networks use fibre channel switches and Host Bus Adapters (HBAs) to connect to storage arrays. With software,

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

Accelerating Enterprise Applications and Reducing TCO with SanDisk ZetaScale Software

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

More information

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

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

PARALLELS CLOUD STORAGE

PARALLELS CLOUD STORAGE PARALLELS CLOUD STORAGE Performance Benchmark Results 1 Table of Contents Executive Summary... Error! Bookmark not defined. Architecture Overview... 3 Key Features... 5 No Special Hardware Requirements...

More information

An Overview of Flash Storage for Databases

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

More information

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

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

MySQL performance in a cloud. Mark Callaghan

MySQL performance in a cloud. Mark Callaghan MySQL performance in a cloud Mark Callaghan Special thanks Eric Hammond (http://www.anvilon.com) provided documentation that made all of my work much easier. What is this thing called a cloud? Deployment

More information

Frequently Asked Questions March 2013. EnhanceIO SSD Cache Software. Frequently Asked Questions

Frequently Asked Questions March 2013. EnhanceIO SSD Cache Software. Frequently Asked Questions March 2013 EnhanceIO SSD Cache Software Frequently Asked Questions Frequently Asked Questions Q: How do HGST SAS SSDs benefit enterprise customers? A: HGST s SAS SSD product family delivers ultra-high

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

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

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

More information

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

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

WHITE PAPER. Drobo TM Hybrid Storage TM

WHITE PAPER. Drobo TM Hybrid Storage TM WHITE PAPER Drobo TM Hybrid Storage TM Table of Contents Introduction...3 What is Hybrid Storage?...4 SSDs Enable Hybrid Storage...4 One Pool, Multiple Tiers...5 Fully Automated Tiering...5 Tiering Without

More information

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage

Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage Best Practices for Deploying Citrix XenDesktop on NexentaStor Open Storage White Paper July, 2011 Deploying Citrix XenDesktop on NexentaStor Open Storage Table of Contents The Challenges of VDI Storage

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

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

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

Benchmarking Cassandra on Violin

Benchmarking Cassandra on Violin Technical White Paper Report Technical Report Benchmarking Cassandra on Violin Accelerating Cassandra Performance and Reducing Read Latency With Violin Memory Flash-based Storage Arrays Version 1.0 Abstract

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

Databases Acceleration with Non Volatile Memory File System (NVMFS) PRESENTATION TITLE GOES HERE Saeed Raja SanDisk Inc.

Databases Acceleration with Non Volatile Memory File System (NVMFS) PRESENTATION TITLE GOES HERE Saeed Raja SanDisk Inc. bases Acceleration with Non Volatile Memory File System (NVMFS) PRESENTATION TITLE GOES HERE Saeed Raja SanDisk Inc. MySQL? Widely used Open Source Relational base Management System (RDBMS) Popular choice

More information

Solution Brief July 2014. All-Flash Server-Side Storage for Oracle Real Application Clusters (RAC) on Oracle Linux

Solution Brief July 2014. All-Flash Server-Side Storage for Oracle Real Application Clusters (RAC) on Oracle Linux Solution Brief July 2014 All-Flash Server-Side Storage for Oracle Real Application Clusters (RAC) on Oracle Linux Traditional SAN storage systems cannot keep up with growing application performance needs.

More information

Scaling from Datacenter to Client

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

More information

Express5800 Scalable Enterprise Server Reference Architecture. For NEC PCIe SSD Appliance for Microsoft SQL Server

Express5800 Scalable Enterprise Server Reference Architecture. For NEC PCIe SSD Appliance for Microsoft SQL Server Express5800 Scalable Enterprise Server Reference Architecture For NEC PCIe SSD Appliance for Microsoft SQL Server An appliance that significantly improves performance of enterprise systems and large-scale

More information

QuickSpecs. PCIe Solid State Drives for HP Workstations

QuickSpecs. PCIe Solid State Drives for HP Workstations Introduction Storage technology with NAND media is outgrowing the bandwidth limitations of the SATA bus. New high performance Storage solutions will connect directly to the PCIe bus for revolutionary performance

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

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture Flash Performance for Oracle RAC with PCIe Shared Storage Authored by: Estuate & Virident HGST Table of Contents Introduction... 1 RAC Share Everything Architecture... 1 Oracle RAC on FlashMAX PCIe SSDs...

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

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

SSDs and RAID: What s the right strategy. Paul Goodwin VP Product Development Avant Technology

SSDs and RAID: What s the right strategy. Paul Goodwin VP Product Development Avant Technology SSDs and RAID: What s the right strategy Paul Goodwin VP Product Development Avant Technology SSDs and RAID: What s the right strategy Flash Overview SSD Overview RAID overview Thoughts about Raid Strategies

More information

HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture

HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture WHITE PAPER HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture Based on Microsoft SQL Server 2014 Data Warehouse

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

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

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

Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage

Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage Accelerate Oracle Performance by Using SmartCache of T Series Unified Storage This document describes why and how to use SmartCache in Oracle OLTP database to accelerate the transaction performance. SmartCache

More information

SUPERTALENT PCI EXPRESS RAIDDRIVE PERFORMANCE WHITEPAPER

SUPERTALENT PCI EXPRESS RAIDDRIVE PERFORMANCE WHITEPAPER RAIDDrive PCIe SSD Performance SUPERTALENT PCI EXPRESS RAIDDRIVE PERFORMANCE WHITEPAPER PCI EXPRESS SOLID STATE DRIVE Copyright 2009, Super Talent Technology. All rights reserved. All trademarks property

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

Software-defined Storage at the Speed of Flash

Software-defined Storage at the Speed of Flash TECHNICAL BRIEF: SOFTWARE-DEFINED STORAGE AT THE SPEED OF... FLASH..................................... Intel SSD Data Center P3700 Series and Symantec Storage Foundation with Flexible Storage Sharing

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

Database Hardware Selection Guidelines

Database Hardware Selection Guidelines Database Hardware Selection Guidelines BRUCE MOMJIAN Database servers have hardware requirements different from other infrastructure software, specifically unique demands on I/O and memory. This presentation

More information

Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance

Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance Hybrid Storage Performance Gains for IOPS and Bandwidth Utilizing Colfax Servers and Enmotus FuzeDrive Software NVMe Hybrid

More information

Parallels Cloud Storage

Parallels Cloud Storage Parallels Cloud Storage White Paper Best Practices for Configuring a Parallels Cloud Storage Cluster www.parallels.com Table of Contents Introduction... 3 How Parallels Cloud Storage Works... 3 Deploying

More information

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

Deploying Affordable, High Performance Hybrid Flash Storage for Clustered SQL Server 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.

More information

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

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

More information

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

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

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

Optimizing SQL Server Storage Performance with the PowerEdge R720

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

More information

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

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

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

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

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

Oracle Aware Flash: Maximizing Performance and Availability for your Database

Oracle Aware Flash: Maximizing Performance and Availability for your Database Oracle Aware Flash: Maximizing Performance and Availability for your Database Gurmeet Goindi Principal Product Manager Oracle Kirby McCord Database Architect US Cellular Kodi Umamageswaran Vice President,

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

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Database Solutions Engineering By Murali Krishnan.K Dell Product Group October 2009

More information

Performance Benchmark for Cloud Block Storage

Performance Benchmark for Cloud Block Storage Performance Benchmark for Cloud Block Storage J.R. Arredondo vjune2013 Contents Fundamentals of performance in block storage Description of the Performance Benchmark test Cost of performance comparison

More information

Data Center Storage Solutions

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

More information

Running Highly Available, High Performance Databases in a SAN-Free Environment

Running Highly Available, High Performance Databases in a SAN-Free Environment TECHNICAL BRIEF:........................................ Running Highly Available, High Performance Databases in a SAN-Free Environment Who should read this paper Architects, application owners and database

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

Atlantis USX Hyper- Converged Solution for Microsoft SQL 2014

Atlantis USX Hyper- Converged Solution for Microsoft SQL 2014 Atlantis USX Hyper- Converged Solution for Microsoft SQL 2014 atlantiscomputing.com Table of Contents Executive Summary... 4 Solution Overview... 5 Atlantis USX and Microsoft SQL Architecture... 5 Microsoft

More information

Deep Dive: Maximizing EC2 & EBS Performance

Deep Dive: Maximizing EC2 & EBS Performance Deep Dive: Maximizing EC2 & EBS Performance Tom Maddox, Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved What we ll cover Amazon EBS overview Volumes Snapshots

More information

Lenovo Database Configuration for Microsoft SQL Server 2014 37TB

Lenovo Database Configuration for Microsoft SQL Server 2014 37TB Database Lenovo Database Configuration for Microsoft SQL Server 2014 37TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of

More information

Intel Solid-State Drives in Server Storage Applications White Paper February 2014

Intel Solid-State Drives in Server Storage Applications White Paper February 2014 Intel Solid-State Drives in Server Storage Applications White Paper February 2014 Order Number: 330037-001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

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

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering

Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations. Database Solutions Engineering Comprehending the Tradeoffs between Deploying Oracle Database on RAID 5 and RAID 10 Storage Configurations A Dell Technical White Paper Database Solutions Engineering By Sudhansu Sekhar and Raghunatha

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

MAGENTO HOSTING Progressive Server Performance Improvements

MAGENTO HOSTING Progressive Server Performance Improvements MAGENTO HOSTING Progressive Server Performance Improvements Simple Helix, LLC 4092 Memorial Parkway Ste 202 Huntsville, AL 35802 sales@simplehelix.com 1.866.963.0424 www.simplehelix.com 2 Table of Contents

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

A Survey of Shared File Systems

A Survey of Shared File Systems Technical Paper A Survey of Shared File Systems Determining the Best Choice for your Distributed Applications A Survey of Shared File Systems A Survey of Shared File Systems Table of Contents Introduction...

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

Unlock the value of data with smarter storage solutions.

Unlock the value of data with smarter storage solutions. Unlock the value of data with smarter storage solutions. Data is the currency of the new economy.... At HGST, we believe in the value of data, and we re helping the world harness its power.... Data is

More information

Delivering Accelerated SQL Server Performance with OCZ s ZD-XL SQL Accelerator

Delivering Accelerated SQL Server Performance with OCZ s ZD-XL SQL Accelerator enterprise White Paper Delivering Accelerated SQL Server Performance with OCZ s ZD-XL SQL Accelerator Performance Test Results for Analytical (OLAP) and Transactional (OLTP) SQL Server 212 Loads Allon

More information

IMPLEMENTATION GUIDE DECEMBER 2014. HGST Flash Pools Implementation Guide for MySQL Database

IMPLEMENTATION GUIDE DECEMBER 2014. HGST Flash Pools Implementation Guide for MySQL Database DECEMBER 2014 HGST Flash Pools Implementation Guide for MySQL Database Tale of Contents 2 Introduction 2 HGST Software 2 HGST Space (logical volume) and HA Benefits 2 MySQL Challenges 3 HGST Flash Pool

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

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

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

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

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

Transitioning to 6Gb/s SAS (Serial-Attached SCSI) A Dell White Paper

Transitioning to 6Gb/s SAS (Serial-Attached SCSI) A Dell White Paper Transitioning to 6Gb/s SAS (Serial-Attached SCSI) A Dell White Paper December 2009 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

White paper. QNAP Turbo NAS with SSD Cache

White paper. QNAP Turbo NAS with SSD Cache White paper QNAP Turbo NAS with SSD Cache 1 Table of Contents Introduction... 3 Audience... 3 Terminology... 3 SSD cache technology... 4 Applications and benefits... 5 Limitations... 6 Performance Test...

More information

Application-Focused Flash Acceleration

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

More information

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

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

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