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

Size: px
Start display at page:

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

Transcription

1 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 and the performance profile of Microsoft SQL Server 2014 OLTP workloads when using the always-on Inline Data Reduction and copy services of EMC's XtremIO All Flash Storage Array. March 2015

2 Copyright 2015 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided "as is". EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All other trademarks used herein are the property of their respective owners. Part Number H

3 Table of Contents Executive Summary... 4 Audience... 5 Introduction... 6 Background on OLTP Workloads... 6 Reference Architecture Setting... 7 Hardware... 7 Software... 7 Database Configuration... 8 SQL Server Configuration... 8 Configuring Indirect Checkpoints on MS SQL Server... 9 Testing Methodology OLTP Benchmarking Tool Storage Efficiency in MS SQL Server Database Environments Database Duplication Illustrative Example of Deduplication Benefits A Note on Compression Provisioning Microsoft SQL Database Copies from XtremIO Snapshots Advantages of XtremIO Snapshots Performance Profile of a Single X-Brick Array Running the OLTP Tool on the Primary Database Running the OLTP Tool on Clones of the Primary DB Running the OLTP Tool on a Clone Created via XtremIO's Snapshot Running the OLTP Tool on the Primary Database and a Clone (Created via XtremIO Native Snapshots) Conclusion References and Additional Information

4 Executive Summary This reference architecture examines the Microsoft SQL Server OLTP (Online Transaction Processing) workload benefits when using the XtremIO All Flash Storage Array. The storage efficiency of the XtremIO array and the performance results from testing with an industry standard modern OLTP benchmark are also discussed in this reference architecture. Storage efficiency and OLTP performance are two of the most important factors to be considered when evaluating SQL Server workloads. Databases are widely adopted in the enterprise, as they have become the foundation of all business systems. However, the proliferation of databases has led to some inefficient practices that further contribute to the database sprawl. For example, it is quite common to create multiple copies of a database to be used in production for other applications (such as analytics and reporting). In addition, they can be used to test and develop new versions of applications in order to use the same data. This increases storage sprawl and the associated capital and management costs. Far worse, the agility of the operational workflow is unnecessarily limited. These separate silos and the overheads incurred by brute-force copies usually mean that dev/test and analytics teams neither receive the number of copies they require, nor as frequently as they want them. Finally, many secondary copies are stored on tier-2 or tier-3 storage environments, with sub-par performance that hinders their objectives. The EMC XtremIO All Flash Storage Array, with its powerful always-on Inline Data Reduction and space-efficient in-memory copy services, solves this problem by consolidating databases without any capacity or performance SLA penalties. In addition, it provides the service levels that can be expected from an all-flash platform. XtremIO's Storage Array has the benefit of increasing CPU utilization on the database server platforms, reducing inefficiencies and allowing for fewer servers. Reducing capital expenditure and operating expenses are among the major factors driving enterprises to consolidate their database servers onto EMC XtremIO Storage Arrays. As the XtremIO infrastructure can now be centrally managed as a consolidated infrastructure for all instances, database storage sprawl can be eliminated. Most importantly, database and application administrators gain dramatic agility benefits, with instant on-demand, full-performance copies for real-time analytics, on-demand reporting, and accelerated dev/test capability. This reference architecture demonstrates the underlying performance consistency and the ability to meet all SLAs in mixed production and non-production consolidated environments. 4

5 Audience This reference architecture is intended for storage and database solution architects currently working with (or considering) Microsoft SQL Server with the XtremIO All Flash Storage Array. Enterprise Microsoft database environments looking to improve their OLTP implementations should benefit by reviewing the storage efficiency features and the performance test results. This document will benefit anyone evaluating or pursuing highly efficient Microsoft database solutions that yield maximum IOPS and sub-millisecond latency. 5

6 Introduction EMC XtremIO is an all flash storage array that has been designed from the ground-up to unlock flash's full performance potential and deliver array-based capabilities that leverage the unique characteristics of SSDs, based on flash media. The EMC XtremIO All Flash Storage Array automatically reduces data on the fly as it enters the system. It removes duplicate patterns and then compresses the remaining unique pattern before writing the data block to SSD. This reduces the amount of data written to flash, improving longevity of the media and driving down cost. OLTP applications dominate the enterprise application landscape and are in the critical path of all revenue generating activities. The I/O profiles of such workloads can introduce a lot of stress on the underlying infrastructure (both compute and storage) as it tries to keep up with the IOPS demand and maintain low latency. The purpose of this reference architecture is two-fold. First, it presents results demonstrating how Microsoft SQL Server OLTP workload profiles enjoy substantial storage capacity savings because of the always-on Inline Data Reduction features of the EMC XtremIO Storage Array. These storage efficiencies do not come at the cost of sub-optimal performance. Secondly, this paper documents test results demonstrating substantial performance of OLTP workloads running on multiple Microsoft SQL Server databases hosted on Intel servers and a single EMC XtremIO Storage Array. Background on OLTP Workloads OLTP systems are among the most common data processing systems in today's enterprises. Classical examples of OLTP systems are order entry, retail sales, and financial transaction systems. OLTP workloads are primarily characterized by: Short response time Small transactions With MS SQL Servers, typical I/O patterns for OLTP workloads include transaction queries, transaction log writes and checkpoint activity (to flush memory to disk periodically). Since transactions are synchronous in nature, they have a direct impact on the OLTP workload performing writes to the database. While each transaction is small, it updates several database tables. OLTP workloads are intrinsically parallel and DB systems employ multiple servers to process client transactions. OLTP database systems typically service hundreds or thousands of concurrent users. The OLTP database transactions, performed by these thousands of concurrent users, are translated into tens of thousands of I/O requests to the backend storage subsystem, depending on the nature of these OLTP transactions. The database host CPUs are only efficiently utilized if the storage subsystem is capable of servicing I/O requests with very low latency. 6

