Accelerating SAP Sybase IQ Performance with Bay Storage High-performance and Low-cost Data Access Technology

Size: px
Start display at page:

Download "Accelerating SAP Sybase IQ Performance with Bay Storage High-performance and Low-cost Data Access Technology"

Transcription

1 Accelerating SAP Sybase IQ Performance with Bay Storage High-performance and Low-cost Data Access Technology September 2013

2 Table of Contents Summary...3 Solution Overview...3 SAP Sybase IQ Bay Storage Technology - BayStor...5 Comparison of Storage system Technologies...5 HDD Array...5 SSD Array...5 PCIe Flash Card... 6 BayStor RAMdisk... 6 Storage Performance Summary... 6 Test Scenarios... 6 RLV Merge Test... 6 Analytic Query Test...7 Results Observed... 8 RLV Load/Merge... 8 MPX Analytic Queries... 9 Differences between results in the Two Test cases...10 Conclusion...10 ResourceS...10 Acknowledgements...10 Appendix System Configuration...11 Appendix Analysis of RLV Merge Test Results...12 Appendix Analysis of Analytic Query Test Results

3 SUMMARY Fast time to results for Big Data requires advances in server technology such as large memory configurations, and multi-core processors for computational parallelism. New generation, high-performance data access technologies can also radically improve complex query and high rate transactional processing performance in both scale up and scale out database deployments. SAP and Bay Storage Technology recently conducted a joint evaluation of the benefits of high-performance, yet costeffective data access. Although there are many available solutions that provide high IOPS (I/O operations per second), Bay Storage s BayStor technology provides scalable, network attached access to block data with under 10 microsecond latency for a 4KB block. This is 500X faster than enterprise disk arrays, 15X faster than the best external Flash arrays, and 5X faster than the best internal, non-network attached Flash cards. In addition, BayStor provides high performance network access for any standard disk, SSD, Flash or SAN technology, with the ability to provide a caching tier to improve data access down to less than 10 microseconds. BayStor is offered as a software product and runs on standard server systems. This white paper describes the results of a joint effort between SAP and Bay Storage Technology to evaluate the performance of various data access technologies with SAP Sybase IQ 16. Several technologies were selected for evaluation with various bandwidth, IOPS, latency and cost characteristics. Flash-based technologies provide high IOPS, and DRAM (dynamic random access memory) solutions additionally provide the lowest latency and best random access performance. Two different use cases were evaluated using arrays of hard drives, arrays of solid state drives, a PCIe Flash card and DRAM cache. Various deployment alternatives were evaluated, including locally connecting the storage devices within the server hosting SAP Sybase IQ itself, and network attaching the storage devices with the BayStor technology. We found that the highest performance was achieved for both use cases with either local arrays of solid state drives, or networked BayStor technology to provide arrays of solid state drives or DRAM. In a write intensive use case with BayStor, performance increased by a factor of 6.7X, and for a read intensive use case, performance increased by a factor of 1.8X over the locally attached hard drive array. Lowering I/O latency also greatly improves CPU utilization, and removes processing bottlenecks. SOLUTION OVERVIEW SAP Sybase IQ 16 SAP Sybase IQ is a high performance, analytic database engine. It was the first commercial column storage engine; the first to put a major emphasis on data compression; and one of the earliest to place a focus on complex queries and analytics, rather than on online transaction processing. It has a patented column indexing subsystem, and is particularly adept at executing ad hoc queries. SAP Sybase IQ is an open platform with standard ODBC and JDBC interfaces, and offers a rich SQL language. SAP Sybase IQ runs on commodity hardware and a variety of operating systems. SAP Sybase IQ keeps its database on disk, and has large caches for retaining data in memory as much as possible. The SAP Sybase IQ database is structured as a set of stores: the catalog stores holds metadata, the main store holds user data, and the temporary stores hold intermediate results. Each store is implemented as a set of logical data containers called DBSpaces. SAP Sybase IQ may operate in a single server configuration called a Simplex, and for scale-out processing it has a grid deployment option called a Multiplex. SAP Sybase IQ Multiplex has a massively parallel processing shared everything architecture. User queries can distribute across all the nodes in a Multiplex cluster, and the IQ server dynamically rebalances CPU and memory use as concurrent queries enter and exit the system. In a Multiplex, one node is the coordinator and manages transaction IDs for writeable transactions. The other nodes can be either readers may execute queries only, or reader/writers may execute queries or update transactions. Nodes may be grouped into elastic sets called logical servers to support multi-tenancy requirements, where workloads need to be segregated from each other within the same server environment. SAP Sybase IQ s shared everything architecture is augmented with a data affinity feature. With data affinity, the query engine partitions work intelligently, and assigns distributed query processing work to nodes that already have the pertinent data in cache. Caches stay warm, and load on the shared store is reduced: 3

4 IQ Server IQ Server IQ Server IQ Server IQ Server Scale Out Data Affinity Data Affinity Data Affinity Data Affinity Data Affinity Scale Out Elastic Logical Server Elastic Logical Server High Speed Interconnect to Shared Store Figure 1: SAP Sybase IQ Multiplex Architecture SAP Sybase IQ 16 also incorporates a write optimized, in memory delta store, called the RLV (row level versioned) store. The RLV store supports high velocity data loading to the database with the following benefits: Continuous analytics over operational data High velocity, concurrent data modifications Ability to exploit large memory and core footprints The RLV store is fully recoverable with its own transaction log. Data can be loaded at high speed from multiple concurrent workstreams into the RLV store in memory, and then the data migrates asynchronously into the main store on disk. The query engine interacts transparently with the two stores through a consistent view that wraps them as a unified data repository: IQ DML Engine Load/Insert/ Update/Delete Hybrid Table Storage Write Ahead/ Commit In Memory RLV Store Lock Manager IQ Query Engine Consistent Row ID View RLV Store Rows Main Store Rows Periodic Merge RLV Store Transaction Log Transaction Manager Row ID View Manager Version Manager On Disk Main Store Figure 2: SAP Sybase IQ RLV (Row Level Version) Store 4

