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

Size: px
Start display at page:

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

Transcription

1 Best Practices for Optimizing SQL Server Database Performance with the LSI WarpDrive Acceleration Card Version 1.0 April 2011 DB

2 Revision History Version and Date Version 1.0, April 2011 Initial publication of this document. Description of Change LSI, the LSI & Design logo, WarpDrive, MegaRAID, and MegaRAID Storage Manager are trademarks or registered trademarks of LSI Corporation or its subsidiaries. SQL Server is a registered trademark of Microsoft Corporation. All other brand and product names may be trademarks of their respective companies. LSI Corporation reserves the right to make changes to the product(s) or information disclosed herein at any time without notice. LSI Corporation does not assume any responsibility or liability arising out of the application or use of any product or service described herein, except as expressly agreed to in writing by LSI Corporation; nor does the purchase, lease, or use of a product or service from LSI Corporation convey a license under any patent rights, copyrights, trademark rights, or any other of the intellectual property rights of LSI Corporation or of third parties. LSI products are not intended for use in life-support appliances, devices, or systems. Use of any LSI product in such applications without written consent of the appropriate LSI officer is prohibited. This document contains proprietary information of LSI Corporation. The information contained herein is not to be used by or disclosed to third parties without the express written permission of LSI Corporation. Corporate Headquarters Website Milpitas, CA globalsupport@lsi.com Document Number: DB Copyright 2011 LSI Corporation All Rights Reserved

3 Table of Contents Best Practices for Optimizing SQL Server Performance with the LSI WarpDrive Acceleration Card Advantages of Using Solid-State Storage with a Database Configuring an SQL Server Database to Use LSI WarpDrive Acceleration Cards Tuning the Server Operating System and the SQL Server Database for Better I/O Performance Monitoring and Tuning the Operating System Monitoring the WarpDrive Acceleration Card Creating Storage Redundancy with Software RAID Using Multiple WarpDrive Cards Monitoring the SQL Server Database Increasing I/O Efficiency at the Database File Level System Test Results Test System Description Test Database Settings HDD Drive Layout Configuration SSD Drive Layout Configuration HDD Performance Data SSD Performance Data Performance Data Comparison Test Conclusion Summary

4 Best Practices for Optimizing SQL Server Performance with the LSI WarpDrive Acceleration Card This document explains how to achieve significant performance gains in your SQL Server database applications by using the LSI WarpDrive acceleration card. Offering high performance with low latency and a low CPU burden, the solid-state storage PCIe small form factor WarpDrive card maximizes transactional I/O performance for applications such as online transaction processing (OLTP). Delivering the I/O performance of hundreds of traditional disk drives, the WarpDrive card enables an SQL Server database to meet your service-level agreements for response times and throughput. 1.1 Advantages of Using Solid-State Storage with a Database OLTP is a typical application workload that is used with SQL Server database applications. OLTP has demanding requirements for short response times and high throughput, which makes it difficult for database administrators (DBAs) to maintain these systems as the number of users grows and the amount of data increases. The SQL queries, the network, the server, and storage can each cause performance bottlenecks during the application life cycle. Correcting a bottleneck in one area may cause another bottleneck to appear in another area. Solid-state storage provides a new tool for DBAs to solve their storage bottlenecks. For example, the typical response time for a small data read from a hard disk drive is, on average, 1 millisecond to 10 milliseconds, dependent on the workload. Flash-based devices like the LSI WarpDrive acceleration card can complete the same read, on average, in 50 microseconds to 300 microseconds, an improvement of several orders-of-magnitude in response time. Based on flash memory technology, solid-state storage provides performance levels that fall between hard disk drives and DDR3 server memory. Initial enterprise-level flash products have been solid-state drives (SSDs) which are intended to replace hard disk drives. A recent innovation has been mounting SSDs on a PCIe card, which alleviates throughput constraints caused by the storage interface. The LSI WarpDrive solid-state storage acceleration card supports up to 1.2 Gb/s and over 200K input/output operations per second. You can achieve higher levels of performance by using multiple WarpDrive cards. 1.2 Configuring an SQL Server Database to Use LSI WarpDrive Acceleration Cards This document describes best practices for using the LSI WarpDrive acceleration card in an SQL Server database environment and lists the measured performance improvement over using hard drives. If the database is smaller than the capacity of the installed solid-state storage, you can move the entire database to the WarpDrive card. For large databases that exceed the card s capacity, you can achieve significant performance improvement by moving specific database data files to the card while leaving the log file on hard disk drives. Data files have a random pattern, but log files are sequential. Because WarpDrive acceleration cards have no spinning disk latency, they excel with random I/O transactions. Sequential writes or reads are not appreciably faster than hard disk drives. You should move randomly accessed data like an index file or a data file to the WarpDrive acceleration card. Leave the log files on the hard disk drives, because they are sequentially written. You can use pairs of WarpDrive acceleration cards with data mirrored across them to protect the data in the event of a board failure. For data mirroring, you can use programs such as the Windows Server operating system disk mirror product offering. In LSI tests, we created a Windows Server 2008 R2 disk mirror over two WarpDrive cards. We used the mirror function when creating the volumes to provide redundancy. This configuration is often referred to as software RAID level