7 Reference Architecture Setting Figure 1. Reference Architecture Diagram Hardware The testing for this reference architecture was performed on two industry standard Intel servers (with 2-10 core Intel E GHz CPUs and 320 GB of RAM). Each Intel server was equipped with a single dual ported Emulex LPe Gen5 HBAs which attached via a Brocade Gen5 16GFC SAN to a single X-Brick array. Software The significant configuration settings are detailed below: Microsoft SQL Server (X64) Windows Server 2012 R2 7

8 Database Configuration For this test, two databases were used on each Intel server. The databases' configurations are detailed in Table 1. Table 1. Database Configurations Used on Intel Servers Parameter MS SQL database Data files MS SQL database Log files MS SQL database Temp DB Database size Number of users for the OLTP workload Value 800GB 100GB up to 1 TB 125GB (TempDB + Log) 1.25TB 110 users SQL Server Configuration For all tests documented in this reference architecture, the following configurations were employed on the physical Windows server machine with MS SQL Server: The basic disk type was used when formatting the XtremIO LUNs for use with the Windows server. The NTFS file system allocation unit was configured to be 64K for the SQL database and Transaction Log partitions. From Automatic checkpoints, Target Recovery Time was modified to 15 seconds for all DBs used in performance benchmarks. This configuration change enables indirect checkpoints and establishes 15 seconds as an upper-bound recovery time for the pertinent DBs. The indirect checkpoint configuration is discussed in the next section. All other SQL Server configuration settings remained with their default values. For instance, the SQL Server recovery model of TempDB was set to SIMPLE. 8

9 Configuring Indirect Checkpoints on MS SQL Server While both the traditional MS SQL checkpoint configuration and indirect checkpoint configuration were evaluated during the validation testing of this reference architecture, the performance numbers that are presented in this document are only with the indirect checkpoints configured. Indirect checkpoints are in effect when the Target Recovery Time configuration parameter is set to a value greater than zero. This setting allows the SQL Server to calculate and internally set a threshold (or a "target") for the number of dirty buffers to keep in the buffer cache after which the dirty buffers are flushed to disk. This ensures that at any given point-in-time there is not more than "target" dirty buffers in the Buffer Pool. Traditionally, the MS SQL Server checkpoint process scans the buffer cache periodically and writes any dirty pages for a particular database to disk. In our case, it was written to the SSDs on the EMC XtremIO All Flash Storage Array. It was observed during testing that the flushing of dirty buffers to disk results in I/O spikes at the time of checkpoint. This is illustrated in Figure 2 and Figure 3, where the dark shaded spikes represent the writes. Figure 2. IOPS Observed when Running the OLTP Tool with Traditional Checkpoints While testing with the OLTP tool, it was observed that when indirect checkpoints were configured, the I/O spikes occurring at checkpoints were smoothened out. This is illustrated in Figure 3. Figure 3. IOPS Observed when Running the OLTP Tool with Indirect Checkpoints A detailed discussion about the pros and cons of using traditional checkpoints versus indirect checkpoints is beyond the scope of this whitepaper. While indirect checkpoints yielded better results during test runs with the OLTP tool, its usage should be carefully considered before being adopted in production environments. 9

10 Testing Methodology This reference architecture aims to demonstrate two important qualities of the EMC XtremIO All Flash Storage Array: 1. The space efficiency realized when multiple copies are created from a single source database. This is a common use case in MS SQL Server environments. 2. The consistent performance that can be realized when OLTP workloads are run on a single MS SQL database or its copy or a combination thereof. The testing methodology comprised of a series of tests on the primary MS SQL 2014 database or a copy of the primary database. From a performance perspective, the primary objective of this reference architecture was to characterize the performance of OLTP workloads when running on the EMC XtremIO All Flash Storage Array. A secondary objective was to verify that the performance of an SQL Server database remained constant regardless of the method used to deploy it. The testing used an industry standard benchmark OLTP tool to generate I/O through the database. A performance baseline was established by running the OLTP tool against the primary or MS SQL database. Since subsequent tests comprised of running the OLTP tool on copies of this MS SQL database, the MS SQL database used has been labeled the primary DB. Performance was also characterized on copies of the primary DB. These copies were created by three methods: 1. Using MS SQL 2014 to first backup the primary database and subsequently restore a copy of the primary DB. 2. Detaching the primary MS SQL 2014 database on the source server, copying the database files over to the destination server and then attaching the database at the destination servers. 3. Using XtremIO snapshots to create a copy of the original LUN. Once the baseline performance characteristics were established by using the primary datasets, subsequent tests were run on copies of the primary databases created via one of the three methods described above. These tests help simulate the consolidation of MS SQL workloads on the XtremIO Storage Array. To summarize, there were four different tests conducted to characterize the performance of MS SQL Server OLTP workloads on XtremIO: 1. Running the OLTP tool against the primary copy of the MS SQL 2014 database. 2. Running the OLTP tool against a copy of the primary DB. The copy of the primary database is created by first detaching the primary database, copying the database files and then reattaching the database. The database is renamed prior to reattaching. 10