5 Bay Storage Technology BayStor BayStor is an innovative, software-based technology for deploying network attached DRAM and tiered storage on x86 commodity servers. DRAM can be used directly as an ultra-high performance store (RAMdisk mode), or as an acceleration cache for standard storage devices (Cache mode). BayStor can be used for network attachment of any storage devices with or without the DRAM caching. Since BayStor is seen by Linux systems as a standard block device, I/O intensive applications are accelerated without modification. The following diagram shows the overall BayStor architecture, including the capability to scale capacity along with bandwidth and IOPS. Scale Capacity, Bandwidth and IOPS Block Device Interface BayStor Applicance Customer Application Server(s) Fabric InfiniBand Ethernet DRAM BayStor Applicance Software 2.5 Drive Bays SSD HDD SAN Gateway Performance Persistence/Capacity Application <10 usec Figure 3: BayStor Appliance Architecture BayStor technology was selected for this joint investigation because of its ability to deliver ultra-low access latencies along with high IOPS and data transfer bandwidth for random data access. For this evaluation, each BayStor appliance was network attached via InfiniBand 56Gbps FDR links through an InfiniBand switch. COMPARISON OF STORAGE SYSTEM TECHNOLOGIES This section describes the storage technologies that were evaluated, and highlights the particular benefits of BayStor. HDD Array The local hard disk drive arrays (HDD Array) were used for baseline measurements. As expected, access latencies are dominated by the physical spin of the magnetic platters and the movement of the read/write arms. Access latency ranged from 2 to 15 milliseconds. Although sequential bandwidth was relatively good for the large array, random access bandwidth suffers greatly from the dependency on physical movement. For the baseline evaluation, locally attached arrays of hard drives were used, configured as a single Linux md device. Drives were Western Digital 750GB 7200 RPM SSD Array The solid state drive array (SSD Array) with current generation Flash technology performs dramatically better than the HDD Array in all respects, consistent with its emergence as a very important data center storage technology. The array of SSDs was selected for this evaluation as it presents a very cost effective way to deploy Flash technology. The Linux md facility was used to consolidate the drive arrays. Drives were 240GB Samsung SM843 SSDs, overprovisioned to 200GB to enhance endurance. 5

6 PCle Flash Card A PCIe Flash Card was evaluated for one of the use cases since it represents a popular way to accelerate performance. Such cards provide relatively low latency. However, they are more expensive than an array of solid state drives. A FusionIO iodrive2 750GB MLC card was used for this evaluation. BayStor RAMdisk For any random access measures, BayStor s unique RAMdisk technology provides substantial advantage. It offers less than 10 microsecond latencies for 4KB blocks, and provides superior bandwidth and IOPS. Linux md was used to consolidate multiple RAMdisks. Storage Performance Summary Here are the performance details for each storage technology: 4KB Random 1 MB Sequential Latency (µsec) Bandwidth (MB/sec) IOPS Bandwidth (MB/sec) Read Write Read Write Read Write Read Write Local HDD Array (2) 15,100 4, Local HDD Array (8) 12,500 2, , ,300 1,200 Local SSD Array (6) ,100 1, , ,000 3,200 2,800 BayStor SSD Array (8) ,000 95,000 3,400 3,600 BayStor RAMdisk (4) 9 8 3,700 3, , ,000 2,900 3,400 BayStor RAMdisk (1) 9 8 2,400 3, , ,000 2,500 5,000 BayStor PCIe Flash Card (1) , ,000 1, An important point to note is that BayStor provides network attached storage with essentially the same application performance as locally attached storage. And BayStor s network attached model offers significant operational benefits over locally attached storage for virtualized environments, where resource sharing and management flexibility to move and reallocate storage resources are essential. TEST SCENARIOS Two test scenarios were evaluated. The first use case involved merging high velocity, low latency transactional updates from SAP Sybase IQ s in-memory delta (RLV) store into its disk-based store. The second use case focused on shared data store access by high-throughput analytic queries distributed across an SAP Sybase IQ Multiplex grid. For each test scenario, baseline tests were run with various SAP Sybase IQ 16 DBSpaces deployed on conventional hard disk arrays, and then rerun with these DBSpaces deployed on BayStor low-latency appliances and other technologies. No SAP Sybase IQ related performance tuning was done for any of the tested technologies. The system configuration for each test is described in the appendix, System Configuration. RLV Merge Test The RLV Merge feature was selected as one of two test scenarios to investigate the benefits of low-latency data access. A TPC-C transaction workload was used to drive this test scenario: TPC-C Load testing 1. Bulk load database with 150M records, except for order_line 2. Bulk load database with 1.5G order_line records 3. RLV load additional 150M order_line records 4. Perform RLV Merge 6