5 This section provides information about the LSI WarpDrive 300-GB SLP-300 PCIe solid-state storage acceleration card. The following figure shows the WarpDrive card. Figure 1 WarpDrive Acceleration Card The WarpDrive acceleration card offers high performance with low latency and a low CPU burden. The card maximizes transactional I/O performance for SQL Server databases and for other applications that require high-performance computing. The WarpDrive acceleration card performs consistently across reads and writes regardless of workload, using industry-standard and widely deployed LSI SAS software for easier system integration and management and a faster time to market. The WarpDrive acceleration card has the following features: PCIe small form factor 300 GB of storage (uncompressed) PCIe 2.0 host interface Error-correcting code (ECC) protection up to 24 bits per 512 bytes LSISAS2008 controller Powered entirely by the PCIe slot; no external power requirements; consumes less than 25 W Small form factor PCIe board-level solid-state storage Low latency, minimal CPU burden and host memory footprint Performance optimized, best-in-class for reads and writes Simple integration using SAS infrastructure Enterprise reliability Support for plug-and-play Bootable Supports the Windows operating system and the Linux operating system Up to 240K 4-KB read input-output operations per second (IOP/s) Up to 200K 4-KB write IOP/s Average latency of less than 50 μs Low host burden; no static CPU and memory overhead Software optimized for SSD performance - 5 -

6 1.3 Tuning the Server Operating System and the SQL Server Database for Better I/O Performance You can achieve significant database I/O improvement by tuning the Windows operating system and the SQL Server database. This section lists some monitoring and tuning tips that you can implement before introducing the LSI WarpDrive acceleration cards to the configuration. The WarpDrive acceleration card is based on SSD technology that uses garbage collection and wear-leveling technology to help evenly distribute page and block write and erase operations across the drive. These tasks require free blocks on the drive. LSI overprovisions the WarpDrive card 30 percent by default. In addition, users can extend the overprovisioning amount when configuring the volume in Windows Disk Management Monitoring and Tuning the Operating System The WarpDrive acceleration card is based on SSD technology that uses garbage collection and wear-leveling technology to help evenly distribute page/block write and erase operations across the drive. These tasks require free blocks on the drive. LSI overprovisions the WarpDrive card 30 percent by default. In addition, you can extend the overprovisioning amount when configuring the volume in Windows Disk Management Best Practice 1 Format the LSI WarpDrive card using the formatting tools that LSI provides. When: Before you create volumes with Windows Disk Management. How: Use either the MegaRAID Storage Manager tool or the WarpDrive PCIe Solid-State Storage Card Management Utility (ddcli.exe utility). Refer to the LSI website for specific documentation and instructions on formatting WarpDrive cards with the MegaRAID Storage Manager tool or the WarpDrive PCIe Solid-State Storage Card Management Utility (ddcli.exe utility). Benefits: If you format the WarpDrive card with the tools that LSI supplies, you ensure that all data has been erased from the drive. NOTE Formatting erases all data on the WarpDrive card