11 3. Running the OLTP tool against a copy of the primary DB created from snapshot(s) of the LUN(s) on which the primary DB resides. 4. Running the OLTP tool against the primary DB as well as its copy created by the "detach-attach" method and a copy of the primary DB created from snapshot(s) of the LUN(s) on which the primary DB resides. OLTP Benchmarking Tool An industry standard modern OLTP benchmarking testing tool that uses SQL in a Microsoft SQL Server 2014 database to model a brokerage house was used for performance characterization. The database tables keep information about the customers, brokers, and market. The transactions simulate a workload where either the customers initiate transactions or the market sends ticker feeds or trade results to the brokerage house. The brokerage house responds to the customers, checks the orders to decide whether to submit them or not, submits the related brokerage requests (brokerage initiated transactions), and analyzes or updates the database. The OLTP database has many tables, some of which are of a fixed size while others are either scaling tables or growing tables. The OLTP tool executes a specific number of transactions against this database. The majority of the transactions are read-only while the remaining transactions are update-heavy. The test criteria used for this reference architecture were: All database access latencies (read, write, transaction log) remain below one millisecond. The CPU utilization on the SQL Server remain below 70%. 11

12 Storage Efficiency in MS SQL Server Database Environments An MS SQL Server database is made up of one or more data files and one or more log files. The objects that make up the database such as the data, tables, indexes and stored procedures are all stored in the data files. Every database has one primary data file and multiple secondary data files. The transactions belonging to the database are first logged to the transaction log before being written to the data files. All database files are grouped into a logical unit known as a filegroup. Filegroups enable the separation between logical object placement and physical database files. When database objects such as tables are created, the database administrator specifies in what filegroup they should be placed without worrying about the underlying data files configuration. When these database objects are added to a filegroup, the MS SQL database initializes every data block with a unique header and tail structure that is universally unique to the database. To that end there are no duplicate blocks in a single MS SQL database. Note that deduplication benefits not only occur from the data that comprises a database. Typical database environments include production OLTP servers, multiple reporting servers, staging servers, servers for test and development, etc. In such environments, there is a need to create multiple copies of the same database. Microsoft offers guidelines and procedures on how to create these copies. Refer to references 34 and 4 in the References and Additional Information section on page 28. These copies of the same database enjoy maximum deduplication. As such, great storage efficiencies can be realized without the need to sacrifice performance when the underlying storage array is XtremIO. Database Duplication The main motivation behind cloning MS SQL databases is the need to create a separate database that contains all of the data contained in the source database. These duplicate databases can then be used for a variety of purposes within the enterprise. It is a common practice in enterprise database environments to create multiple copies of the MS SQL database for use in production. There are several reasons for duplicating production databases. Some of the important use cases are: Reporting environments Many reporting tools require read (and sometime write) access to the primary database. QA environments Can be used to test the effect of applications on database performance. Effective integration and performance testing requires recent copies of production data. 12

13 Development environments Developers need access to the production copy of the data for effective unit testing and to develop new features and functionality into applications. Test backup and recovery procedures To be used, for example, when the production database is duplicated from one host to another. The duplicate copy of the database is then used to practice restoring and recovering this database while the production database operates as usual. Environment management The duplicate database can be used to test an upgrade to a new release of the MS SQL 2014 database software. New versions of build scripts can be tested against the production data. Data recovery Data, such as a table that was inadvertently dropped from the production database, can be exported and then imported back into the production database. Training environments Many of applications request a training version, which can be used for integration testing. Broadly speaking, there are three different mechanisms for duplicating (or cloning) the production database. 1. Using native MS SQL Server backup and restore tools to clone the primary database: Restoring the database from backup automatically creates all of the database files. 2. Detaching the data and transaction logs of the primary database, copying these database files and finally reattaching these copies to the same or another instance of the SQL Server: This method of creating a copy of the database is typically employed when you want to change the primary database to a different instance of SQL Server on the same computer or to move the database. 3. Using the volume snapshot feature of the XtremIO Storage Array to create a pointin-time copy of the volume(lun) or group of volumes(luns) on which the production database is stored. 13

14 Note: Native SQL Server backup techniques create SQL database backups using tools and utilities native to Microsoft SQL Server. The native database backup tool was used to perform a full database backup of the primary database. The native tools that are used to perform the full backup are able to skip some datafile blocks that do not currently contain data, reducing the size of the backup file(s). Consequently, the backup data pattern on disk will differ from the original database pattern and does not deduplicate. Finally, while it is possible to compress the resulting data files using the native backup tools, this is no longer necessary if the backup files are stored on the XtremIO array. The XtremIO array compresses the data before storing it on the SSD drives. All options have their own advantages and customers have a choice in using the approach that is most appropriate for their infrastructure. The following section (Illustrative Example of Deduplication Benefits) demonstrates the savings that can be expected when using the MS SQL native backup copy approach to deploying clones of the SQL Server databases. The benefits of using the XtremIO snapshot-based approach are discussed in Advantages of XtremIO Snapshots on page

15 Illustrative Example of Deduplication Benefits The following figures demonstrate the capacity savings that arise from having multiple copies of the same database on an XtremIO array. In the example below, two databases are initially created on the XtremIO array. These are the "primary" databases. The workflow then illustrates the deduplication ratio that is achieved after restoring the primary databases using the native MS SQL backup and restore utilities. The figure below shows the logical and physical capacity consumed when one 1.25TB OLTP database has been provisioned on a single X-Brick cluster. This constitutes the primary copy of the "production" databases. Note the deduplication ratio of 1:1. 15

16 In the next method the MS SQL 2014 native restore utilities were used to restore a copy of the primary database from backup. The restored copy existed on a different server. Because the original database and the copy both reside on the XtremIO array, the deduplication ratio now increases to 1.9:1. 16