7 Steps 3 and 4 were driven by 24 TPC-C threads. The SAP Sybase IQ 16 and the TPC-C workload generator ran on the same server. Several I/O configurations were evaluated as shown in the diagram below. The SAP Sybase IQ DB Catalog and RLV DBSpace were deployed on a local HDD array in all cases, because the amount of I/O to them was relatively low. SAP Sybase IQ s main and local temporary DBSpaces were evaluated on several technologies as show below. SAP Sybase IQ parameters were kept the same, and no device specific tuning was done. Performance was reported by the TPC-C workload generator. IQ + RLV DB Catalog RLV Log IQ Main Database Temp DB Space Local HDD Array Local HDD Array (8) Local SSD Array (6) Network BayStor-RAMdisk (4) Network BayStor SSD Array (6) Network BayStor PCIe Flash Card Figure 4: Set up of RLV Test Analytic Query Test To evaluate the benefits of low-latency data access, a TPC-H query workload was run against a scale 700 (700 GB) database. This was run using three servers as shown in the diagram below. One of the servers was the SAP Sybase IQ 16 Multiplex (MPX) coordinator, and the other two servers were SAP Sybase IQ 16 MPX readers. The three servers shared an InfiniBand network attached SAN comprised of an array of 12 solid state disks providing storage for the IQ Main Database and Shared Temp DBSpaces. Each server had its own SAP Sybase IQ local temporary DBSpace. For the SAP Sybase IQ MPX coordinator, this was provided by a local direct attached pair of hard drives. For the SAP Sybase IQ MPX readers, we evaluated several local temporary DBSpace configurations as shown in the diagram below. A total of six TPC-H query streams were processed on the first server. Three query streams came from a workload generator on the first SAP Sybase IQ MPX reader, and the other three query streams came from a workload generator on the second SAP Sybase IQ MPX reader. Performance was reported by the TPCH workload generator on the first server. 7

8 IQ Main Database SharedTemp Space InfiniBand Attached SAN with 12 SSDs IQ MPX Coordinator IQ MPX Reader 3 3 IQ MPX Reader TPC-H Query Streams LocalTemp Space LocalTemp Space LocalTemp Space Local HDD Local HDD Array (2) Local SSD Array (6) Network BayStor SSD Array (6) Network BayStor PCIe Flash Card (1) Network BayStor RAMdisk (1) Local HDD Array (2) Figure 5: Set up of MPX Test RESULTS OBSERVED Results were collected via a combination of internal IQ reporting, TPC workload generator reporting, and the Linux commands time, vmstat and iostat. Linux blktrace/blkparse utility commands collected the data access traces. RLV Load/Merge The performance metric used for this evaluation was the overall processor time for RLV to load and merge 150M order_ line records into the pre-populated database. The overall results are shown below lower is better: Figure 6: RLV Test Results with Local HDD Array included 8

9 The performance of both the local and network BayStor attached SSD arrays, and the network BayStor RAMdisk were essentially the same. Each was 6.7X faster than the local HDD array. The HDD array is removed from the following diagram to more easily see the differences among the remaining technologies. The network attached PCIe Flash card was about 25% slower than any of the other technologies shown below: Figure 7: RLV Test Results with Local HDD Array not included Analysis of these results is described in the appendix, Analysis of RLV Merge Test Results. MPX Analytic Queries The results for the TPC-H query workloads running the MPX readers are shown below lower is better. Any of the Flash and DRAM technologies performed 1.8X better than the local hard drive array. Figure 8: MPX Test Results Analysis of these results is described in the appendix, Analysis of Analytic Query Test Results. 9

10 Differences Between Results in the Two Test Cases In the RLV merge use case, performance improved by a factor of 6.7X, and for the analytic query workload, performance improved by a factor of 1.8X over the locally attached hard drive array. The difference between the performance improvements observed in the two cases is attributed to the following: RLV/tpcC has relatively more writes than reads as compared to MPX/tpcH. If the overall performance is sensitive to write commit latency, then RLV would see a larger gain. MPX/tpcH is a read intensive workload (compared to RLV/tpcC). It may be easier for SAP Sybase IQ to hide read latency for this throughput oriented workload, therefore there would be less sensitivity to latency. For both test scenarios, significant performance improvements were observed with BayStor. CONCLUSION In addition to memory capacity and multi-core servers, I/O data access performance is critical for the performance of large scale data processing environments. This targeted benchmark proves that BayStor technology can dramatically improve performance at a favorable cost factor, across a variety of workloads running on SAP Sybase IQ s scalable analytics platform. High performance levels were achieved without requiring any software modifications or tuning, just by using cost-effective locally attached arrays of solid state drives, or network attached solid state drive arrays via Bay Storage Technology s technology. Using BayStor instead of a locally attached hard drive array, the following performance improvements were observed: write-intensive RLV merge use case: performance improved by a factor of 6.7X read-intensive analytic query workload case: performance improved by a factor of 1.8X RESOURCES SAP Sybase IQ: SAP web site: SAP Sybase IQ: Documents and Whitepapers for SAP Sybase IQ: SAP-Sybase Makes Running Business Critical Databases on vsphere Hassle Free: alliances/2012/06/vmware_sybase_sap.html Bay Storage: Bay Storage Technology web site: ACKNOWLEDGEMENTS The technical participants in this joint technology evaluation were Abhay Kale and Dhimant Chokshi from SAP; Lloyd Dickman and Jeff Rubin from Bay Storage Technology. 10