7 Best Practice 2 Overprovision the LSI WarpDrive volume from 20 percent to 50 percent as needed, depending on the projected write workload. When: Creating a Windows volume with the WarpDrive acceleration card. How: In the Windows Disk Management application, select the amount of space in MB to provision relative to the maximum available space in MB, as shown in the following screen shot. Figure 2 Creating a Windows Volume Benefits: Overprovisioning allows necessary free blocks to store update blocks during the wear-leveling and garbage collection process, to increase the life of the SSD drive

8 Best Practice 3 Disable drive indexing on the LSI WarpDrive card volume. When: After you create the WarpDrive card volume. How: Select the WarpDrive card volume properties in Windows and disable the indexing feature, as shown in the following screen shot. Figure 3 Disabling Drive Indexing Benefits: Minimizing background write activity to the WarpDrive card volume increases performance and lifespan

9 Best Practice 4 Manually configure the Windows Page File to use a custom size instead of the default system managed size. When: Before testing workloads. How: In the Windows Virtual Memory property, set a custom page file initial size and maximum size to create a static size, as shown in the following screen shot. Use the recommended page file size values for the initial and maximum values, if possible. Figure 4 Configuring the Windows Page File Benefits: A custom page file size uses fewer operating system resources and reduces disk contention to allocate page file space as needed, thereby improving system performance

10 Best Practice 5 Disable the Windows Power Saving features on the host, and disable any server BIOS power saving features. When: Before testing workloads. How: In the Windows Control Panel, select the high performance-plan, as shown in the following screen shot. Refer to the vendor manufacturer documentation for information about server BIOS power saving features. Figure 5 Disabling Windows Power Saving Benefits: Selecting the high-performance power plan ensures that components are not constrained, such as processor throttling. To monitor system resources on a Windows system, run the Windows Performance Monitor Perfmon application counters. If you use these utilities during testing, you can see any improvements made after each change to the system. Perfmon contains Windows operating system counters as well as counters specific to the SQL Server database

11 1.3.2 Monitoring the WarpDrive Acceleration Card This section explains some tools that are available for monitoring the LSI WarpDrive acceleration card. WarpDrive PCIe Solid-State Storage Card Management Utility You can use the ddcli command line utility to assess the health of the selected WarpDrive card. The ddcli utility provides the following features: Lists WarpDrive information Updates the flash package Displays WarpDrive health Locates WarpDrive cards Formats WarpDrive cards MegaRAID Storage Manager Tool Starting with version , the MegaRAID Storage Manager tool provides a graphical user interface for monitoring WarpDrive cards in dashboard, physical, and logical views. The MegaRAID Storage Manager tool enables you to update the controller firmware package and formatting. The dashboard view lists the following information. Figure 6 MegaRAID Storage Manager Dashboard Refer to the LSI website for more information about installing, configuring, and using these WarpDrive monitoring tools

12 1.3.3 Creating Storage Redundancy with Software RAID Using Multiple WarpDrive Cards The LSI WarpDrive acceleration card does not provide data redundancy using a single card. To provide redundancy for production data when using the WarpDrive card, LSI tests have verified that you can mirror data over two installed WarpDrive cards to eliminate a single point of failure. We performed the testing using two WarpDrive cards along with Windows software mirroring to create the storage for the SQL Server database. We used the following process to configure a software mirror volume over two WarpDrive cards: 1. In the Windows Disk Management application, create a mirrored volume, as shown in the following screen shot: Figure 7 Configuring a Mirrored Volume 2. Select the desired size for the mirrored volume, as shown in the following screen shot: Figure 8 Selecting the Size for the Mirrored Volume