17 Finally, a third method of creating a copy of the primary database is employed. The primary database is detached and Windows utilities are used to copy the data and transaction log files. The primary database and the copy are then attached and brought online. Since there are now three copies of the primary database, the original, the backup copy and finally the clone created via "detach-copy-attach", the deduplication ratio is now 2.8:1. It would not be uncommon to observe a 3:1 deduplication ratio in actual customer environments. A Note on Compression XtremIO automatically compresses data after all duplicate data has been removed. This ensures that the compression operation is only performed on unique data blocks. Just as in deduplication, data compression is performed in real time and not as a post processing operation. The nature of the data set determines the overall compressibility rate. The compression ratio observed with the OLTP database used in the tests for this reference architecture is 1.5:1. XtremIO's data deduplication and data compression complement each other. Data deduplication reduces physical data, by eliminating redundant data blocks. Data compression further reduces the data footprint, by eliminating data redundancy within the binary level of each data block. 17

18 Provisioning Microsoft SQL Database Copies from XtremIO Snapshots Deploying MS SQL 2014 databases using XtremIO point-in-time snapshots is extremely fast and efficient. All meta-data operations happen in memory and consume no capacity. The figure below depicts the XtremIO dashboard after an additional clone of the primary database is brought online by mounting a point-in-time copy of the database onto a different server. The snapshot of the primary database is actually taken while the database is up and performing transactions. There is no material change in the deduplication ratio since the snapshot volumes are all based on pointers to the original blocks of data. Snapshot volumes are not a type of duplicated blocks as would be performed by a copy tool such as an SQL Server Restore operation. Nonetheless, the space savings are real since the snapshot represents the capacity that does not have to be provisioned. This is illustrated in the dashboard by noting that the provisioned volume capacity increased to 21TB. 18

19 Advantages of XtremIO Snapshots There are many reasons for using the XtremIO array-based snapshot features for creating a copy of the production database. Typically, cloning databases using native MS SQL Server backup tools can be time consuming. On the other hand, a point-in-time copy of the database is created much faster, typically within a few seconds, by using snapshots rather than the complete physical copy. The capacity required to store the copy or copies of the production database can be expensive. Maximizing the return on hardware is an important business concern today. XtremIO's unique architecture ensures that creating a point-in-time copy takes up no space on the array. Different groups have different requirements. In most enterprise environments, development, QA and reporting teams may have different needs requiring different environments. If multiple projects run concurrently there will be a need for even more environments. 19

20 Performance Profile of a Single X-Brick Array The results from running the suite of tests are presented below. The I/O profiles of typical OLTP systems are dynamic in nature and are heavily dominated by reads. Conventionally a 70:30 read/write ratio is assumed for OLTP workloads. However, in practice, the reads may be anywhere from 90% to 70% of the I/O mix. The industry standard modern OLTP workload is typically very memory and CPU intensive. In general, the OLTP transactions for this workload produce read/write ratios that vary between 80:20 and 85:15. Running the OLTP Tool on the Primary Database A baseline test is run with the primary copy of the database. The baseline establishes the optimal IOPS that can be achieved when running the industry standard modern OLTP workload while maintaining an average latency of below one. Two databases on two different SQL Servers were used to establish the baseline IOPS number The performance results during the duration of the industry standard modern OLTP benchmark test are shown in Figure 4, Figure 5 and Figure 6. Figure 4.IOPS Observed when Running the OLTP Tool on the Primary Database Figure 5. Observed Latencies (Read and Write) 20

21 Figure 6. Throughput Observed when Running the OLTP tool on the Primary Database OLTP Number of Users % Update OLTP Profile IOPS Average Latency Average Array CPU Utilization Read Ratio Average I/O Block Size KB These results demonstrate that a single X-Brick operates within a range of 115K to 118K IOPS at sub-millisecond latencies. While the write latency was observed to be between 1.3ms and 1.5ms, the read latency was extremely low at around 0.75ms. Since this specific OLTP workload is a read heavy workload, the average latency is below one millisecond. Note: A single X-Brick is capable of supporting between 115K IOPS and 118K IOPS, while maintaining consistent sub-millisecond latency. It is important to note that considerably higher IOPS are possible, but that would lead to higher latencies. While higher latencies could be acceptable for certain applications, XtremIO is a high performance all flash array and this reference architecture strives to present numbers at sub-millisecond latencies. It should also be noted that the XtremIO storage system is designed to scale out in order to meet future performance and capacity needs. The XtremIO architecture allows performance and capacity to be increased by simply adding building blocks (X- Bricks). 21

22 Running the OLTP Tool on Clones of the Primary DB Figure 7, Figure 8 and Figure 9 illustrate the performance observed when running the industry standard OLTP benchmarking tool on clones of the primary database. These clones or copies of the primary database are created by the "detach-attach" method which is explained in detail in the Microsoft Technet document entitled "Database Detach and Attach". Refer to reference 5 in the References and Additional Information section on page 28. Figure 7. IOPS Observed when Running the OLTP Tool on Clones Figure 8. Throughput Observed when Running the OLTP Tool on Clones Figure 9. Observed Latencies (Read and Write) OLTP Number of Users % Update OLTP Profile IOPS Average Latency Average Array CPU Utilization Read Ratio Average I/O Block Size KB 22

23 The performance of the cloned databases is consistent with that observed when testing on just the primary DB. This is an expected result. However, it is displayed here to prove the concept that the copied database is, in essence, an instantaneous replica of the primary database with all the data contained and with immediate availability at the necessary service levels. It also serves to emphasize the point prevalent in this reference architecture that XtremIO Storage Array's deduplication capability ensures that no additional capacity is consumed with the cloned copy of the DB. Running the OLTP Tool on a Clone Created via XtremIO's Snapshot In the set of results below, XtremIO's snapshot technology was used to create clones of the primary databases. The OLTP tool was used to run the industry standard OLTP benchmark workload on these clones created via snapshots. The results are documented in Figure 10, Figure 11 and Figure 12. Figure 10. IOPS Observed when Running the OLTP Tool on Snapshot Based Clones Figure 11. Throughput Observed when Running the OLTP Tool on Snapshot Based Clones Figure 12. Observed Latencies (Read and Write) 23