11 APPENDIX SYSTEM CONFIGURATION SAP Sybase IQ 16 SP1 (support package 1) was run on these servers: RHEL core x86-64 servers Dual Intel E processors, 2.6 GHz with turbo enabled, no hyper-threading 384GB DDR DRAM PCIe Gen 3 The RLV merge scenario used an SAP Sybase IQ single server configuration. Following best current practices, the SAP Sybase IQ configuration was as follows: Main Cache 50GB (gigabyte) Temp Cache 50GB RLV memory 45GB Main, Temp and RLV DBSpaces consumed 1 raw device each, for a capacity of 1TB (terabyte) All other configuration parameters were not modified The analytic query testing scenario involved an SAP Sybase IQ Multiplex with 1 coordinator node and 2 reader nodes. All servers had an identical configuration. Main and Shared Temp DBSpaces were on shared storage, as required for Multiplex. Local Temp DBSpaces (3 in all) were private storage devices, 1 for each node. The configuration for all three nodes was as follows: Main Cache 80GB Temp Cache 80GB Main, Temp and Shared Temp DBSpaces consumed 1 raw device each, for a capacity of 1TB In all, 5 raw devices were used All other server configuration parameters were not modified from their default values The SAP Sybase IQ server configuration file for the RLV Merge Test was set as follows: -n tpcc -x tcpip{port=5788} -gc 20 -gd all -gl all -c 1g -gp gm 100 -iqmc iqtc iqrlvmem The SAP Sybase IQ server configuration file for the Analytical Query Test was set as follows: -n tpch_15_x_abhay_r_b3 -x tcpip{port=5788} -c 500M -gd all -gm 25 -gc gr gp tl 0 -iqmc iqtc

12 APPENDIX ANALYSIS OF RLV MERGE TEST RESULTS Looking beyond the bottom line results, we see from the vmstat graphs below that using the HDD Array, iowait time (green line) is about 40% for half of this run. IQ processor utilization (blue line) is mostly below 20% for half of the time and very high for the remainder of the time. Each period of high processor utilization is preceded by a large spike in write activity. We conclude that SAP Sybase IQ performance is severely throttled by the performance of the HDD Array. Figure 9: Processor Utilization and I/O Wait Times for HDD Array in RLV Test The vmstat graph below for the BayStor RAMdisk technology shows I/O wait (green line) largely eliminated. Processor utilization (blue line) is in the range % for the majority of the run. Note that the BayStor technology can absorb the write spikes much better than the HDD array. IOPS peaks of 450K are seen: Figure 10: Processor Utilization and I/O Wait Times for BayStor SSD Array in RLV Test 12

13 The following graph of SAP Sybase IQ s storage access patterns may help shed light on the underlying reasons for the performance differences. The graph is the result of tracing all IQ storage accesses during the RLV Load/Merge when run on the HDD array shown above. The trace is then analyzed for runs of sequential read and writes accesses. The horizontal axis shows the sequential run length in bytes, while the vertical axis shows the total number of megabytes transferred for all runs of that length. The total number of megabytes read and written is shown at the lower left corner of the graph. We see that there were 3.6X as many bytes written as read. Most bytes were read in sequences of from 32KB to 64KB. Much of the writing was in sequences of from 32KB to 128KB, with some write sequences as long as 512MB. Therefore, technologies with strong sequential bandwidth, especially for writes are expected to perform better. Low latency random accesses, a strong point of the BayStor RAMdisk technology, were not needed to accelerate this workload: Figure 11: Storage Access Patterns in RLV Test 13

14 APPENDIX ANALYSIS OF ANALYTIC QUERY TEST RESULTS Looking beyond the bottom line results, we see from the vmstat graphs below that using the local HDD Array, iowait time (green line) is about 80% for a substantial portion of this run, with SAP Sybase IQ processor utilization correspondingly low during these periods. High I/O wait appears to be related to the lower ongoing levels of write activity, rather than spikes of intense read activity: Figure 12: Processor Utilization and I/O Wait Times for HDD Array in MPX Test BayStor RAMdisk reduces iowait to near zero, eliminating most dead time and increasing overall processor utilization as show in the follow graph: Figure 13: Processor Utilization and I/O Wait Times for BayStor SSD Array in MPX Test 14

15 Below is another graph of the data access patterns of the local temporary DBSpace for this work. We see that there were 1.6X as many bytes written as read. Most bytes were read in sequences of from 64KB to 1MB. Much of the writing was in sequences of from 64KB to 16MB. Therefore, technologies with strong sequential bandwidth, especially for writes are again expected to perform better. Low latency random accesses, a strong point of the BayStor RAMdisk technology, were not needed to accelerate this workload: Figure 14: Storage Access Patterns in MPX Test 15

16 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG and its affiliated companies ( SAP Group ) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and other countries. Please see epx#trademark for additional trademark information and notices.

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

An Approach for Hybrid-Memory Scaling Columnar In-Memory Databases

An Approach for Hybrid-Memory Scaling Columnar In-Memory Databases An Approach for Hybrid-Memory Scaling Columnar In-Memory Databases *Bernhard Höppner, Ahmadshah Waizy, *Hannes Rauhe * SAP SE Fujitsu Technology Solutions GmbH ADMS 4 in conjunction with 4 th VLDB Hangzhou,

More information

Optimizing Fusion iomemory on Red Hat Enterprise Linux 6 for Database Performance Acceleration. Sanjay Rao, Principal Software Engineer

Optimizing Fusion iomemory on Red Hat Enterprise Linux 6 for Database Performance Acceleration. Sanjay Rao, Principal Software Engineer Optimizing Fusion iomemory on Red Hat Enterprise Linux 6 for Database Performance Acceleration Sanjay Rao, Principal Software Engineer Version 1.0 August 2011 1801 Varsity Drive Raleigh NC 27606-2072 USA

More information

FAST SQL SERVER BACKUP AND RESTORE

FAST SQL SERVER BACKUP AND RESTORE WHITE PAPER FAST SQL SERVER BACKUP AND RESTORE WITH PURE STORAGE TABLE OF CONTENTS EXECUTIVE OVERVIEW... 3 GOALS AND OBJECTIVES... 3 AUDIENCE... 3 PURE STORAGE INTRODUCTION... 4 SOLUTION SUMMARY... 4 FLASHBLADE