13 3. Format the mirrored volume and select a 64K allocation unit size, as shown in the following screen shot. The SQL Server database uses 64K extents for storage space. NOTE This process converts the volumes from a basic disk to a dynamic disk. Figure 9 Formatting the Mirrored Volume CAUTION We successfully completed all of these system and storage modifications in our lab to perform our benchmark tests. Before implementing any of these modifications in your environment, make sure to test them completely to determine whether to use them in your environment Monitoring the SQL Server Database The SQL Server database provides dynamic management views (DMVs) to monitor the engine internals. To help reduce storage subsystem-related wait types, you can distribute the sequential and random patterns of the different types of workloads to dedicated storage. The WarpDrive acceleration cards in particular can accommodate many write requests at once with very low latency. This type of activity can be observed during the SQL Server database checkpoint process. The checkpoint process occurs when dirty pages (pages in the database buffer pool that are modified but not written to disk) are flushed and written to disk, first to the log file and then to the data files. One of the reasons checkpoints occur is based on the default recovery interval to minimize the time it takes for database recovery. In high transaction OLTP databases, checkpoints can occur frequently. Our tests show how the WarpDrive card minimizes response times during this operation. Here are brief descriptions of some very useful SQL Server features for monitoring the database. The DMV sys.dm_os_waiting_tasks lists wait type information about the tasks that are delaying the SQL Server database from servicing a request. The DMV sys.dm_io_virtual_file_stats lists I/O statistics information for database files

14 1.3.5 Increasing I/O Efficiency at the Database File Level This section contains some tips on improving I/O efficiency at the database level. Best Practice: Place system database files on dedicated volumes that are not shared with the Windows operating system or with the Windows operating system page file. When: Database system file locations can be set during the database engine configuration (Data Directories) installation. How: During the database engine configuration (Data Directories) installation process, specify the system database (msdb, master, model, tempdb) directory targets. Benefits: Placing the system database files on dedicated volumes that are not shared with the Windows operating system prevents disk resource I/O competition between the operating system and the SQL Server database engine. NOTE During our tests of the user database and the system database, files were located on the same Windows mirrored volume. The files were positioned like this only for purposes of testing various workloads. Separating the database log and the data files to their own dedicated volumes/physical disks is a best practice in a production environment to match workload types such as random and sequential. Always evaluate your configuration and workload in a test environment before deploying it in a production environment. 1.4 System Test Results This section describes the system we used to test SQL Server database performance improvements using LSI WarpDrive acceleration cards. It also describes the results of the multistage test procedures to improve database performance Test System Description In LSI testing, we ran tests similar to TPC-E and measured significant gains with WarpDrive cards over using HDDs in a direct attached RAID configuration. We used the following test system configuration: ProLiant DL370 G6 server Dual Xeon processor X GB DDR3 MegaRAID SAS9280-8e board LSI SAS 2x36 expander Twenty-four HP DG0146FAMWL disk drives: 146-GB 2.5-in. small form factor 6G SAS 10K RPM drives Windows Server 2008 R2 Enterprise operating system SQL Server 2008 R2 Enterprise Edition platform The benchmark for these tests was performed using the Microsoft TPC-E toolkit. The TPC-E standard simulates an OLTP workload for a brokerage firm. The specification includes a mix of transaction types related to trades, account inquires, and market research. Tests consisted of a 5000-customer-sized database with 17 users. The maximum transactions (all types) per user rate was 150 per second (pacing) with low latency for transactions. This user load resulted in a heavily accessed system for disk I/O. NOTE TPC-E transactions are defined according to the TPC-E standard specification compared to the SQL Server transaction definition, which is based on a single logical unit of work. The SQL Server transaction definition is based on the atomicity, consistency, isolation, and durability (ACID) properties which the SQL Server database implements

