FlashSoft/SanDisk SQL Server Performance Enhancement

Size: px
Start display at page:

Download "FlashSoft/SanDisk SQL Server Performance Enhancement"

Transcription

1 FlashSoft/SanDisk SQL Server Performance Enhancement commissioned by

2 SanDisk manufactures enterprise-grade SSD units, referred to as Enterprise Flash Drives (EFDs) under the Lightning brand name. FlashSoft provides software that intelligently caches data from traditional hard disks to faster solid-state drives (SSDs) installed within a server. The two companies have worked together to develop and test a solution offering that includes both the FlashSoft software and SanDisk EFD devices. The combination of EFDs and FlashSoft SE software can provide substantial performance improvements in disk-intensive server applications. For this analysis, Microsoft SQL Server was considered and tested, although benefits should be similar for products such as Microsoft Exchange Server, Microsoft SharePoint Server, and other disk-intensive services. In tests, the team at Concentrated Technology witnessed consistent performance improvements that enabled existing SQL Server hardware to handle triple the amount of client workload as in a non-enhanced configuration. Performance improvements like these offer the potential for significant business advantages, including increasing the utilization of existing server assets, enabling greater workload consolidation, and enabling scale-up of key enterprise applications. Concentrated Technology believes this kind of improvement may also have use in alleviating performance problems associated with poorly designed databases and badly written code or queries, as well as in any I/O-intensive database application. Contents 2 Executive Overview 3 Technology Backgrounder 4 Performance Analysis 6 Business Analysis 8 Additional Considerations 9 Conclusions 10 Appendix A: FlashSoft/SanDisk OLTP Test Validation 11 Appendix B: efdmark for FlashSoft/SanDisk 2

3 Solid-state drive (SSD) technology has improved enough to permit the creation of enterprise-grade devices, or enterprise flash drives (EFDs). Typically connected to the server via 6Gbps serial-attached SCSI (SAS) or via the server motherboard s PCIe bus, these drives offer incredibly fast transfer times for both read and write operations many times faster than even high-speed, 15,000 RPM rotational disks. EFDs, however, are still significantly more expensive than an equivalent-sized fixed disk. Thus, it is not yet practical to completely replace rotational disks with EFDs. The FlashSoft SE software creates a two-tiered primary storage system. Less-expensive rotational disks are still used for main storage, but that storage is accessed through FlashSoft SE. The software utilizes an EFD-based cache to intelligently cache commonly used data on the faster EFD, as well as writing data from EFD to rotational disks as the usage of that data usage diminishes. The concept of using SSD in this fashion is relatively recent, and to date most implementations have been part of a back-end Storage Area Network (SAN). FlashSoft SE and SanDisk EFDs make this kind of caching capability an add-on for any server, whether or not it uses a SAN that is capable of independent SSD-based enhancement. SSD-based caching as a way to improve disk performance is a hot topic that is gaining wider acceptance in the industry. 3

4 FlashSoft provided performance test results to Concentrated Technology, and then our team performed our own benchmark testing. Both tests used FlashSoft SE software combined with SanDisk EFD hardware and Microsoft SQL Server-based database applications. FlashSoft and SanDisk provided a set of performance test results conducted with their business partners and customers. This test emulated a common online transaction processing (OLTP) order management application, run on Microsoft SQL Server 2008 R2. It reflects a reasonable emulation of production-type traffic, including data for customers, products, order history, and other expected elements, along with query traffic that reflects a common mix of query and insert/update actions. The company also provided its test data and methodology, which Concentrated Technology reviewed. Our team was able to validate both the test and its results (see Appendix A for our validation statement), which indicated an increase of 317% in the number of transactions per minute (TPM) that the database system could sustain. In conjunction with a Concentrated Technology consulting client, our team conducted an independent test of the FlashSoft/SanDisk configuration. The team found the FlashSoft SE software installation to be trivial, and had the enhanced configuration up and running in under an hour (including installation of the EFDs). Our efdmark test is derived from a real-life, production database application utilized by a Concentrated Technology customer. This application is designed to manage real-estate data for a large, distributed real-estate brokerage firm, and the application reflects most commonly used Online Transaction Processing (OLTP) application scenarios. The database consists of some three dozen tables, numerous indexes, and a great many stored procedures, user-defined functions, and other back-end elements of a SQL Server system. More importantly, the database schema design is specifically reflective of a common real-world condition: It is not perfect. For a complete description of the test methodology, as well as the full FlashSoft/SanDisk results, please see Appendix B. Our test revealed a 308% improvement in the client workload capacity of the FlashSoft/ SanDisk-enhanced configuration. 4