More information

Guide to Licensed Options. SAP Sybase IQ 16.0 SP03

Guide to Licensed Options. SAP Sybase IQ 16.0 SP03 Guide to Licensed Options SAP Sybase IQ 16.0 SP03 DOCUMENT ID: DC01646-01-1603-01 LAST REVISED: November 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

Create a Flexible, Scalable High-Performance Storage Cluster with WekaIO Matrix

Create a Flexible, Scalable High-Performance Storage Cluster with WekaIO Matrix Solution brief Intel Storage Builders WekaIO Matrix Intel eon Processor E5-2600 Product Family Intel Ethernet Converged Network Adapter 520 Intel SSD Data Center Family Data Plane Development Kit Create

More information

HP SAS benchmark performance tests

HP SAS benchmark performance tests HP SAS benchmark performance tests technology brief Abstract... 2 Introduction... 2 Test hardware... 2 HP ProLiant DL585 server... 2 HP ProLiant DL380 G4 and G4 SAS servers... 3 HP Smart Array P600 SAS

More information

HP SmartCache technology

HP SmartCache technology Technical white paper HP SmartCache technology Table of contents Abstract... 2 Introduction... 2 Comparing storage technology performance... 3 What about hybrid drives?... 3 Why caching?... 4 How does

More information

Pivot3 Acuity with Microsoft SQL Server Reference Architecture

Pivot3 Acuity with Microsoft SQL Server Reference Architecture Pivot3 Acuity with Microsoft SQL Server 2014 Reference Architecture How to Contact Pivot3 Pivot3, Inc. General Information: info@pivot3.com 221 West 6 th St., Suite 750 Sales: sales@pivot3.com Austin,

More information

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage TechTarget Dennis Martin 1 Agenda About Demartek Enterprise Data Center Environments Storage Performance Metrics

More information

Assessing performance in HP LeftHand SANs

Assessing performance in HP LeftHand SANs Assessing performance in HP LeftHand SANs HP LeftHand Starter, Virtualization, and Multi-Site SANs deliver reliable, scalable, and predictable performance White paper Introduction... 2 The advantages of

More information

New Approach to Unstructured Data

New Approach to Unstructured Data Innovations in All-Flash Storage Deliver a New Approach to Unstructured Data Table of Contents Developing a new approach to unstructured data...2 Designing a new storage architecture...2 Understanding

More information

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5 A6826A PCI-X Dual Channel 2Gb/s Fibre Channel Adapter Performance Paper for Integrity Servers Table of contents Introduction...2 Executive summary...2 Test results...3 IOPs...3 Service demand...3 Throughput...4

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools SAP Technical Brief Data Warehousing SAP HANA Data Warehousing Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools A data warehouse for the modern age Data warehouses have been

More information

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS Testing shows that a Pure Storage FlashArray//m storage array used for Microsoft SQL Server 2016 helps eliminate latency and preserve productivity.

More information

Performance Testing of SQL Server on Kaminario K2 Storage

Performance Testing of SQL Server on Kaminario K2 Storage Performance Testing of SQL Server on Kaminario K2 Storage September 2016 TABLE OF CONTENTS 2 3 5 14 15 17 Executive Summary Introduction to Kaminario K2 Performance Tests for SQL Server Summary Appendix:

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

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

More information

Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads

Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads Red Hat Ceph Storage and Samsung NVMe SSDs for intensive workloads Power emerging OpenStack use cases with high-performance Samsung/ Red Hat Ceph reference architecture Optimize storage cluster performance

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 Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table

More information

HP visoko-performantna OLTP rješenja

HP visoko-performantna OLTP rješenja HP visoko-performantna OLTP rješenja Tomislav Alpeza Presales Consultant, BCS/SD 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Performance

More information

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS

LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS White Paper LEVERAGING EMC FAST CACHE WITH SYBASE OLTP APPLICATIONS Abstract This white paper introduces EMC s latest innovative technology, FAST Cache, and emphasizes how users can leverage it with Sybase

More information

EMC XTREMCACHE ACCELERATES ORACLE

EMC XTREMCACHE ACCELERATES ORACLE White Paper EMC XTREMCACHE ACCELERATES ORACLE EMC XtremSF, EMC XtremCache, EMC VNX, EMC FAST Suite, Oracle Database 11g XtremCache extends flash to the server FAST Suite automates storage placement in

More information

The devices can be set up with RAID for additional performance and redundancy using software RAID. Models HP Z Turbo Drive Quad Pro 2x512GB PCIe SSD

The devices can be set up with RAID for additional performance and redundancy using software RAID. Models HP Z Turbo Drive Quad Pro 2x512GB PCIe SSD Overview HP Z Turbo Quad Pro Introduction The demands on Workstations continue to increase, especially in segments like digital media or imaging, where resolutions and file sizes are increasing. SSD technology

More information

QuickSpecs. PCIe Solid State Drives for HP Workstations

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

More information

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers Consolidating OLTP Workloads on Dell PowerEdge R720 12 th generation Servers B Balamurugan Phani MV Dell Database Solutions Engineering March 2012 This document is for informational purposes only and may

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

REFERENCE ARCHITECTURE Microsoft SQL Server 2016 Data Warehouse Fast Track. FlashStack 70TB Solution with Cisco UCS and Pure Storage FlashArray//X