15 1.4.2 Test Database Settings We used these database settings for all of the tests: SQL Server collation was set to use Latin1_General_Binary. SQL Server memory settings were 4000 MB minimum and 8000 MB maximum. Test database log file growth was set to unrestricted HDD Drive Layout Configuration The following table lists the SQL Server HDD configuration used in the test. SQL Server Files Number of LUNs Number of Drives RAID Level Usable Capacity Data GB short stroked Log GB short stroked tempdb GB short stroked SSD Drive Layout Configuration The following table lists the SQL Server SSD configuration used in the test. SQL Server Files Number of LUNs Number of Drives RAID Level Usable Capacity Data, Log, tempdb GB HDD Performance Data We used Windows Perfmon counters during the tests to capture workload results at the logical volume layer of the operating system. Avg. I/O Read Avg. I/O Write Avg. Throughput Read Avg. Throughput Write Avg. Latency Read Avg. Latency Write 1502 IOP/s 307 IOP/s 12.3 MB/s 2.9 MB/s 23 ms 25 ms We used the following SQL Server Perfmon counter to capture workload results for checkpoint operations during the test period. Number of pages flushed during an operation that requires all dirty pages to be flushed from the buffer. SQLServer:Buffer Manager\Checkpoint pages\sec The following table shows the SQL Server Buffer Manager Checkpoint results: Avg. Pages Max. Pages 214/s 5894/s

16 1.4.6 SSD Performance Data We used the Windows host Perfmon counters during the tests to capture workload results at the logical volume layer of the operating system. Avg. IOP/s Read Avg. IOP/s Write Avg. Throughput Read Avg. Throughput Write Avg. Latency Read Avg. Latency Write 4,525 IOP/s 742 IOP/s 37 MB/s 7.7 MB/s 192 μs 353 μs We used the following SQL Server Perfmon counter to capture workload results for checkpoint operations during the test period. Number of pages flushed during an operation that requires all dirty pages to be flushed from the buffer. SQLServer:Buffer Manager\Checkpoint pages\sec The following table shows the SQL Server Buffer Manager Checkpoint results: Avg. Pages Max. Pages 441/s 47923/s Performance Data Comparison Transaction Data We achieved significant performance gains when using the LSI WarpDrive acceleration card in a test similar to TPC-E. The test we used is a nonsynthetic test simulating real-world transactions and response times from the application layer. We observed nearly 3X performance gains for transactions per second with the WarpDrive cards when compared to traditional hard drives. The following figure shows the performance improvements. Figure 10 Transaction Performance Improvement

17 Response Time Data Reducing application response times improves the user experience. Our test workload also measured response time metrics from the application layer with a workload consisting of read-only and read-write transaction types. We achieved lower response times for the following transaction types when utilizing the LSI WarpDrive acceleration card during our tests, as shown in the following figure. Figure 11 Response Time Comparison Here is a description of the transaction types shown in the figure. T1: Simulates reviewing an account statement that covers a specific period of time. This SELECT query requires accessing multiple tables that require many reads to storage. The faster response time of the WarpDrive cards compared to HDDs is magnified by the large number of input transactions. T2: Simulates retrieving an item on an account statement and updating the entry. This SELECT query is followed by an UPDATE query. T3: Simulates reviewing an account statement that covers a specific period of time and updating the entry. This SELECT query requires accessing multiple tables that require many reads to storage followed by an UPDATE query. The faster response time of the WarpDrive cards compared to HDDs is magnified by the large number of input transactions

18 Performance Data Comparison Using Database Compression The SQL Server database can compress data both at the row level and at the page level. We used page compression in our tests, which improves individual row data space utilization per page. However, there is a trade-off for space savings and increased CPU utilization overhead. The data in the following figure shows the performance and cost associated with using SQL Server page database compression for all indexes and tables in the testing database in an LSI WarpDrive environment while using the same workload that is similar to TPC-E. We observed the following performance gains during our tests. Using the WarpDrive acceleration card in a compressed database environment complements this SQL Server feature, increasing transaction throughput capabilities. Figure 12 Transaction Data with Database Compression

19 Overhead Cost Data As stated in the previous section, there is a performance penalty associated with using database compression. The following figure shows CPU utilization for compression versus no compression. For reference, we used CPU Perfmon counters to measure the effect on CPU during the test workloads. Figure 13 CPU Utilization with Compression Test Conclusion Summary The LSI WarpDrive acceleration card brings performance capabilities that are not possible in a traditional HDD environment. For high-transaction OLTP environments requiring high throughput, high I/O processing rates, and low latency, the WarpDrive card complements any environment. Database administrators now have an additional tool that allows their organization to exceed its SQL Server transaction demands

20

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