5 In the test, the baseline configuration sustained 1,250 client connections with a 3-second Service Level Agreement (SLA); in the FlashSoft/SanDisk-enhanced test, the same server sustained 3,850 client connections while maintaining the SLA (see Appendix B for the complete FlashSoft/SanDisk test results). It should be noted that these results were all achieved using SAS EFD units; our team did not test EFD units attached using the server s internal PCIe bus. 5

6 SQL Server has always been difficult to scale out, meaning it is architecturally challenging to create database applications that run across multiple database servers. The primary approach for accommodating more SQL Server workload is to scale up, using more processors, more memory, and faster storage to deal with the workload. Scaling up obviously has limits, and can become prohibitively expensive. The FlashSoft SE software is licensed at $2,000 for a single standalone server that is using the 150GB Serial-Attached SCSI (SAS) EFDs used in Concentrated Technology s test. SanDisk EFDs of that type have street prices of around $4,000. Our test configuration therefore had a total cost of approximately $10,000, in addition to the cost of the server, software, hard drive storage, and so forth. Our team presented the test results to several Concentrated Technology clients and asked how, and if, those results would impact their server plans. Here are some of their views: The client who participated in our test was considering a move to massive new server hardware: 40 processor cores, 128GB of memory, and so forth. After concluding our test, the client now feels that they could actually remain on their existing hardware, utilizing 8-core processors and 32GB of memory with, in their words, room to spare. Being able to handle literally triple the workload on the same hardware is a massive business benefit, increasing the lifespan and utilization of an existing asset with minimal incremental investment an outlay of approximately $10,000 versus spending $30,000 for a new server. A client in the aerospace industry indicated that it would enable the level of server consolidation they have been seeking to achieve without purchasing a new server. He estimated that they could eliminate or re-purpose as many as two-thirds of their existing SQL Server computers by consolidating onto existing machines that had been EFD-enhanced. He also estimated that his savings would be around $35,000. A large retail client saw the ability to potentially abandon a nascent scale-out project and instead enhance their existing servers to handle workload. Their servers have an extremely unbalanced workday, meaning much of the application s work is done in the evenings, and the servers sit relatively idle during the day. Their scale-out project was only just beginning, but was proving to be architecturally difficult and potentially expensive given the schema changes, client application reprogramming, and other tasks that would have to be completed. They told us: We can probably just forget about that if we can get triple performance out of the existing hardware. They could not estimate a potential savings, but suggested that the scale-out project would have involved at least $30,000 in new hardware and thousands of man-hours in programming time. One of the most significant and frustrating performance problems in the SQL Server world 6

7 is the poorly built application. Whether from a badly designed database schema, poorly maintained indexes, or inexpertly written code and queries, these problems are frustrating because an expert technologist can see the problem but is often powerless to fix it due to the business risk and expense involved. EFD enhancement of existing servers is a way to spend less money and relieve the problem, an uncomfortable truth that from a tactical perspective is often the best short- or medium-term solution for the business. In fact, our independent test reflected exactly this situation. The database schema was overnormalized, entailing the use of unnecessary multi-table joins for some of the most commonly executed queries. Due to business conditions, index maintenance didn t happen frequently enough. Fixing these problems would involve significant re-coding, re-design, and political will within the organization; EFD enhancement relieved the bottleneck without any of those concerns coming into play. 7

