HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture
|
|
- Emily Price
- 4 years ago
- Views:
Transcription
1 WHITE PAPER HP ProLiant DL580 Gen8 and HP LE PCIe Workload WHITE PAPER Accelerator 90TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture Based on Microsoft SQL Server 2014 Data Warehouse Fast Track (DWFT) Reference Architecture Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA
2 Table of Contents Executive Summary... 3 About the HP ProLiant DL580 Gen Key Benefits and Features... 3 New Data Warehouse Features in Microsoft SQL Server About the Data Warehouse Fast Track (DWFT) Reference Architecture... 4 Storage Configuration... 4 Storage Layout... 4 Power Override... 5 Database Configuration... 5 TempDB Configuration... 5 SQL Server Settings... 5 Resource Governor... 5 Max Degree of Parallelism (MDOP)... 6 Memory Configuration... 6 Trace Flags... 7 Windows Server 2012 R2 Configuration... 7 Power Settings... 7 BIOS Configuration... 7 SQL Server Data Warehouse Fast Track Reference Architecture Results... 8 Summary... 9 Bill of Materials
3 Executive Summary The Microsoft SQL Server Data Warehouse Fast Track (DWFT) reference architecture is designed to eliminate the complexity of properly sizing hardware, which helps reduce unnecessary scale- out of storage and servers. The sizingtechniques used in SQL Server DWFT will properly size servers, based on I/O and CPU consumption. This consumption- based approach ensures your data warehouse can fully take advantage of your hardware investment. This document is for individuals (BI Architects, DBAs, Report Developers, and IT Directors) involved in decision making who are looking for guidance when designing enterprise, business - intelligence applications. About the HP ProLiant DL580 Gen8 The HP ProLiant DL580 Gen8 Server is an enterprise- grade, four- socket (4S) x86 server offering breakthrough performance, rock- solid reliability, and compelling consolidation and manageability efficiencies. It is the ideal choice for mission- critical enterprise, business intelligence, and database applications. Featuring Intel Xeon E7-4800/8800 v2 processors, the HP ProLiant DL580 Gen8 offers 2.3X performance with enhanced processor performance, more memory slots (96 DIMMs), greater I/O bandwidth (9 PCIe Gen3.0 slots), and increased storage performance (12 Gb/s SAS). In addition, HP ProLiant DL580 Gen8 has security and data protection features for system resiliency that your business can depend on. Unique features such as HP Advanced Error Recovery and HP Memory Quarantine increase memory and processor reliability by over 30 percent. With intelligent manageability provided by embedded HP Integrated Lights- Out (ilo 4) capabilities, integrated management through HP OneView, and an array of customer- inspired features, your infrastructure management becomes faster and less expensive. Key Benefits and Features 1 Breakthrough 4S performance and scalability for blazing- fast results on your most demanding applications Up to 2.3X system performance and 50 percent more cores with Intel Xeon E7-4800/8800 v2 processors to speed up your mission- critical enterprise, business intelligence, and database applications 1.5X memory slots (96 DIMMs) for large- scale, in- memory computing and virtualization 2.7X I/O bandwidth with 9 PCIe Gen3 I/O slots, including 5 x 16 FL/FH slots for greater PCIe flash storage or co- processor cores Leading x86 availability and rock- solid reliability your business can depend on 30 percent fewer memory- and processor- based outages with HP Advanced Error Recovery and HP Memory Quarantine Industry- leading performance, uptime, and productivity integrated into a personalized, simplified support experience with HP Proactive Care Support Services Compelling efficiencies with intelligent manageability and scale- up consolidation 45 percent lower total cost of ownership with scale- up consolidation efficiencies, and options for fewer cores and high- frequency processors to drive down software licensing costs Faster, lower- cost infrastructure management and a single integrated view of your IT infrastructure with HP OneView 3X faster administrative updates with 93 percent less downtime and 69 percent less operator time using industry- leading maintenance tools with HP Smart Update Manager 1 Source: sheet&doclang=en_us&searchquery=&cc=us&lc=en 3
4 New Data Warehouse Features in SQL Server 2014 Microsoft added clustered column store indexes (CCI) in SQL Server 2014, which are designed to decrease query response times and deliver deeper levels of data compression. CCI eliminates the need to build summary tables, thus further reducing ETL run times. CCI is optimized for query performance. Our solution deliver 7x better query performance when using CCI. CCI accomplishes this by using a columnar format to compress the data by 10x or more, processing a set of rows in batches, and reading only the columns that are referenced in the query. CCI is updateable allowing concurrent insert both bulk import and trickle insert of new data while query workload is running. This reduces the data latency from the time data is born to when it is available for querying. About the DWFT Reference Architecture The SQL Server DWFT reference architecture provides a scalable framework centered on balancing I/O to achieve maximum performance from SMP- based servers. SQL Server DWFT eliminates the complexity of sizing servers with data warehouses by providing a set of data consumption rates that properly balances performance between the disk subsystem, CPU, and memory. This architecture is based on the HP ProLiant DL580 Gen8 and HP PCIe LE Workload Accelerator storage controller. This configurationis optimized for data warehouse (scan I/O) workloads and is rated by Microsoft for up to 90TB of compressed data. More information on SQL Server DWFT reference architecture can be found here: us/server- cloud/data- warehouse- fast- track.aspx Storage Configuration Storage Layout Slot Number Device Capacity Mount Point Allocation Notes 1 HP PCIe LE WA PX TB IOM01 Data Files JBOD 2 HP PCIe LE WA PX TB IOM02 Data Files JBOD 3 HP PCIe LE WA PX TB IOM03 Data Files JBOD 4 HP PCIe LE WA PX TB IOM04 Data Files JBOD 5 HP PCIe LE WA PX TB IOM05 Data Files JBOD 6 HP PCIe LE WA PX TB IOM06 Data Files JBOD 8 HP PCIe LE WA PX TB IOMLOG Log and Staging Files Mirrored 9 HP PCIe LE WA PX TB IOMLOG Log and Staging Files Mirrored 4
5 Power Override Enabling the power override setting on the HP PCIe LE Workload Accelerator product line is required to achieve the performance results below. A server reboot is required for the setting to be active and persist. Example: Database Configuration File Group FT_Demo_Base FT_Demo_stage_part_ci1 FT_Demo_stage_part_ci2 FT_Demo_stage_part_ci3 FT_Demo_stage_part_ci4 FT_Demo_stage_part_ci5 FT_Demo_stage_part_ci6 FT_Demo_stage_part_ci7 FT_Demo_LOG # of Data Files 1 (transaction log on mount volume) TempDB Configuration One 20GB tempdb file was stored on each iomemory volume. In total, six tempdb data files were spread across six iomemory volumes. The tempdb transaction log file was stored on the volume designated from log and staging files. SQL Server Settings Resource Governor The Memory Grant % value was set to 12% of the memory allocated for row store runs and 25% for column store runs. The settings were changed in the Default resource pool. 5
6 Max Degree of Parallelism (MDOP) MDOP was set to 30 for row store and 120 for column store. This provided the best scan rates for the respective runs. Example: Memory Configuration SQL Server was allocated 90% of the server memory. The SQL Server service account was assigned the Lock Pages in Memory policy. 6
7 Trace Flags Trace flag - T1117 was used to increase performance. This flag forces all data files in a file group to grow at once, which reduces hot spots of data pages. This ensures that all databases with more than one data file will grow properly across all the data mounts, which in turn ensures maximum physical I/O performance. Trace flag E was omitted, as testing revealed a sharp increase in queue depth and latency which decreases scan performance. Therefore trace flag - E is not recommended with our flash technology. Windows Server 2012 R2 Configuration Power Settings The High Performance plan was chosen to reduce CPU throttling. BIOS Configuration Hyper- threading was enabled. System Profile was set to High Performance mode. Fan Offset was set to Increased Cooling. 7
8 SQL Server Data Warehouse Fast Track Reference Architecture Results DWFT Certification # DWFT Rev. 5.4 HP ProLiant DL580 Gen8 with HP PCIe LE Workload Accelerator 90TB reference architecture for Microsoft SQL Server 2014 Data Warehouse Fast Track Report Date 9/3/2014 System Provider System Name Processor Type Memory Operating System HP ProLiant DL580 Gen8 Intel Xeon E v2 2.8 GHz (4/60/120) SQL Server Edition 1536GB Storage Provider Windows Server 2012 R2 SQL Server 2014 Enterprise Edition Storage Information 6 x 5.2TB HP PCIe LE Workload Accelerator Flash devices for data and tempdb 2 x 500GB 7200RPM HDD for OS (RAID 1) 2 x 1.3TB HP PCIe LE Workload Accelerator Flash devices for log (RAID 1) Primary Metrics Rated User Data Capacity 1 (TB) Row Store Relative Throughput 2 Column Store Relative Throughput 3 Maximum User Data Capacity (TB) Row Store Relative Throughput 2 Measured Throughput (Queries/Hr/TB) Measured Scan Rate Physical Measured Scan Rate Logical Measured I/O Throughput Measured CPU (Avg.) (%) ,351 10,139 9, Relative Throughput 2 Measured Throughput (Queries/Hr/TB) Measured Scan Rate Physical Column Store Measured Scan Rate Logical Measured I/O Throughput Measured CPU (Avg.) (%) 419 2,721 3,392 N/A N/A 96 The reference configuration is a 2 socket system rated for 25TB using the FTDW V4 methodology 1 Assumes a data compression ratio of 5:1 2 Percent ratio of the throughput to the row store throughput of the reference configuration. 3 Percent ratio of the throughput to the column store throughput of the reference configuration. * Reported metrics are based on the qualification configuration, which specifies database size and SQL Server memory. 8
9 HP DL580 Gen8 and HP PCIe LE Workload Accelerator 90TB Data Warehouse Fast Track Reference Architecture Summary This solution went through hundreds of hours of testing and engineering to provide the most optimal and reliable configuration for the HP and SanDisk SQL Server Data Warehouse Fast Track Reference Architecture. The HP PCIe LE Workload Accelerator simplifies storage configuration by reducing the importance of sequential I/O, as evangelized in previous Data Warehouse Fast Track Reference Architectures. With MB/s of database read throughput and a rated user data capacity 90TB, the HP ProLiant DL580 Gen8 with the HP PCIe LE Workload Accelerator delivers industry- leading, breathtaking performance with the ability to host extremely large data warehouses or a consolidation of data warehouses. Bill of Materials 90TB Certification SKU Description Quantity B21 HP ProLiant DL580 Gen8 Configure- to- order Server L21 HP ProLiant DL580 Gen8 Intel Xeon E7-4890v2 (2.8GHz/15- core/37.5mb/155w) FIO B21 HP ProLiant DL580 Gen8 12 DIMM Slots Memory Cartridge B21 HP 16GB (1x16GB) Dual Rank x4 PC R (DDR3-1866) Registered CAS- 13 Memory Kit B21 HP FlexFabric 10Gb 2- port 534FLR- SFP+ FIO Adapter B21 HP 4GB FIO Flash Backed Write Cache B21 HP 5.2TB FH/HL PCIe Light Endurance (LE) Workload Accelerator B21 HP 1.3TB HH/HL PCIe Light Endurance (LE) Workload Accelerator B21 HP 300GB 6G SAS 15K rpm SFF (2.5- inch) SC Enterprise 3yr Warranty Hard Drive B21 Microsoft Windows Server 2012 R2 Standard Edition FIO 2 Microsoft SQL Server 2014 Enterprise Edition License (60 cores) Available through Microsoft Specifications are subject to change Western Digital Corporation or its affiliates. All rights reserved. SanDisk and the SanDisk logo are trademarks of Western Digital Corporation or its affiliates, registered in the U.S. and other countries. Fusion iomemory is a trademark of Western Digital Corporation or its affiliates. Other brand names mentioned herein are for identification purposes only and may be the trademarks of their respective holder(s). HP DL580 Gen Western Digital Technologies, Inc. is the seller of record and licensee in the Americas of SanDisk products. 9
10
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
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
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
HP high availability solutions for Microsoft SQL Server Fast Track Data Warehouse using SQL Server 2012 failover clustering
Technical white paper HP high availability solutions for Microsoft SQL Server Fast Track Data Warehouse using SQL Server 2012 failover clustering Table of contents Executive summary 2 Fast Track reference
HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads
HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads Gen9 Servers give more performance per dollar for your investment. Executive Summary Information Technology (IT) organizations face increasing
Lenovo Database Configuration for Microsoft SQL Server 2014 37TB
Database Lenovo Database Configuration for Microsoft SQL Server 2014 37TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of
HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS)
HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS) Building blocks at 1000, 3000, and 5000 mailboxes Table of contents Executive summary...
HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN
HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...
HP 85 TB reference architectures for Microsoft SQL Server 2012 Fast Track Data Warehouse: HP ProLiant DL980 G7 and P2000 G3 MSA Storage
Technical white paper HP 85 TB reference architectures for Microsoft SQL Server 2012 Fast Track Data Warehouse: HP ProLiant DL980 G7 and P2000 G3 MSA Storage Table of contents Executive summary... 2 Fast
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
HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief
Technical white paper HP ProLiant BL660c Gen9 and Microsoft SQL Server 2014 technical brief Scale-up your Microsoft SQL Server environment to new heights Table of contents Executive summary... 2 Introduction...
Solution Brief: Microsoft SQL Server 2014 Data Warehouse Fast Track on System x3550 M5 with Micron M500DC Enterprise Value SATA SSDs
Vinay Kulkarni Solution Brief: Microsoft SQL Server 2014 Data Warehouse Fast Track on System x3550 M5 with Micron M500DC Enterprise Value SATA SSDs Solution Reference Number: BDASQLRMS51 The rapid growth
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
Lenovo Database Configuration for Microsoft SQL Server 2016 45TB
Database Lenovo Database Configuration for Microsoft SQL Server 2016 45TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of
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
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
The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5.
Performance benefit of MAX5 for databases The MAX5 Advantage: Clients Benefit running Microsoft SQL Server Data Warehouse (Workloads) on IBM BladeCenter HX5 with IBM MAX5 Vinay Kulkarni Kent Swalin IBM
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
HP PCIe IO Accelerator For Proliant Rackmount Servers And BladeSystems
WHITE PAPER HP PCIe IO Accelerator For Proliant Rackmount Servers And BladeSystems 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Overview & Features... 3 QuickSpecs...3 HP Supported
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
ACCELERATE SQL SERVER 2014 WITH BUFFER POOL EXTENSION ON LSI NYTRO WARPDRIVE
THE CHALLENGE Meeting database performance demands. Increasing data that needs to be read quickly can be bottlenecked by the reluctance to add memory due to cost. THE SOLUTION The SQL Server 214 BPE feature
HP ProLiant DL380p Gen8 1000 mailbox 2GB mailbox resiliency Exchange 2010 storage solution
Technical white paper HP ProLiant DL380p Gen8 1000 mailbox 2GB mailbox resiliency Exchange 2010 storage solution Table of contents Overview 2 Disclaimer 2 Features of the tested solution 2 Solution description
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
HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes
HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes Table of contents Executive summary... 2 Introduction... 3 Tiered solution matrix... 3 Recommended
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
SUN ORACLE EXADATA STORAGE SERVER
SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand
Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate. Nytro Flash Accelerator Cards
Accelerate SQL Server 2014 AlwaysOn Availability Groups with Seagate Nytro Flash Accelerator Cards Technology Paper Authored by: Mark Pokorny, Database Engineer, Seagate Overview SQL Server 2014 provides
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?...
PSAM, NEC PCIe SSD Appliance for Microsoft SQL Server (Reference Architecture) September 11 th, 2014 NEC Corporation
PSAM, NEC PCIe SSD Appliance for Microsoft SQL Server (Reference Architecture) September 11 th, 2014 NEC Corporation 1. Overview of NEC PCIe SSD Appliance for Microsoft SQL Server Page 2 NEC Corporation
WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE
WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE 1 W W W. F U S I ON I O.COM Table of Contents Table of Contents... 2 Executive Summary... 3 Introduction: In-Memory Meets iomemory... 4 What
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
SUN ORACLE DATABASE MACHINE
SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed
DATA WAREHOUSE FAST TRACK FOR MICROSOFT SQL SERVER 2014
REFERENCE ARCHITECTURE DATA WAREHOUSE FAST TRACK FOR MICROSOFT SQL SERVER 2014 EMC VNX 5600 Storage Array, Intel Xeon Processors, HP Proliant DL580 Server EMC Solutions Sep 2014 Copyright 2014 EMC Corporation.
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
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?
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
How To Write An Article On An Hp Appsystem For Spera Hana
Technical white paper HP AppSystem for SAP HANA Distributed architecture with 3PAR StoreServ 7400 storage Table of contents Executive summary... 2 Introduction... 2 Appliance components... 3 3PAR StoreServ
Microsoft SQL Server Acceleration with SanDisk
WHITE PAPER Microsoft SQL Server Acceleration with SanDisk 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com SanDisk s Fusion iomemory solutions maximize performance for Microsoft SQL Server-based
Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator
WHITE PAPER Amadeus SAS Specialists Prove Fusion iomemory a Superior Analysis Accelerator 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com SAS 9 Preferred Implementation Partner tests a single Fusion
HP reference configuration for entry-level SAS Grid Manager solutions
HP reference configuration for entry-level SAS Grid Manager solutions Up to 864 simultaneous SAS jobs and more than 3 GB/s I/O throughput Technical white paper Table of contents Executive summary... 2
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
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
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
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
Delivering Accelerated SQL Server Performance with OCZ s ZD-XL SQL Accelerator
enterprise White Paper Delivering Accelerated SQL Server Performance with OCZ s ZD-XL SQL Accelerator Performance Test Results for Analytical (OLAP) and Transactional (OLTP) SQL Server 212 Loads Allon
QuickSpecs. What's New Support for two InfiniBand 4X QDR 36P Managed Switches
QuickSpecs Overview 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Control Rack - Front View InfiniBand 4X QDR 36P Managed Switch (2) Backup server and storage (configuration and space required dependent upon total capacity
Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820
Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.
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
SanDisk Lab Validation: VMware vsphere Swap-to-Host Cache on SanDisk SSDs
WHITE PAPER SanDisk Lab Validation: VMware vsphere Swap-to-Host Cache on SanDisk SSDs August 2014 Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com 2 Table of Contents
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
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
Oracle Database Reliability, Performance and scalability on Intel Xeon platforms Mitch Shults, Intel Corporation October 2011
Oracle Database Reliability, Performance and scalability on Intel platforms Mitch Shults, Intel Corporation October 2011 1 Intel Processor E7-8800/4800/2800 Product Families Up to 10 s and 20 Threads 30MB
Cisco-EMC Microsoft SQL Server Fast Track Warehouse 3.0 Enterprise Reference Configurations. Data Sheet
Cisco-EMC Microsoft SQL Fast Track Warehouse 3.0 Enterprise Reference Configurations Data Sheet May 2011 Raghunath Nambiar Access and Virtualization Business Unit Introduction The Microsoft SQL Fast Track
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
An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine
An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart
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
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
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
James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/
James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/ Our Focus: Microsoft Pure-Play Data Warehousing & Business Intelligence Partner Our Customers: Our Reputation: "B.I. Voyage came
Improving Microsoft Exchange Performance Using SanDisk Solid State Drives (SSDs)
WHITE PAPER Improving Microsoft Exchange Performance Using SanDisk Solid State Drives (s) Hemant Gaidhani, SanDisk Enterprise Storage Solutions Hemant.Gaidhani@SanDisk.com 951 SanDisk Drive, Milpitas,
New to servers. Are you new to servers? Consider these HP ProLiant Essentials servers. Family guide HP ProLiant rack and tower servers
New to servers Are you new to servers? Consider these HP ProLiant Essentials servers. MicroServer Gen8 Micro-sized server for collaboration, centralization, and command of your business with remote management
Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance
Intel Solid- State Drive Data Center P3700 Series NVMe Hybrid Storage Performance Hybrid Storage Performance Gains for IOPS and Bandwidth Utilizing Colfax Servers and Enmotus FuzeDrive Software NVMe Hybrid
Using Iometer to Show Acceleration Benefits for VMware vsphere 5.5 with FlashSoft Software 3.7
Using Iometer to Show Acceleration Benefits for VMware vsphere 5.5 with FlashSoft Software 3.7 WHITE PAPER Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table
Oracle Acceleration with the SanDisk ION Accelerator Solution
WHITE PAPER Oracle Acceleration with the SanDisk ION Accelerator Solution 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Customer Results... 3 Flexible Deployment Options... 4
Microsoft SharePoint Server 2010
Microsoft SharePoint Server 2010 Small Farm Performance Study Dell SharePoint Solutions Ravikanth Chaganti and Quocdat Nguyen November 2010 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY
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
Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database
Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database Built up on Cisco s big data common platform architecture (CPA), a
Database Server Configuration Best Practices for Aras Innovator 10
Database Server Configuration Best Practices for Aras Innovator 10 Aras Innovator 10 Running on SQL Server 2012 Enterprise Edition Contents Executive Summary... 1 Introduction... 2 Overview... 2 Aras Innovator
How System Settings Impact PCIe SSD Performance
How System Settings Impact PCIe SSD Performance Suzanne Ferreira R&D Engineer Micron Technology, Inc. July, 2012 As solid state drives (SSDs) continue to gain ground in the enterprise server and storage
Dell s SAP HANA Appliance
Dell s SAP HANA Appliance SAP HANA is the next generation of SAP in-memory computing technology. Dell and SAP have partnered to deliver an SAP HANA appliance that provides multipurpose, data source-agnostic,
Business white paper. HP Process Automation. Version 7.0. Server performance
Business white paper HP Process Automation Version 7.0 Server performance Table of contents 3 Summary of results 4 Benchmark profile 5 Benchmark environmant 6 Performance metrics 6 Process throughput 6
Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage
Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3
HP Client Virtualization SMB Reference Architecture for Windows Server 2012
Technical white paper HP Client Virtualization SMB Reference Architecture for Windows Server 212 Affordable, high-performing desktop virtualization on HP ProLiant DL38p Gen8 and Windows Server 212 Table
HP D3600 Disk Enclosure 4,000 Mailbox Resiliency Exchange 2013 Storage Solution
Technical white paper HP D3600 Disk Enclosure 4,000 Mailbox Resiliency Exchange 2013 Storage Solution Table of contents Overview... 2 Disclaimer... 2 Features of the tested solution... 2 HP D3600 Disk
How To Compare Two Servers For A Test On A Poweredge R710 And Poweredge G5P (Poweredge) (Power Edge) (Dell) Poweredge Poweredge And Powerpowerpoweredge (Powerpower) G5I (
TEST REPORT MARCH 2009 Server management solution comparison on Dell PowerEdge R710 and HP Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare server management solutions
Configuring and using DDR3 memory with HP ProLiant Gen8 Servers
Engineering white paper, 2 nd Edition Configuring and using DDR3 memory with HP ProLiant Gen8 Servers Best Practice Guidelines for ProLiant servers with Intel Xeon processors Table of contents Introduction
N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview
N8103-149/150/151/160 RAID Controller N8103-156 MegaRAID CacheCade Feature Overview April 2012 Rev.1.0 NEC Corporation Contents 1 Introduction... 3 2 Types of RAID Controllers... 3 3 New Features of RAID
All Silicon Data Warehouse: Violin Memory Fast Track Data Warehouse Reference Architecture. Installation and Configuration Guide
All Silicon Data Warehouse: Violin Memory Fast Track Data Warehouse Reference Architecture Installation and Configuration Guide 5U Design: Featuring Violin 6212 Storage Array October 2012 Document: VM-DW-1
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
Brainlab Node TM Technical Specifications
Brainlab Node TM Technical Specifications BRAINLAB NODE TM HP ProLiant DL360p Gen 8 CPU: Chipset: RAM: HDD: RAID: Graphics: LAN: HW Monitoring: Height: Width: Length: Weight: Operating System: 2x Intel
2009 Oracle Corporation 1
The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,
Deploying Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault Storage
White Paper Dell Microsoft - Reference Configurations Deploying Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault Storage Abstract
Configuring the HP DL380 Gen9 24-SFF CTO Server as an HP Vertica Node. HP Vertica Analytic Database
Configuring the HP DL380 Gen9 24-SFF CTO Server as an HP Vertica Node HP Vertica Analytic Database HP Big Data Foundations Document Release Date: February, 2015 Contents Using the HP DL380 Gen9 24-SFF
Copyright 2013, Oracle and/or its affiliates. All rights reserved.
1 Oracle SPARC Server for Enterprise Computing Dr. Heiner Bauch Senior Account Architect 19. April 2013 2 The following is intended to outline our general product direction. It is intended for information
SQL Server 2014 Optimization with Intel SSDs
White Paper October 2014 Introducing memory extensions from Microsoft s* newest database product, and Intel SSD Data Center Family for PCIe.* Order Number: 331409-001US INFORMATION IN THIS DOCUMENT IS
Vormetric and SanDisk : Encryption-at-Rest for Active Data Sets
WHITE PAPER Vormetric and SanDisk : Encryption-at-Rest for Active Data Sets 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Abstract... 3 Introduction... 3 The Solution... 3 The
The Hardware Dilemma. Stephanie Best, SGI Director Big Data Marketing Ray Morcos, SGI Big Data Engineering
The Hardware Dilemma Stephanie Best, SGI Director Big Data Marketing Ray Morcos, SGI Big Data Engineering April 9, 2013 The Blurring of the Lines Business Applications and High Performance Computing Are
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
Consolidation Assessment Final Report
Consolidation Assessment Final Report The foundation for a lasting relationship starts with a connection. 1.800.800.0019 www.govconnection.com Table of Contents Executive Overview..............................................
Dell Microsoft SQL Server 2008 Fast Track Data Warehouse Performance Characterization
Dell Microsoft SQL Server 2008 Fast Track Data Warehouse Performance Characterization A Dell Technical White Paper Database Solutions Engineering Dell Product Group Anthony Fernandez Jisha J Executive
HP Smart Array Controllers and basic RAID performance factors
Technical white paper HP Smart Array Controllers and basic RAID performance factors Technology brief Table of contents Abstract 2 Benefits of drive arrays 2 Factors that affect performance 2 HP Smart Array
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
SUN ORACLE DATABASE MACHINE
SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 1 to 8 database servers From 1 to 14 Sun Oracle Exadata Storage Servers Each Exadata Storage Server includes 384 GB of Exadata Smart Flash Cache
HP RA for SAS Visual Analytics on HP ProLiant BL460c Gen8 Servers running Linux
Technical white paper HP RA for SAS Visual Analytics on Servers running Linux Performance results with a concurrent workload of 5 light users and 1 heavy user accessing a 112GB dataset Table of contents
Virtualizing Microsoft SQL Server on Dell XC Series Web-scale Converged Appliances Powered by Nutanix Software. Dell XC Series Tech Note
Virtualizing Microsoft SQL Server on Dell XC Series Web-scale Converged Appliances Powered by Nutanix Software Dell XC Series Tech Note The increase in virtualization of critical applications such as Microsoft
Capacity Management for Oracle Database Machine Exadata v2
Capacity Management for Oracle Database Machine Exadata v2 Dr. Boris Zibitsker, BEZ Systems NOCOUG 21 Boris Zibitsker Predictive Analytics for IT 1 About Author Dr. Boris Zibitsker, Chairman, CTO, BEZ
Scaling in a Hypervisor Environment
Scaling in a Hypervisor Environment Richard McDougall Chief Performance Architect VMware VMware ESX Hypervisor Architecture Guest Monitor Guest TCP/IP Monitor (BT, HW, PV) File System CPU is controlled
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
Cisco SmartPlay Select. Cisco Global Data Center Promotional Program
Cisco SmartPlay Select Cisco Global Data Center Promotional Program SmartPlay Select Program Program Goals and Benefits UCS Promotional offers to accelerate new UCS customers acquisition by showcase Cisco
QuickSpecs. HPE Solid State Drives (SSD) Overview. HPE Solid State Drives (SSD) What's New
Overview HPE s (SSDs) deliver exceptional performance and endurance for customers with applications requiring high random read IOPs performance. Leveraging NAND Flash technology, they support HPE ProLiant