ACCELERATE SQL SERVER 2014 WITH BUFFER POOL EXTENSION ON LSI NYTRO WARPDRIVE

ACCELERATE SQL SERVER 2014 WITH BUFFER POOL EXTENSION ON LSI NYTRO WARPDRIVE THE CHALLENGE Meeting database performance demands. Increasing data that needs to be read quickly can be bottlenecked by the reluctance to add memory due to cost. THE SOLUTION The SQL Server 214 BPE feature

More information

The Revival of Direct Attached Storage for Oracle Databases

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

More information

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

Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate. Nytro Flash Accelerator Cards

Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate. Nytro Flash Accelerator Cards Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate Nytro Flash Accelerator Cards Technology Paper Authored by: Mark Pokorny, Database Engineer, Seagate Overview SQL Server 2014 provides

More information

Performance Brief: MegaRAID SAS 9265/9285 Series

Performance Brief: MegaRAID SAS 9265/9285 Series MegaRAID SAS 9265/9285 Series Performance Brief Performance Brief: MegaRAID SAS 9265/9285 Series Executive Summary PERFORMANCE SUMMARY n Measured IOPS surpass 200,000 IOPS n When used with MegaRAID FastPath

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

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

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

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

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

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

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

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

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

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

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2015-11-27 2015 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

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

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

LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment

LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment LSI MegaRAID CacheCade Performance Evaluation in a Web Server Environment Evaluation report prepared under contract with LSI Corporation Introduction Interest in solid-state storage (SSS) is high, and

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

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview N8103-149/150/151/160 RAID Controller N8103-156 MegaRAID CacheCade Feature Overview April 2012 Rev.1.0 NEC Corporation Contents 1 Introduction... 3 2 Types of RAID Controllers... 3 3 New Features of RAID

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

SQL Server 2014 Optimization with Intel SSDs

SQL Server 2014 Optimization with Intel SSDs White Paper October 2014 Introducing memory extensions from Microsoft s* newest database product, and Intel SSD Data Center Family for PCIe.* Order Number: 331409-001US INFORMATION IN THIS DOCUMENT IS

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

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

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

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

Achieving a High Performance OLTP Database using SQL Server and Dell PowerEdge R720 with Internal PCIe SSD Storage

Achieving a High Performance OLTP Database using SQL Server and Dell PowerEdge R720 with Internal PCIe SSD Storage Achieving a High Performance OLTP Database using SQL Server and Dell PowerEdge R720 with This Dell Technical White Paper discusses the OLTP performance benefit achieved on a SQL Server database using a

More information

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array

Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation Report: Accelerating SQL Server Database Performance with the Lenovo Storage S3200 SAN Array Evaluation report prepared under contract with Lenovo Executive Summary Even with the price of flash

More information

HP ProLiant DL380p Gen8 1000 mailbox 2GB mailbox resiliency Exchange 2010 storage solution

HP ProLiant DL380p Gen8 1000 mailbox 2GB mailbox resiliency Exchange 2010 storage solution Technical white paper HP ProLiant DL380p Gen8 1000 mailbox 2GB mailbox resiliency Exchange 2010 storage solution Table of contents Overview 2 Disclaimer 2 Features of the tested solution 2 Solution description

More information

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

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

More information

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

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

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

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

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

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

SQL Server Business Intelligence on HP ProLiant DL785 Server

SQL Server Business Intelligence on HP ProLiant DL785 Server SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly

More information

Identity Theft. Credit Card Fraud. Hackers. Terrorists. It s scary out there.

Identity Theft. Credit Card Fraud. Hackers. Terrorists. It s scary out there. Identity Theft. Credit Card Fraud. Hackers. Terrorists. It s scary out there. LSI and Vault Ecommerce combine to enable next-generation cloud security solutions. Threats and Opportunities The Challenge

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

Benefits of Solid-State Storage

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

More information

Accomplish Optimal I/O Performance on SAS 9.3 with