8 It should be noted that EFD enhancement, whether from FlashSoft/SanDisk or anyone else, is not a panacea for all SQL Server performance problems. Both in our tests and in the situations of the clients our team spoke with, disk throughput had already been identified as the major performance bottleneck of the applications. EFD enhancement can significantly relieve that bottleneck, but, as in all performance-optimization scenarios, that simply moves the bottleneck to another subsystem. After relieving the disk performance problem, memory or CPU utilization typically became the next bottleneck to solve. However, the point is that EFD enhancement can provide marked performance improvement to the disk subsystem something which has often been challenging and expensive to address. In scenarios where the SQL Server computer is already approaching maximum CPU or memory utilization, EFD enhancement will likely yield minimal improvement, because once the disk performance bottleneck is relieved, you will quickly hit the CPU or memory ceiling. However, even if your ultimate solution is to purchase a new server with more memory and more CPU capacity, the inclusion of EFD enhancement in that server can enable you to go with a much smaller and less-expensive server than you might have otherwise required. Our team has seen instances where disk bottlenecks can be partially overcome by installing more CPU and memory capacity into the server. SQL Server has its own caching mechanisms to help minimize disk access, so more memory and enough processor power to manage it can let SQL Server do a better job of that. EFD enhancement, however, directly alleviates the disk performance bottleneck, enabling your existing hardware to accommodate more workload. Finally, note that the tests conducted for this paper, both by Concentrated Technology and by FlashSoft, were not mere load-test exercises. Such exercises can often fail to completely engage the various disk activities intrinsic in SQL Server, including the use of indexes, fragmented database files, and other overhead. Our independent test in particular ensured that these factors were all in play, making us confident that our 3x performance improvement is a reasonable, practical expectation for similar database applications. Our team especially appreciates the portable nature of EFD enhancement. Memory and processors, for example, can rarely be utilized in an upgrade to a new server. The new server usually requires different memory specifications, and likely can t use older processors (the need for new processors is often the driving decision behind a new server acquisition in the first place). However, your EFD enhancement investment can be moved to the new hardware, providing additional performance from the outset. 8

9 Triple or better performance improvement in SQL Server applications is something that no technologist or decision-maker should ignore. The business benefits are exceedingly clear: Get more workload on your existing hardware with a minimal incremental investment. In most foreseeable situations, EFD enhancement of existing servers should be less expensive than an equivalent scale-up purchase or scale-out project that achieved the same performance gains. Our guidance to clients going forward will be to always consider EFD enhancement of existing compatible hardware as a first scale-up option when disk throughput is the primary bottleneck. Although our tests and client feedback focused only on Microsoft SQL Server performance, our team anticipates similar benefits with products such as Microsoft Exchange Server, SharePoint Server, and other storage-intensive server products. 9

10 FlashSoft provided Concentrated Technology with a database-performance test suite intended to emulate a production Online Transaction Processing (OLTP) application, for the purpose of comparative performance testing. Concentrated Technology has verified the validity of the test suite. It is substantially similar to other well-known, commonly used OLTP benchmark tests, and reflects a reasonable emulation of production-type traffic. The test s database schema represents a common order-processing system including products, customers, order history, and other expected elements. The schema includes the use of primary key constraints. The query traffic used against this schema reflects a common mix of query and insert/update traffic. The test utilized FlashSoft SE software in combination with two SanDisk 3Gb SAS 150GB enterprise flash drives (EFDs). Our team ran the test once on the server without the software or EFDs installed, and then again with the software and EFDs installed. For both tests, the server was a 6-core machine with 6GB of RAM, using GB 3Gb SAS 15,000 RPM drives in a RAID 5 array. We provided two separate disks for the operating system and applications. The server ran Windows Server 2008 R2 and SQL Server The test data set began at 330GB and grew to 450GB in three hours. For the EFD-enhanced test, our team configured FlashSoft SE to use a 139GB read-write cache on the EFDs. When configuring the two EFDs in a fault-tolerant RAID1 set, FlashSoft observed a 390% improvement in performance, achieving 12,985 transactions per minute (TPM) over the server s non-enhanced baseline performance of 3,323 TPM. When configuring the two EFDs in a RAID0 set, FlashSoft observed a 415% improvement in performance, with 13,795 TPM. FlashSoft has provided Concentrated Technology with sufficient evidence for us to validate these test results. Concentrated Technology has also conducted and documented its own independent benchmark tests of FlashSoft SE and SanDisk enterprise flash drives (EFDs), with significantly similar performance improvements. 10