REFERENCE ARCHITECTURE Microsoft SQL Server 2016 Data Warehouse Fast Track. FlashStack 70TB Solution with Cisco UCS and Pure Storage FlashArray//X REFERENCE ARCHITECTURE Microsoft SQL Server 2016 Data Warehouse Fast Track FlashStack 70TB Solution with Cisco UCS and Pure Storage FlashArray//X FLASHSTACK REFERENCE ARCHITECTURE September 2018 TABLE

More information

Quick Start SAP Sybase IQ 16.0 SP08

Quick Start SAP Sybase IQ 16.0 SP08 Quick Start SAP Sybase IQ 16.0 SP08 UNIX/Linux DOCUMENT ID: DC01687-01-1608-01 LAST REVISED: December 2013 Copyright 2013 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication

More information

High-Performance Lustre with Maximum Data Assurance

High-Performance Lustre with Maximum Data Assurance High-Performance Lustre with Maximum Data Assurance Silicon Graphics International Corp. 900 North McCarthy Blvd. Milpitas, CA 95035 Disclaimer and Copyright Notice The information presented here is meant

More information

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER White Paper EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER EMC XtremSF, EMC XtremCache, EMC VNX, Microsoft SQL Server 2008 XtremCache dramatically improves SQL performance VNX protects data EMC Solutions

More information

SAS workload performance improvements with IBM XIV Storage System Gen3

SAS workload performance improvements with IBM XIV Storage System Gen3 SAS workload performance improvements with IBM XIV Storage System Gen3 Including performance comparison with XIV second-generation model Narayana Pattipati IBM Systems and Technology Group ISV Enablement

More information

Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic

Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic WHITE PAPER Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

PowerVault MD3 SSD Cache Overview

PowerVault MD3 SSD Cache Overview PowerVault MD3 SSD Cache Overview A Dell Technical White Paper Dell Storage Engineering October 2015 A Dell Technical White Paper TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS

More information

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN Russ Fellows Enabling you to make the best technology decisions November 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform

More information

Oracle Event Processing Extreme Performance on Sparc T5

Oracle Event Processing Extreme Performance on Sparc T5 Oracle Event Processing Extreme Performance on Sparc T5 An Oracle Event Processing (OEP) Whitepaper ORACLE WHITE PAPER AUGUST 2014 Table of Contents Introduction 2 OEP Architecture 2 Server Architecture

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

PUBLIC SAP Vora Sizing Guide

PUBLIC SAP Vora Sizing Guide SAP Vora 2.0 Document Version: 1.1 2017-11-14 PUBLIC Content 1 Introduction to SAP Vora....3 1.1 System Architecture....5 2 Factors That Influence Performance....6 3 Sizing Fundamentals and Terminology....7

More information

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Best practices Roland Mueller IBM Systems and Technology Group ISV Enablement April 2012 Copyright IBM Corporation, 2012

More information

Table of Contents. HP A7173A PCI-X Dual Channel Ultra320 SCSI Host Bus Adapter. Performance Paper for HP PA-RISC Servers

Table of Contents. HP A7173A PCI-X Dual Channel Ultra320 SCSI Host Bus Adapter. Performance Paper for HP PA-RISC Servers HP A7173A PCI-X Dual Channel Ultra32 SCSI Host Bus Adapter Performance Paper for HP PA-RISC Servers Table of Contents Introduction...2 Executive Summary...2 Test Results...3 I/Ops...3 Service Demand...4

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

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic An Oracle White Paper September 2011 Oracle Utilities Meter Data Management 2.0.1 Demonstrates Extreme Performance on Oracle Exadata/Exalogic Introduction New utilities technologies are bringing with them

More information

An Introduction to GPFS

An Introduction to GPFS IBM High Performance Computing July 2006 An Introduction to GPFS gpfsintro072506.doc Page 2 Contents Overview 2 What is GPFS? 3 The file system 3 Application interfaces 4 Performance and scalability 4

More information

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Digital transformation is taking place in businesses of all sizes Big Data and Analytics Mobility Internet of Things

More information

HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture

HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture Based on Microsoft SQL Server 2014 Data Warehouse Fast Track (DWFT) Reference Architecture

More information

A Flexible Data Warehouse Architecture

A Flexible Data Warehouse Architecture A Flexible Data Warehouse Architecture Building the Ideal Data Warehouse Platform Mike Ault Oracle Guru Texas Memory Systems NYOUG Dec 2010 Michael R. Ault Oracle Guru - Nuclear Navy 6 years - Nuclear

More information

What s New in SAP Sybase IQ 16 Tap Into Big Data at the Speed of Business

What s New in SAP Sybase IQ 16 Tap Into Big Data at the Speed of Business SAP White Paper SAP Database and Technology Solutions What s New in SAP Sybase IQ 16 Tap Into Big Data at the Speed of Business 2013 SAP AG or an SAP affiliate company. All rights reserved. The ability

More information

2 to 4 Intel Xeon Processor E v3 Family CPUs. Up to 12 SFF Disk Drives for Appliance Model. Up to 6 TB of Main Memory (with GB LRDIMMs)

2 to 4 Intel Xeon Processor E v3 Family CPUs. Up to 12 SFF Disk Drives for Appliance Model. Up to 6 TB of Main Memory (with GB LRDIMMs) Based on Cisco UCS C460 M4 Rack Servers Solution Brief May 2015 With Intelligent Intel Xeon Processors Highlights Integrate with Your Existing Data Center Our SAP HANA appliances help you get up and running

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series