Accomplish Optimal I/O Performance on SAS 9.3 with Accomplish Optimal I/O Performance on SAS 9.3 with Intel Cache Acceleration Software and Intel DC S3700 Solid State Drive ABSTRACT Ying-ping (Marie) Zhang, Jeff Curry, Frank Roxas, Benjamin Donie Intel

More information

Implementing EMC CLARiiON CX4 with Enterprise Flash Drives for Microsoft SQL Server 2008 Databases

Implementing EMC CLARiiON CX4 with Enterprise Flash Drives for Microsoft SQL Server 2008 Databases Implementing EMC CLARiiON CX4 with Enterprise Flash Drives for Microsoft SQL Server 2008 Databases Applied Technology Abstract This white paper examines the performance considerations of placing SQL Server

More information

Accelerate the Performance of Virtualized Databases Using PernixData FVP Software

Accelerate the Performance of Virtualized Databases Using PernixData FVP Software WHITE PAPER Accelerate the Performance of Virtualized Databases Using PernixData FVP Software Increase SQL Transactions and Minimize Latency with a Flash Hypervisor 1 Virtualization saves substantial time

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

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

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

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

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

More information

Reduce Latency and Increase Application Performance Up to 44x with Adaptec maxcache 3.0 SSD Read and Write Caching Solutions

Reduce Latency and Increase Application Performance Up to 44x with Adaptec maxcache 3.0 SSD Read and Write Caching Solutions MAXCACHE 3. WHITEPAPER Reduce Latency and Increase Application Performance Up to 44x with Adaptec maxcache 3. SSD Read and Write Caching Solutions Executive Summary Today s data centers and cloud computing

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

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

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

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

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

Analysis of VDI Storage Performance During Bootstorm

Analysis of VDI Storage Performance During Bootstorm Analysis of VDI Storage Performance During Bootstorm Introduction Virtual desktops are gaining popularity as a more cost effective and more easily serviceable solution. The most resource-dependent process

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

Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation

Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation Evaluation Report: HP Blade Server and HP MSA 16GFC Storage Evaluation Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for

More information

Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator

Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator WHITE PAPER Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com SAS 9 Preferred Implementation Partner tests a single Fusion

More information

CONSOLIDATING MICROSOFT SQL SERVER OLTP WORKLOADS ON THE EMC XtremIO ALL FLASH ARRAY

CONSOLIDATING MICROSOFT SQL SERVER OLTP WORKLOADS ON THE EMC XtremIO ALL FLASH ARRAY Reference Architecture CONSOLIDATING MICROSOFT SQL SERVER OLTP WORKLOADS ON THE EMC XtremIO ALL FLASH ARRAY An XtremIO Reference Architecture Abstract This Reference architecture examines the storage efficiencies

More information

LSI and NCS Technologies deliver performance and savings for network security solutions.

LSI and NCS Technologies deliver performance and savings for network security solutions. Case Study The Challenge. Wire-speed capture, analysis, and retention of a wide-range of information types requiring consistently available high I/O bandwidth with rapidly growing capacity requirements.

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

Microsoft SQL Server 2014 Fast Track

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

More information

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

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

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

Measuring Interface Latencies for SAS, Fibre Channel and iscsi

Measuring Interface Latencies for SAS, Fibre Channel and iscsi Measuring Interface Latencies for SAS, Fibre Channel and iscsi Dennis Martin Demartek President Santa Clara, CA 1 Demartek Company Overview Industry analysis with on-site test lab Lab includes servers,

More information

Fusion iomemory iodrive PCIe Application Accelerator Performance Testing

Fusion iomemory iodrive PCIe Application Accelerator Performance Testing WHITE PAPER Fusion iomemory iodrive PCIe Application Accelerator Performance Testing SPAWAR Systems Center Atlantic Cary Humphries, Steven Tully and Karl Burkheimer 2/1/2011 Product testing of the Fusion

More information

Managing Orion Performance

Managing Orion Performance Managing Orion Performance Orion Component Overview... 1 Managing Orion Component Performance... 3 SQL Performance - Measuring and Monitoring a Production Server... 3 Determining SQL Server Performance

More information

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays Red Hat Performance Engineering Version 1.0 August 2013 1801 Varsity Drive Raleigh NC

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