11 June 2011 The database industry is full of benchmark tests, the most well-known of which are produced by the Transaction Performance Council (TPC). Most of these tests are designed to examine comparative performance between database engines, such as Microsoft SQL Server, Oracle, and IBM DB/2. Hardware configuration obviously plays a role in this performance, so certified test results include the processor and memory configuration, as well as the server make and model. However, the disk system often the main performance bottleneck in production database applications is not specifically stressed by many common benchmark tests. The Concentrated Technology efdmark test is designed to reflect absolutely real-world conditions for a production SQL Server application, including targeting of the disk system, memory configuration, CPUs, and so forth. This document describes the makeup of the test. The primary purpose of efdmark is to test the performance difference between a given usage scenario both with and without Enterprise Flash Drives (EFD, using Solid-State Drive, or SSD, technology) and compatible flash drive management/caching software. This paper describes the test results from running Concentrated Technology s efdmark performance benchmark using FlashSoft for Windows Server and SanDisk LB 150S enterprise flash drives. This test was conducted in June 2011, using the then-current versions of the software and hardware. In this test, the FlashSoft/SanDisk combination resulted in more than triple the performance of the non-enhanced baseline test. 11

12 The efdmark test is derived from a real-life, production database application utilized by a Concentrated Technology customer. This application is designed to manage real-estate data for a large, distributed real-estate brokerage firm, and the application reflects most commonly used Online Transaction Processing (OLTP) application scenarios. The database consists of some three dozen tables, numerous indexes, and a great many stored procedures, user-defined functions, and other back-end elements of a SQL Server system. More importantly, the database schema design is specifically reflective of a common real-world condition: It is not perfect. In particular: In some areas, the schema is over-normalized, impacting performance by requiring an unusually high number of table joins for some commonly performed queries. The database s data pages are approximately 10% fragmented, again reflecting a real-world database that has been in use for some time but which receives regular maintenance. Indexes are also somewhat fragmented. All indexes were built with a 50% fill factor, allowing for growth while minimizing page splits but also increasing the I/O load on the server for index reads. When the test is conducted, index fragmentation is at approximately 5%, meaning that some index pages are beginning to fill and that page splits a disk-intensive operation are beginning to occur. Usage patterns provide about 62% query (read) traffic, and 38% commit (write) traffic. The test database begins at 460GB in size, and grows to 610GB over the course of the test. Client traffic is duplicated by playing back traffic captured from actual production clients over the course of several days. This client traffic reflects several different distinct usage patterns, including users who add new data, users who query data, users who update data, users who perform aggregate queries, and so forth. The presence of secondary indexes, page splits, and fragmentation are especially important because in a production scenario these factors are always present, and represent a significant disk I/O load to the database engine. 12