Database Solutions Engineering. Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series Best Practices for Deploying SSDs in an Oracle OLTP Environment using Dell TM EqualLogic TM PS Series A Dell Technical White Paper Database Solutions Engineering Dell Product Group April 2009 THIS WHITE

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Hardware Sizing Using Amazon EC2 A QlikView Scalability Center Technical White Paper June 2013 qlikview.com Table of Contents Executive Summary 3 A Challenge

More information

stec Host Cache Solution

stec Host Cache Solution White Paper stec Host Cache Solution EnhanceIO SSD Cache Software and the stec s1120 PCIe Accelerator speed decision support system (DSS) workloads and free up disk I/O resources for other applications.

More information

Accelerate Applications Using EqualLogic Arrays with directcache

Accelerate Applications Using EqualLogic Arrays with directcache Accelerate Applications Using EqualLogic Arrays with directcache Abstract This paper demonstrates how combining Fusion iomemory products with directcache software in host servers significantly improves

More information

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage Solution Brief DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage DataON Next-Generation All NVMe SSD Flash-Based Hyper-Converged

More information

Hybrid Storage for Data Warehousing. Colin White, BI Research September 2011 Sponsored by Teradata and NetApp

Hybrid Storage for Data Warehousing. Colin White, BI Research September 2011 Sponsored by Teradata and NetApp Hybrid Storage for Data Warehousing Colin White, BI Research September 2011 Sponsored by Teradata and NetApp HYBRID STORAGE FOR DATA WAREHOUSING Ever since the advent of enterprise data warehousing some

More information

SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS

SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS SOFTWARE-DEFINED BLOCK STORAGE FOR HYPERSCALE APPLICATIONS SCALE-OUT SERVER SAN WITH DISTRIBUTED NVME, POWERED BY HIGH-PERFORMANCE NETWORK TECHNOLOGY INTRODUCTION The evolution in data-centric applications,

More information

HCI: Hyper-Converged Infrastructure

HCI: Hyper-Converged Infrastructure Key Benefits: Innovative IT solution for high performance, simplicity and low cost Complete solution for IT workloads: compute, storage and networking in a single appliance High performance enabled by

More information

SAP Business Warehouse powered by SAP HANA

SAP Business Warehouse powered by SAP HANA SAP Business Warehouse powered by SAP HANA Jürgen Hagedorn, Vice President, Head of PM for SAP HANA Europe & APJ, SAP SAP HANA Council July 30, 2013 Mumbai, India SAP Business Warehouse Widely Adopted

More information

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays TECHNICAL REPORT: Performance Study Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays ABSTRACT The Dell EqualLogic hybrid arrays PS6010XVS and PS6000XVS

More information

Altair OptiStruct 13.0 Performance Benchmark and Profiling. May 2015

Altair OptiStruct 13.0 Performance Benchmark and Profiling. May 2015 Altair OptiStruct 13.0 Performance Benchmark and Profiling May 2015 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute

More information

Deep Learning Performance and Cost Evaluation

Deep Learning Performance and Cost Evaluation Micron 5210 ION Quad-Level Cell (QLC) SSDs vs 7200 RPM HDDs in Centralized NAS Storage Repositories A Technical White Paper Don Wang, Rene Meyer, Ph.D. info@ AMAX Corporation Publish date: October 25,

More information

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director

Webinar Series: Triangulate your Storage Architecture with SvSAN Caching. Luke Pruen Technical Services Director Webinar Series: Triangulate your Storage Architecture with SvSAN Caching Luke Pruen Technical Services Director What can you expect from this webinar? To answer a simple question How can I create the perfect

More information

Accelerating Enterprise Search with Fusion iomemory PCIe Application Accelerators

Accelerating Enterprise Search with Fusion iomemory PCIe Application Accelerators WHITE PAPER Accelerating Enterprise Search with Fusion iomemory PCIe Application Accelerators Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents

More information

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 SAP SD Benchmark using DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 Version 1.0 November 2008 SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 1801 Varsity Drive

More information

Deep Learning Performance and Cost Evaluation

Deep Learning Performance and Cost Evaluation Micron 5210 ION Quad-Level Cell (QLC) SSDs vs 7200 RPM HDDs in Centralized NAS Storage Repositories A Technical White Paper Rene Meyer, Ph.D. AMAX Corporation Publish date: October 25, 2018 Abstract Introduction

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads Gen9 server blades give more performance per dollar for your investment. Executive Summary Information Technology (IT)

More information

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE Luanne Dauber, Pure Storage Author: Matt Kixmoeller, Pure Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

More information

HP Z Turbo Drive G2 PCIe SSD

HP Z Turbo Drive G2 PCIe SSD Performance Evaluation of HP Z Turbo Drive G2 PCIe SSD Powered by Samsung NVMe technology Evaluation Conducted Independently by: Hamid Taghavi Senior Technical Consultant August 2015 Sponsored by: P a

More information

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation

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

More information

The Benefits of Solid State in Enterprise Storage Systems. David Dale, NetApp

The Benefits of Solid State in Enterprise Storage Systems. David Dale, NetApp The Benefits of Solid State in Enterprise Storage Systems David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES

BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES WHITE PAPER BENEFITS AND BEST PRACTICES FOR DEPLOYING SSDS IN AN OLTP ENVIRONMENT USING DELL EQUALLOGIC PS SERIES Using Solid State Disks (SSDs) in enterprise storage arrays is one of today s hottest storage

More information

Accelerating Big Data: Using SanDisk SSDs for Apache HBase Workloads

Accelerating Big Data: Using SanDisk SSDs for Apache HBase Workloads WHITE PAPER Accelerating Big Data: Using SanDisk SSDs for Apache HBase Workloads December 2014 Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture

HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture WHITE PAPER HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture BASED ON MICROSOFT SQL SERVER 2017 DATA WAREHOUSE FAST TRACK REFERENCE

More information

SAP HANA tailored data center integration Frequently Asked Questions

SAP HANA tailored data center integration Frequently Asked Questions SAP HANA tailored data center integration Frequently Asked Questions Version 1.0 Last update: 13 May, 2013 TABLE OF CONTENTS GENERAL INFORMATION... 3 1. What is SAP HANA tailored data center integration?

More information

Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs

Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs , Inc. Introducing NVDIMM-X: Designed to be the World s Fastest NAND-Based SSD Architecture and a Platform for the Next Generation of New Media SSDs Doug Finke Director of Product Marketing September 2016

More information

FAQs HP Z Turbo Drive Quad Pro

FAQs HP Z Turbo Drive Quad Pro FAQs HP Z Turbo Drive Quad Pro Product performance/implementation What is the HP Z Turbo Drive PCIe SSD? The HP Z Turbo Drive PCIe SSD is the family name for an M.2 PCIe connected SSD. The M.2 PCIe card

More information

Evaluation of the Chelsio T580-CR iscsi Offload adapter

Evaluation of the Chelsio T580-CR iscsi Offload adapter October 2016 Evaluation of the Chelsio T580-CR iscsi iscsi Offload makes a difference Executive Summary As application processing demands increase and the amount of data continues to grow, getting this

More information

Accelerating Real-Time Big Data. Breaking the limitations of captive NVMe storage

Accelerating Real-Time Big Data. Breaking the limitations of captive NVMe storage Accelerating Real-Time Big Data Breaking the limitations of captive NVMe storage 18M IOPs in 2u Agenda Everything related to storage is changing! The 3rd Platform NVM Express architected for solid state

More information

Part 1: Indexes for Big Data

Part 1: Indexes for Big Data JethroData Making Interactive BI for Big Data a Reality Technical White Paper This white paper explains how JethroData can help you achieve a truly interactive interactive response time for BI on big data,

More information

Scalability Testing with Login VSI v16.2. White Paper Parallels Remote Application Server 2018

Scalability Testing with Login VSI v16.2. White Paper Parallels Remote Application Server 2018 Scalability Testing with Login VSI v16.2 White Paper Parallels Remote Application Server 2018 Table of Contents Scalability... 3 Testing the Scalability of Parallels RAS... 3 Configurations for Scalability

More information

Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark

Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark Testing validation report prepared under contract with Dell Introduction As innovation drives

More information

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Software Defined Storage at the Speed of Flash PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Agenda Introduction Software Technology Architecture Review Oracle Configuration

More information

Flash In the Data Center

Flash In the Data Center Flash In the Data Center Enterprise-grade Morgan Littlewood: VP Marketing and BD Violin Memory, Inc. Email: littlewo@violin-memory.com Mobile: +1.650.714.7694 7/12/2009 1 Flash in the Data Center Nothing

More information

Accelerating Microsoft SQL Server Performance With NVDIMM-N on Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server Performance With NVDIMM-N on Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server Performance With NVDIMM-N on Dell EMC PowerEdge R740 A performance study with NVDIMM-N Dell EMC Engineering September 2017 A Dell EMC document category Revisions Date

More information

Top 5 Reasons to Consider

Top 5 Reasons to Consider Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center White Paper Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center Major transformations are occurring

More information

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS OVERVIEW When storage demands and budget constraints collide, discovery suffers. And it s a growing problem. Driven by ever-increasing performance and

More information

ADVANCED IN-MEMORY COMPUTING USING SUPERMICRO MEMX SOLUTION

ADVANCED IN-MEMORY COMPUTING USING SUPERMICRO MEMX SOLUTION TABLE OF CONTENTS 2 WHAT IS IN-MEMORY COMPUTING (IMC) Benefits of IMC Concerns with In-Memory Processing Advanced In-Memory Computing using Supermicro MemX 1 3 MEMX ARCHITECTURE MemX Functionality and

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

Life In The Flash Director - EMC Flash Strategy (Cross BU)

Life In The Flash Director - EMC Flash Strategy (Cross BU) 1 Life In The Flash Lane @SamMarraccini, Director - EMC Flash Strategy (Cross BU) CONSTANT 2 Performance = Moore s Law, Or Does It? MOORE S LAW: 100X PER DECADE FLASH Closes The CPU To Storage Gap FLASH

More information

Best Practices for Setting BIOS Parameters for Performance

Best Practices for Setting BIOS Parameters for Performance White Paper Best Practices for Setting BIOS Parameters for Performance Cisco UCS E5-based M3 Servers May 2013 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page

More information

SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less

SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less SAP IQ - Business Intelligence and vertical data processing with 8 GB RAM or less Dipl.- Inform. Volker Stöffler Volker.Stoeffler@DB-TecKnowledgy.info Public Agenda Introduction: What is SAP IQ - in a

More information

Veritas Storage Foundation and. Sun Solaris ZFS. A performance study based on commercial workloads. August 02, 2007

Veritas Storage Foundation and. Sun Solaris ZFS. A performance study based on commercial workloads. August 02, 2007 Veritas Storage Foundation and Sun Solaris ZFS A performance study based on commercial workloads August 02, 2007 Introduction...3 Executive Summary...4 About Veritas Storage Foundation...5 Veritas Storage

More information

Executive Brief June 2014

Executive Brief June 2014 (707) 595-3607 Executive Brief June 2014 Comparing IBM Power Systems to Cost/Benefit Case for Transactional Applications Introduction Demand for transaction processing solutions continues to grow. Although

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb 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

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information