PowerVault MD1200/MD1220 Storage Solution Guide for Applications

PowerVault MD1200/MD1220 Storage Solution Guide for Applications PowerVault MD200/MD220 Storage Solution Guide for Applications A Dell Technical White Paper Dell PowerVault Storage Systems Joe Noyola Systems Performance Analysis Group Chuck Colburn Storage Advanced

More information

LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment

LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment LSI MegaRAID FastPath Performance Evaluation in a Web Server Environment Evaluation report prepared under contract with LSI Corporation Introduction Interest in solid-state storage (SSS) is high, and IT

More information

Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array

Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array Evaluation Report: Supporting Multiple Workloads with the Lenovo S3200 Storage Array Evaluation report prepared under contract with Lenovo Executive Summary Virtualization is a key strategy to reduce the

More information

Comparison of Drive Technologies for High-Titan aggregate Performance

Comparison of Drive Technologies for High-Titan aggregate Performance Comparison of Drive Technologies for High-Transaction Databases August 2007 By Solid Data Systems, Inc. Contents: Abstract 1 Comparison of Drive Technologies 1 2 When Speed Counts 3 Appendix 4 5 ABSTRACT

More information

MSM Software Feature Difference Between the MR Controller and the IR Controller

MSM Software Feature Difference Between the MR Controller and the IR Controller MSM Software Feature Difference Between the MR Controller and the IR Controller Systems Engineering Note S11252, Version 1.0 DB05-000341-00 For a comprehensive list of changes to this document, see the

More information

Faster Microsoft SQL Server Performance with IBM FlashSystem Storage IBM Redbooks Solution Guide

Faster Microsoft SQL Server Performance with IBM FlashSystem Storage IBM Redbooks Solution Guide Faster Microsoft SQL Server Performance with IBM FlashSystem Storage IBM Redbooks Solution Guide This IBM Redbooks Solution Guide provides an overview of how to identify storage performance bottlenecks

More information

Getting the Most Out of Flash Storage

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

More information

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

Violin Memory 7300 Flash Storage Platform Supports Multiple Primary Storage Workloads

Violin Memory 7300 Flash Storage Platform Supports Multiple Primary Storage Workloads Violin Memory 7300 Flash Storage Platform Supports Multiple Primary Storage Workloads Web server, SQL Server OLTP, Exchange Jetstress, and SharePoint Workloads Can Run Simultaneously on One Violin Memory

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

IBM Systems and Technology Group May 2013 Thought Leadership White Paper. Faster Oracle performance with IBM FlashSystem

IBM Systems and Technology Group May 2013 Thought Leadership White Paper. Faster Oracle performance with IBM FlashSystem IBM Systems and Technology Group May 2013 Thought Leadership White Paper Faster Oracle performance with IBM FlashSystem 2 Faster Oracle performance with IBM FlashSystem Executive summary This whitepaper

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

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

WHITE PAPER Optimizing Virtual Platform Disk Performance

WHITE PAPER Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Think Faster. Visit us at Condusiv.com Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Accelerating Microsoft SQL Server 2014 Using Buffer Pool Extension and SanDisk SSDs

Accelerating Microsoft SQL Server 2014 Using Buffer Pool Extension and SanDisk SSDs WHITE PAPER Accelerating Microsoft SQL Server 2014 Using Buffer Pool Extension and SanDisk SSDs December 2014 951 SanDisk Drive, Milpitas, CA 95035 2014 SanDIsk Corporation. All rights reserved www.sandisk.com

More information

White Paper. Educational. Measuring Storage Performance

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

More information

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

Flash Memory Technology in Enterprise Storage

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

More information

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

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

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_WP_ 20121112 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD

More information

VMware Virtual SAN Hardware Guidance. TECHNICAL MARKETING DOCUMENTATION v 1.0

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

More information

Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator

Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator White Paper Optimizing SQL Server AlwaysOn Implementations with OCZ s ZD-XL SQL Accelerator Delivering Accelerated Application Performance, Microsoft AlwaysOn High Availability and Fast Data Replication

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

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