13 The standard test platform uses the following hardware: Element Processors Memory Operating System Database Engine Data Storage OS/Application Storage Configuration 2x Intel Xeon X core 32GB RAM Microsoft Windows Server 2008 R2 Enterprise (x64) Microsoft SQL Server 2008 R2 Enterprise (x64) 36 disks, 6G SAS, 15k RPM, RAID5 2 disks, 6G SAS, 15k RPM, RAID1 For the FlashSoft/SanDisk test, the following was added: FlashSoft for Windows Server SSD cache management software Two SanDisk LB 150S SAS-attached 150GB enterprise flash drives, configured in a RAID1 array The first test measures average response time under an average, non-peak load. The following performance characteristics include the baseline (non-efd enhanced) performance as well as the observed performance of the EFD-enhanced configuration: Performance Characteristic Baseline Performance Enhanced Performance Average response time 3.12 seconds 72 milliseconds The second test attempts to push the hardware to its maximum capability by increasing the number of clients that are utilizing the database application. Performance Characteristic Baseline Performance Enhanced Performance Transactions per second Number of clients 1,750 3,350 The third test establishes a 3-second SLA for query response time, and measures the number of clients that the server can support within this SLA. Client workload is increased until the SLA is surpassed. Performance Characteristic Baseline Performance Enhanced Performance Number of clients 1,250 3,850 The third test is the primary benchmark used for the efdmark score. The performance of the unenhanced test platform is represented by the baseline efdmark score of 1. For this FlashSoft/SanDisk test, the efdmark score is 3.08, meaning 3.08 times the maximum number of clients as the unenhanced baseline configuration. 13

14 The following graph compares the baseline (non-enhanced) performance with the tested (EFD-enhanced) system. This graph applies only to the third test, from which the efdmark score is derived. 14

15 Concentrated Technology, LLC is a technology education and analysis consulting firm founded by industry luminaries Don Jones and Greg Shields. The company provides strategic consulting services to companies around the world, and performs market research and analysis for technology vendors and customers. The company distinguishes itself through its motto, Maximum Knowledge - Minimum Time, focusing on producing concise, accurate materials that help modern businesses accomplish more, with less effort. SanDisk Corporation (NASDAQ: SNDK) is a global leader in flash memory storage solutions, from research and development, product design and manufacturing to branding and distribution for OEM and retail channels. Since 1988, SanDisk s innovations in flash memory and storage system technologies have provided customers with new and transformational digital experiences. SanDisk s diverse product portfolio includes flash memory cards and embedded solutions used in smart phones, tablets, digital cameras, camcorders, digital media players and other consumer electronic devices, as well as USB flash drives and solid-state drives (SSD) for the computing market. SanDisk s products are used by consumers and enterprise customers around the world. FlashSoft brings the performance and scalability of SSDs to enterprise computing architecture without requiring changes to servers, applications, or disk-based storage systems. FlashSoft has achieved this with innovative software that enables any SSD or Flash PCIe to act as a high-performance memory cache for the server. Because flash memory is many times faster than HDD storage and is connected directly to the server, it overcomes the IO bottleneck. FlashSoft enables an SSD to transparently cache critical data without any modification to server operating systems or applications, and it works seamlessly with underlying storage systems. Because FlashSoft caches only the hottest - most in-demand - data, it enables an SSD to dramatically increase the performance of servers processing tens or even hundreds of terabytes of data. 15

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

Accelerating Server Storage Performance on Lenovo ThinkServer

Accelerating Server Storage Performance on Lenovo ThinkServer Accelerating Server Storage Performance on Lenovo ThinkServer Lenovo Enterprise Product Group April 214 Copyright Lenovo 214 LENOVO PROVIDES THIS PUBLICATION AS IS WITHOUT WARRANTY OF ANY KIND, EITHER

More information

Data Center Storage Solutions

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

More information

Scaling Microsoft SQL Server

Scaling Microsoft SQL Server Recommendations and Techniques for Scaling Microsoft SQL To support many more users, a database must easily scale out as well as up. This article describes techniques and strategies for scaling out the

More information

FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures

FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures Technology Insight Paper FlashSoft Software from SanDisk : Accelerating Virtual Infrastructures By Leah Schoeb January 16, 2013 FlashSoft Software from SanDisk: Accelerating Virtual Infrastructures 1 FlashSoft

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

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

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

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

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

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

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

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

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

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

FlashSoft for VMware vsphere VM Density Test