24 OLTP Number of Users % Update OLTP Profile IOPS Average Latency Average Array CPU Utilization Read Ratio Average I/O Block Size KB Again, the performance of the database created from a snapshot is consistent with that observed when testing on just the primary database. In addition, the natural progression of this test sequence shows that this is the third copy of the primary database. XtremIO's space efficient snapshot technology ensures that no additional physical capacity is consumed on the storage array. Running the OLTP Tool on the Primary Database and a Clone (Created via XtremIO Native Snapshots) In the set of results below, the OLTP tool was used to run the industry standard OLTP benchmark workload on both the primary database, as well as a clone of the primary database that was created via XtremIO's snapshot technology. The results are documented in Figure 13, Figure 14 and Figure 15. Figure 13. IOPS Observed when Running the OLTP Tool on Consolidated Databases Figure 14 Throughput Observed when Running the OLTP Tool on Consolidated Databases 24

25 Figure 15. Observed Latencies (Read and Write) OLTP Number of Users % Update OLTP Profile IOPS Average Latency Average Array CPU Utilization Read Ratio Average I/O Block Size KB The table above shows the performance results seen during this test. As expected, the performance is consistent with that observed with just the primary database. The figures and tables in the preceding sections show that for a typical OLTP workload that resembles an industry standard modern OLTP benchmark (with approximately 15% writes), a single X-Brick is capable of supporting between 115K IOPS and 118K IOPS, while maintaining consistent sub-millisecond latency. Although the storage CPU utilization is well under 70% at the IOPS levels shown, the test did not attempt to continue increasing the load due to the testing criteria of keeping latency at submillisecond level. 25

26 Conclusion The EMC XtremIO Storage Array is a high performing yet cost effective platform for Microsoft SQL Server 2014 solutions, which is well suited to meet the most demanding OLTP workloads. It uniquely demonstrates the consistent IOPS and low latency performance for production, non-production and consolidated combinations of the database copies. The performance remains consistent regardless of whether the copies are made via SQL Server native tools to restore backup copies or via XtremIO's space-efficient snapshots. Therefore, it is easy to have multiple copies of a database being serviced by several database servers and application servers and maintain all service levels demanded from the storage system when operating within the scale-out performance window of the XtremIO Storage Array. There is no capacity penalty for such copies, and therefore database administrators can create as many copies as desired and as frequently as needed. Figure 16 summarizes the performance profile for XtremIO clusters of different sizes when executing the industry standard OLTP benchmark workload. A single X-Brick cluster can deliver 116K IOPS. The performance will then scale such that a dual X- Brick cluster delivers exactly twice as much or 232K IOPS. A four X-brick cluster delivers 464K IOPS and a six X-brick cluster delivers 696K IOPS (four times and six times the IOPS of a single X-Brick cluster, respectively). These IOPS can be expected to be delivered at sub-millisecond latencies Expected Maximum IOPS for a Industry Standard OLTP Benchmark Workload (MS SQL Server 2014) Single X- Brick Array Dual X- Brick Array Quad X- Brick Array Six X- Brick Array Maximum IOPS Figure 16 Expected Maximum IOPS on EMC XtremIO Arrays at Sub-Millisecond Latencies 26

27 This unique combination of scale-out consistent performance, aligned with XtremIO's data reduction and copy services, finally enables database consolidation across production and non-production instances on centralized shared storage. This is achieved without risking performance service levels, while dramatically improving workflow agility and lowering infrastructure and licensing costs. The XtremIO All Flash Storage Array is well suited for running OLTP workloads. Furthermore, consolidating copies of production OLTP databases offers the benefits of an all-flash array to different use cases, while lowering the total cost of ownership. XtremIO's All Flash Storage Array has the capacity to meet the demanding and disparate needs of these varied database workloads encountered in the typical enterprise environment. 27

28 References and Additional Information This section contains a list of support documents. 1. Overview of TPC Benchmark E: The next generation of OLTP Benchmarks (IBM white paper) 2. Online Transaction Processing (OLTP) a Technical Reference Guide for Designing Mission Critical OLTP Solutions (Microsoft Technet publication) 3. Copy Databases (Microsoft TechNet) 4. Copy Databases with Backup and Restore (Microsoft TechNet) 5. Database Detach and Attach (Microsoft TechNet) 6. SQL Server Database Checkpoints (Microsoft TechNet documentation) 7. Introduction to the EMC XtremIO All Flash Storage Array (EMC white paper) 8. Introduction to XtremIO Snapshots (EMC white paper) For Case Studies, Solution Guides, Demos, and other Reference architectures, go to 28

Microsoft SQL Server Native High Availability with XtremIO

Microsoft SQL Server Native High Availability with XtremIO Microsoft SQL Server Native High Availability with XtremIO Extending Microsoft SQL Server Functionality with the EMC XtremIO Storage Array ABSTRACT This whitepaper examines the storage efficiency and performance

More information

ACCELERATING SQL SERVER WITH XTREMIO

ACCELERATING SQL SERVER WITH XTREMIO 1 ACCELERATING SQL SERVER WITH XTREMIO WANDA HE PRINCIPAL SOLUTIONS ARCHITECT EMC XTREMIO KAREN WALLACE DIR. OF ARCHITECTURE CONNECTIONS EDUCATION GORDON LAQUE INFRASTRUCTURE ARCHITECT/DATABASE MANAGER

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

EMC XTREMIO EXECUTIVE OVERVIEW

EMC XTREMIO EXECUTIVE OVERVIEW EMC XTREMIO EXECUTIVE OVERVIEW COMPANY BACKGROUND XtremIO develops enterprise data storage systems based completely on random access media such as flash solid-state drives (SSDs). By leveraging the underlying

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

FLASH 15 MINUTE GUIDE DELIVER MORE VALUE AT LOWER COST WITH XTREMIO ALL- FLASH ARRAY Unparal eled performance with in- line data services al the time

FLASH 15 MINUTE GUIDE DELIVER MORE VALUE AT LOWER COST WITH XTREMIO ALL- FLASH ARRAY Unparal eled performance with in- line data services al the time FLASH 15 MINUTE GUIDE DELIVER MORE VALUE AT LOWER COST WITH XTREMIO ALL- FLASH ARRAY Unparalleled performance with in- line data services all the time OVERVIEW Opportunities to truly innovate are rare.

More information

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT

EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Reference Architecture EMC PERFORMANCE OPTIMIZATION FOR MICROSOFT FAST SEARCH SERVER 2010 FOR SHAREPOINT Optimize scalability and performance of FAST Search Server 2010 for SharePoint Validate virtualization

More information

Best Practices for Running SQL Server on EMC XtremIO

Best Practices for Running SQL Server on EMC XtremIO Best Practices for Running SQL Server on EMC XtremIO ABSTRACT This White Paper explains the general characteristics of running SQL Server on EMC s XtremIO enterprise all-flash storage array. It reveals

More information

ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 3.0

ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 3.0 ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 3.0 Consolidation Oracle Production/Dev/Test workloads in physical and virtual environments Performance Consistent low-latency

More information

EMC XTREMIO AND MICROSOFT EXCHANGE DATABASES

EMC XTREMIO AND MICROSOFT EXCHANGE DATABASES EMC XTREMIO AND MICROSOFT EXCHANGE DATABASES Preliminary findings: Efficiency of various production samples Market overview and adoption of all-flash arrays Techniques for estimating efficiency EMC Solutions

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

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

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

The Advantages of Flash Storage

The Advantages of Flash Storage FIVE REASONS YOU SHOULD BE THINKING FLASH Table of Contents INTRO: WHY FLASH? REASON 1: FLASH CAN HANDLE IT REASON 2: FLEXIBLE AND SCALABLE REASON 3: HIGH PERFORMANCE, LOW LATENCY REASON 4: LONG-TERM

More information

EMC SOLUTION FOR SPLUNK

EMC SOLUTION FOR SPLUNK EMC SOLUTION FOR SPLUNK Splunk validation using all-flash EMC XtremIO and EMC Isilon scale-out NAS ABSTRACT This white paper provides details on the validation of functionality and performance of Splunk

More information

EMC - XtremIO. All-Flash Array evolution - Much more than high speed. Systems Engineer Team Lead EMC SouthCone. Carlos Marconi.

EMC - XtremIO. All-Flash Array evolution - Much more than high speed. Systems Engineer Team Lead EMC SouthCone. Carlos Marconi. EMC - XtremIO All-Flash Array evolution - Much more than high speed Carlos Marconi Systems Engineer Team Lead EMC SouthCone August 2015 Evolution of High End Systems and Storage Centralized Single servers

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

SQL Server Virtualization

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

More information

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

OPTIMIZING MICROSOFT EXCHANGE AND SHAREPOINT WITH EMC XTREMIO

OPTIMIZING MICROSOFT EXCHANGE AND SHAREPOINT WITH EMC XTREMIO White Paper OPTIMIZING MICROSOFT EXCHANGE AND SHAREPOINT WITH EMC XTREMIO EMC XtremIO 4.0, Microsoft Exchange Server 2013, Microsoft SharePoint Server 2013 All-flash array with optimized performance Constant

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

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

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

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief

HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Technical white paper HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Scale-up your Microsoft SQL Server environment to new heights Table of contents Executive summary... 2 Introduction...

More information

FLASH IMPLICATIONS IN ENTERPRISE STORAGE ARRAY DESIGNS

FLASH IMPLICATIONS IN ENTERPRISE STORAGE ARRAY DESIGNS FLASH IMPLICATIONS IN ENTERPRISE STORAGE ARRAY DESIGNS ABSTRACT This white paper examines some common practices in enterprise storage array design and their resulting trade-offs and limitations. The goal

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

How To Get The Most Out Of An Ecm Xtremio Flash Array

How To Get The Most Out Of An Ecm Xtremio Flash Array Conseils Intégration systèmes Gestion infrastructure 1/29 EMC Next Generation Flash Strategy #1 All-Flash Array In The Market: XtremIO Changes the Game Conseils Intégration systèmes Gestion infrastructure

More information

ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 4.0

ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 4.0 ORACLE 11g AND 12c DATABASE CONSOLIDATION AND WORKLOAD SCALABILITY WITH EMC XTREMIO 4.0 Consolidation Oracle Production/Test/Dev/Reporting workloads in physical and virtual environments Simplicity Easy

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

REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH

REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH REDUCING DATABASE TOTAL COST OF OWNERSHIP WITH FLASH MICHAEL GUTHRIE SYSTEMS ENGINEER EMC CORPORATION 1 SO YOU VE HEARD ABOUT XTREMIO INCREDIBLE PERFORMANCE WITH FLASH OPTIMIZED DATA SERVICES INLINE DATA

More information

Nimble Storage for VMware View VDI

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

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

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

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

FLASH ARRAY MARKET TRENDS

FLASH ARRAY MARKET TRENDS 1 FLASH ARRAY MARKET TRENDS EHUD ROKACH, CO-FOUNDER, XTREMIO DAVID FLOYER, CTO & CO-FOUNDER, WIKIBON 2 >$1B ANNUALIZED Q4 RUN RATE Achieved in One Year Copyright 2015 2014 EMC Corporation. All rights reserved.