FlashSoft for VMware vsphere VM Density Test FlashSoft for VMware vsphere This document supports FlashSoft for VMware vsphere, version 3.0. Copyright 2012 SanDisk Corporation. ALL RIGHTS RESERVED. This document contains material protected under International

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

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

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

Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array

Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array Evaluation Report: Supporting Microsoft Exchange on the Lenovo S3200 Hybrid Array Evaluation report prepared under contract with Lenovo Executive Summary Love it or hate it, businesses rely on email. It

More information

Oracle Database Scalability in VMware ESX VMware ESX 3.5

Oracle Database Scalability in VMware ESX VMware ESX 3.5 Performance Study Oracle Database Scalability in VMware ESX VMware ESX 3.5 Database applications running on individual physical servers represent a large consolidation opportunity. However enterprises

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

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

Accelerating Application Performance on Virtual Machines

Accelerating Application Performance on Virtual Machines Accelerating Application Performance on Virtual Machines...with flash-based caching in the server Published: August 2011 FlashSoft Corporation 155-A W. Moffett Park Dr Sunnyvale, CA 94089 info@flashsoft.com

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

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

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

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

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

The 8Gb Fibre Channel Adapter of Choice in Oracle Environments

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

More information

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

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

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

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

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

HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY

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

More information

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

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

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

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

More information

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

TekSouth Fights US Air Force Data Center Sprawl with iomemory

TekSouth Fights US Air Force Data Center Sprawl with iomemory TekSouth Fights US Air Force Data Center Sprawl with iomemory TekSouth Fights US Air Force Data Center Sprawl with iomemory Innovative systems integrator improves USAF financial data warehouse performance,

More information

Virtuoso and Database Scalability

Virtuoso and Database Scalability Virtuoso and Database Scalability By Orri Erling Table of Contents Abstract Metrics Results Transaction Throughput Initializing 40 warehouses Serial Read Test Conditions Analysis Working Set Effect of

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

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage

Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage WHITE PAPER Cloud Optimized Performance: I/O-Intensive Workloads Using Flash-Based Storage Brocade continues to innovate by delivering the industry s first 16 Gbps switches for low latency and high transaction

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

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

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

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

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

Pipkins Hosts a Cost-effective Cloud Solution Without Compromise

Pipkins Hosts a Cost-effective Cloud Solution Without Compromise Pipkins Hosts a Cost-effective Cloud Solution Without Compromise Pipkins Hosts a Cost-effective Cloud Solution Without Compromise Industry leader in call center workforce management innovates a hosted

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

Colgate-Palmolive selects SAP HANA to improve the speed of business analytics with IBM and SAP

Colgate-Palmolive selects SAP HANA to improve the speed of business analytics with IBM and SAP selects SAP HANA to improve the speed of business analytics with IBM and SAP Founded in 1806, is a global consumer products company which sells nearly $17 billion annually in personal care, home care,

More information

All-Flash Storage Solution for SAP HANA:

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

More information

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

Quantifying Hardware Selection in an EnCase v7 Environment

Quantifying Hardware Selection in an EnCase v7 Environment Quantifying Hardware Selection in an EnCase v7 Environment Introduction and Background The purpose of this analysis is to evaluate the relative effectiveness of individual hardware component selection

More information

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper

Performance Beyond PCI Express: Moving Storage to The Memory Bus A Technical Whitepaper : Moving Storage to The Memory Bus A Technical Whitepaper By Stephen Foskett April 2014 2 Introduction In the quest to eliminate bottlenecks and improve system performance, the state of the art has continually

More information

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

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

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

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

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

More information

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

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

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

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

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

More information

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

Enabling the Flash-Transformed Data Center

Enabling the Flash-Transformed Data Center Enabling the Flash-Transformed Data Center Brian Cox Senior Director, Marketing, Enterprise Storage Solutions HP APJ Storage Summit 25-26 June 2014 1 Forward-Looking Statements During our meeting today

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

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

Maximizing SQL Server Virtualization Performance

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

More information

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform WHITE PAPER The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform.www.SanDisk.com Table of Contents Windows Server 2003