More information

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team

Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture. Dell Compellent Product Specialist Team Dell Compellent Storage Center SAN & VMware View 1,000 Desktop Reference Architecture Dell Compellent Product Specialist Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

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

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX

MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX White Paper MICROSOFT HYPER-V SCALABILITY WITH EMC SYMMETRIX VMAX Abstract This white paper highlights EMC s Hyper-V scalability test in which one of the largest Hyper-V environments in the world was created.

More information

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS

EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS EMC AVAMAR INTEGRATION WITH EMC DATA DOMAIN SYSTEMS A Detailed Review ABSTRACT This white paper highlights integration features implemented in EMC Avamar with EMC Data Domain deduplication storage systems

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

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

EMC VNX2 Deduplication and Compression

EMC VNX2 Deduplication and Compression White Paper VNX5200, VNX5400, VNX5600, VNX5800, VNX7600, & VNX8000 Maximizing effective capacity utilization Abstract This white paper discusses the capacity optimization technologies delivered in the

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

Kaminario K2 All-Flash Array

Kaminario K2 All-Flash Array Kaminario K2 All-Flash Array The Kaminario K2 all-flash storage array delivers predictable performance, cost, scale, resiliency and simplicity so organizations can handle ever-changing and unforeseen business

More information

Understanding EMC Avamar with EMC Data Protection Advisor

Understanding EMC Avamar with EMC Data Protection Advisor Understanding EMC Avamar with EMC Data Protection Advisor Applied Technology Abstract EMC Data Protection Advisor provides a comprehensive set of features to reduce the complexity of managing data protection

More information

Evaluation of Enterprise Data Protection using SEP Software

Evaluation of Enterprise Data Protection using SEP Software Test Validation Test Validation - SEP sesam Enterprise Backup Software Evaluation of Enterprise Data Protection using SEP Software Author:... Enabling you to make the best technology decisions Backup &

More information

Deploying Flash in the Enterprise Choices to Optimize Performance and Cost

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

More information

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com EMC Backup and Recovery for SAP with IBM DB2 on IBM AIX Enabled by EMC Symmetrix DMX-4, EMC CLARiiON CX3, EMC Replication Manager, IBM Tivoli Storage Manager, and EMC NetWorker Reference Architecture EMC

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

June 2009. Blade.org 2009 ALL RIGHTS RESERVED

June 2009. Blade.org 2009 ALL RIGHTS RESERVED Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS

More information

BEST PRACTICES GUIDE: VMware on Nimble Storage

BEST PRACTICES GUIDE: VMware on Nimble Storage BEST PRACTICES GUIDE: VMware on Nimble Storage Summary Nimble Storage iscsi arrays provide a complete application-aware data storage solution that includes primary storage, intelligent caching, instant

More information

ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT

ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT ASKING THESE 20 SIMPLE QUESTIONS ABOUT ALL-FLASH ARRAYS CAN IMPACT THE SUCCESS OF YOUR DATA CENTER ROLL-OUT 1 PURPOSE BUILT FLASH SPECIFIC DESIGN: Does the product leverage an advanced and cost effective

More information

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, VMware vcenter Converter A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper

More information

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information

Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector

Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector Protect SQL Server 2012 AlwaysOn Availability Group with Hitachi Application Protector Tech Note Nathan Tran The purpose of this tech note is to show how organizations can use Hitachi Applications Protector

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

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by EMC NetWorker Module for Microsoft SQL Server Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the

More information

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

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

More information

XtremIO Flash Memory, Performance & endurance

XtremIO Flash Memory, Performance & endurance Madis Pärn Senior System Engineer EMC madis.parn@emc.com 1 History February 2000? What Intel CPU was in use? First 15K HDD 32-bit, 1C (4C/server), 1GHz, 4GB RAM What about today? 64-bit, 15C (120C/server),

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc.

EMC FLASH STRATEGY. Flash Everywhere - XtremIO. Massimo Marchetti. Channel Business Units Specialty Sales EMC massimo.marchetti@emc. EMC FLASH STRATEGY Flash Everywhere - XtremIO Massimo Marchetti Channel Business Units Specialty Sales EMC massimo.marchetti@emc.com Performance = Moore s Law, Or Does It? MOORE S LAW: 100X PER DECADE

More information

MICROSOFT SHAREPOINT SERVER: BEST PRACTICES AND DESIGN GUIDELINES FOR EMC STORAGE

MICROSOFT SHAREPOINT SERVER: BEST PRACTICES AND DESIGN GUIDELINES FOR EMC STORAGE White Paper MICROSOFT SHAREPOINT SERVER: BEST PRACTICES AND DESIGN GUIDELINES FOR EMC STORAGE EMC VNX Family, EMC Symmetrix VMAX Systems, and EMC Xtrem Server Products Design and sizing best practices

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

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

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

More information

EMC EXTREME PERFORMANCE AND EFFICIENCY FOR MICROSOFT SQL SERVER

EMC EXTREME PERFORMANCE AND EFFICIENCY FOR MICROSOFT SQL SERVER White Paper EMC EXTREME PERFORMANCE AND EFFICIENCY FOR MICROSOFT SQL SERVER Optimize very high throughput for OLTP SQL Server workloads Virtualize and consolidate database instances Create multiple snapshot

More information

EMC BACKUP-AS-A-SERVICE

EMC BACKUP-AS-A-SERVICE Reference Architecture EMC BACKUP-AS-A-SERVICE EMC AVAMAR, EMC DATA PROTECTION ADVISOR, AND EMC HOMEBASE Deliver backup services for cloud and traditional hosted environments Reduce storage space and increase

More information

SOLUTION BRIEF. Resolving the VDI Storage Challenge

SOLUTION BRIEF. Resolving the VDI Storage Challenge CLOUDBYTE ELASTISTOR QOS GUARANTEE MEETS USER REQUIREMENTS WHILE REDUCING TCO The use of VDI (Virtual Desktop Infrastructure) enables enterprises to become more agile and flexible, in tune with the needs

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

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

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

Cost-Effective Storage Solutions for VMware View 4.5 Enabled by EMC Unified Storage

Cost-Effective Storage Solutions for VMware View 4.5 Enabled by EMC Unified Storage Cost-Effective Storage Solutions for VMware View 4.5 Enabled by EMC Unified Storage EMC Information Infrastructure Solutions Abstract Virtual desktop infrastructures introduce a new way for IT organizations

More information

EMC XTREMIO WORKLOAD CONSOLIDATION AND COPY MANAGEMENT FOR MICROSOFT SQL SERVER

EMC XTREMIO WORKLOAD CONSOLIDATION AND COPY MANAGEMENT FOR MICROSOFT SQL SERVER EMC XTREMIO WORKLOAD CONSOLIDATION AND COPY MANAGEMENT FOR MICROSOFT SQL SERVER Virtualize and consolidate OLTP and OLAP instances with consistent performance Reduce SQL Server storage footprint with XtremIO

More information

DEPLOYING VIRTUALIZED MICROSOFT DYNAMICS AX 2012 R2

DEPLOYING VIRTUALIZED MICROSOFT DYNAMICS AX 2012 R2 DEPLOYING VIRTUALIZED MICROSOFT DYNAMICS AX 2012 R2 EMC Solutions Abstract This document describes the reference architecture of a virtualized Microsoft Dynamics AX 2012 R2 implementation that is enabled

More information

ENABLING SDDC WITH XTREMIO & BROCADE

ENABLING SDDC WITH XTREMIO & BROCADE ENABLING SDDC WITH XTREMIO & BROCADE MICHAEL COONEY PR. SOLUTIONS ARCHITECT, EMC XTREMIO MARCUS THORDAL DIRECTOR, SOLUTION CENTER OCTOBER 2015 1 EMC XTREMIO: LEADING BY ALL MEASURES #1 >34% market share

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

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

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

Nimble Storage VDI Solution for VMware Horizon (with View)

Nimble Storage VDI Solution for VMware Horizon (with View) BEST PRACTICES GUIDE Nimble Storage VDI Solution for VMware Horizon (with View) B E S T P R A C T I C E S G U I D E : N I M B L E S T O R A G E V D I F O R V M W A R E H O R I Z O N ( w i t h V I E W )

More information

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi

EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Celerra Unified Storage Platforms Using iscsi EMC Business Continuity for Microsoft SQL Server Enabled by SQL DB Mirroring Applied Technology Abstract Microsoft SQL Server includes a powerful capability to protect active databases by using either

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

The Effect of Priorities on LUN Management Operations

The Effect of Priorities on LUN Management Operations Abstract This white paper describes the effect of each of the four Priorities (ASAP, High, Medium, and Low) on overall EMC CLARiiON performance in executing. The LUN Management Operations are migrate,

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

XTREMIO S TRANSFORMATIONAL TECHNOLOGY

XTREMIO S TRANSFORMATIONAL TECHNOLOGY 1 XTREMIO S TRANSFORMATIONAL TECHNOLOGY JOSH GOLDSTEIN, VP MARKETING & PRODUCT MANAGEMENT 2 TODAY S TOPIC This session provides an overview of the EMC XtremIO scale-out all-flash array and its design objectives.

More information

ALL-FLASH STORAGE ARRAY. A Hyper-Converged Infrastructure for High I/O Applications and Virtual Desktops

ALL-FLASH STORAGE ARRAY. A Hyper-Converged Infrastructure for High I/O Applications and Virtual Desktops ALL-FLASH STORAGE ARRAY A Hyper-Converged Infrastructure for High I/O Applications and Virtual Desktops VDI through Lumenate Unpredictable workloads and changing demands on storage infrastructures are

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

XenDesktop 7 Database Sizing

XenDesktop 7 Database Sizing XenDesktop 7 Database Sizing Contents Disclaimer... 3 Overview... 3 High Level Considerations... 3 Site Database... 3 Impact of failure... 4 Monitoring Database... 4 Impact of failure... 4 Configuration

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

EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel

EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel EMC Backup and Recovery for Oracle Database 11g Without Hot Backup Mode using DNFS and Automatic Storage Management on Fibre Channel A Detailed Review EMC Information Infrastructure Solutions Abstract

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

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters

Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Brocade and EMC Solution for Microsoft Hyper-V and SharePoint Clusters Highlights a Brocade-EMC solution with EMC CLARiiON, EMC Atmos, Brocade Fibre Channel (FC) switches, Brocade FC HBAs, and Brocade

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

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010

HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 White Paper HIGHLY AVAILABLE MULTI-DATA CENTER WINDOWS SERVER SOLUTIONS USING EMC VPLEX METRO AND SANBOLIC MELIO 2010 Abstract This white paper demonstrates key functionality demonstrated in a lab environment

More information

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator

More information

The Benefits of Virtualizing

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

More information

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology

Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage. Applied Technology Windows Server 2008 Hyper-V Backup and Replication on EMC CLARiiON Storage Applied Technology Abstract This white paper provides an overview of the technologies that are used to perform backup and replication

More information

EMC Business Continuity for Microsoft SQL Server 2008

EMC Business Continuity for Microsoft SQL Server 2008 EMC Business Continuity for Microsoft SQL Server 2008 Enabled by EMC Celerra Fibre Channel, EMC MirrorView, VMware Site Recovery Manager, and VMware vsphere 4 Reference Architecture Copyright 2009, 2010

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