More information

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers

Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers WHITE PAPER FUJITSU PRIMERGY AND PRIMEPOWER SERVERS Performance Comparison of Fujitsu PRIMERGY and PRIMEPOWER Servers CHALLENGE Replace a Fujitsu PRIMEPOWER 2500 partition with a lower cost solution that

More information

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router

How To Speed Up A Flash Flash Storage System With The Hyperq Memory Router HyperQ Hybrid Flash Storage Made Easy White Paper Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com sales@parseclabs.com

More information

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage

The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage The Shortcut Guide to Balancing Storage Costs and Performance with Hybrid Storage sponsored by Dan Sullivan Chapter 1: Advantages of Hybrid Storage... 1 Overview of Flash Deployment in Hybrid Storage Systems...

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V Copyright 2011 EMC Corporation. All rights reserved. Published February, 2011 EMC believes the information

More information

Storage Systems Performance Testing

Storage Systems Performance Testing Storage Systems Performance Testing Client Overview Our client is one of the world s leading providers of mid-range and high-end storage systems, servers, software and services. Our client applications

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

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

Nexenta Performance Scaling for Speed and Cost

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

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

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

Benchmarking Hadoop & HBase on Violin

Benchmarking Hadoop & HBase on Violin Technical White Paper Report Technical Report Benchmarking Hadoop & HBase on Violin Harnessing Big Data Analytics at the Speed of Memory Version 1.0 Abstract The purpose of benchmarking is to show advantages

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

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

Essentials Guide CONSIDERATIONS FOR SELECTING ALL-FLASH STORAGE ARRAYS

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

More information

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

Performance and scalability of a large OLTP workload

Performance and scalability of a large OLTP workload Performance and scalability of a large OLTP workload ii Performance and scalability of a large OLTP workload Contents Performance and scalability of a large OLTP workload with DB2 9 for System z on Linux..............

More information

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

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

More information

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

White Paper. Recording Server Virtualization

White Paper. Recording Server Virtualization White Paper Recording Server Virtualization Prepared by: Mike Sherwood, Senior Solutions Engineer Milestone Systems 23 March 2011 Table of Contents Introduction... 3 Target audience and white paper purpose...

More information

ioscale: The Holy Grail for Hyperscale

ioscale: The Holy Grail for Hyperscale ioscale: The Holy Grail for Hyperscale The New World of Hyperscale Hyperscale describes new cloud computing deployments where hundreds or thousands of distributed servers support millions of remote, often

More information

Optimizing enterprise data storage capacity and performance to reduce your data footprint

Optimizing enterprise data storage capacity and performance to reduce your data footprint E-Guide Optimizing enterprise data storage capacity and performance to reduce your data footprint Every company wants to reduce their data footprint. But not every company knows the best way to go about

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory)

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory) WHITE PAPER Oracle NoSQL Database and SanDisk Offer Cost-Effective Extreme Performance for Big Data 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Abstract... 3 What Is Big Data?...

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

Front-safe Creates an Efficient and High-Performance Cloud Solution for Tivoli Storage Manager

Front-safe Creates an Efficient and High-Performance Cloud Solution for Tivoli Storage Manager Front-safe Creates an Efficient and High-Performance Cloud Solution for Tivoli Storage Manager Front-safe Creates an Efficient and High-Performance Cloud Solution for Tivoli Storage Manager Backup and

More information

Performance And Scalability In Oracle9i And SQL Server 2000

Performance And Scalability In Oracle9i And SQL Server 2000 Performance And Scalability In Oracle9i And SQL Server 2000 Presented By : Phathisile Sibanda Supervisor : John Ebden 1 Presentation Overview Project Objectives Motivation -Why performance & Scalability

More information

WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives

WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives Sponsored by: Pliant Technology Benjamin Woo August 2009 Matthew Eastwood EXECUTIVE SUMMARY Global Headquarters:

More information

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

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

More information

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

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