Creating Scalable and High Performance Databases with iomemory

Size: px
Start display at page:

Download "Creating Scalable and High Performance Databases with iomemory"

Transcription

1 Creating Scalable and High Performance Databases with iomemory

2 Achieving Peak Performance with Your Database Fusion-io is doing what disk drives and SANs cannot speeding performance, increasing efficiency, and guaranteeing reliability. Fusion's iomemory works directly with the server to not only accelerate performance, but save customers money on a day-to-day basis. Our customers speak for themselves: Figure 1. Actual benefits to customers. 9 x QUERY PROCESSING ON 3 x QUERY PROCESSING ON 5 x QUERY PROCESSING ON 75 % 50 % 50 % LESS HARDWARE LESS HARDWARE LESS HARDWARE The adapter helped my group by reducing the number of servers we expected to manage during the holiday season from 9 12 down to 3. -Kris Ongbongan, System Administration Manager for Zappos.com Our rapid growth requires massive scalability. The iodrive s linear scaling allows us to double our performance capabilities with a single card. -Dave McCabe, Director of Data Center Operations for Datalogix Jump ahead to learn how databases can be re-architected to dramatically improve performance: see Architecting iomemory-based Database Systems on page 8. If you prefer to read about the benefits of iomemory, turn to the How iomemory Helps section on page 7. 2

3 Introduction Data flows through our digital world at an ever-increasing rate. Databases, whose role is to cull this data to provide valuable and usable insights and information, face a daunting challenge. Database hardware and software must continually innovate just to keep pace with rapid data growth and information processing demands. CPU processing power has kept pace with rapid data growth, thanks to Moore s law, which allows processor performance to double roughly every eighteen months. However, databases applications have not been able to exploit these advancements due to technology barriers in two fundamental hardware components: DRAM and hard disks. DRAM offers applications extremely low latencies and high performance, but cost is prohibitive, and thermal density thresholds limit in-server scalability. High-capacity DRAM systems are only possible via expensive clustered systems. These clusters experience network latency and reduced performance from using high-density DRAM (>128GB), which effectively discourages market adoption as a result of high costs and lower performance. Similarly, magnetic hard drive density has grown prodigiously, but even the cleverest engineering arrays produced negligible performance improvements. A system that overcomes these obstacles must improve three characteristics that affect storage device performance: latency, IOPS, and bandwidth. This document discusses the problems traditional systems create for the enterprise and how iomemory addresses the fundamental weaknesses of these systems. It then describes architectures implementing iomemory that can be used to address various databases environmental needs. Latency Latency (usually measured in milliseconds) is the biggest bottleneck in most databases. Because the gap in response time between modern CPUs and the fastest disk array is still several orders of magnitude (see figure 2), powerful processors typically sit idle the majority of the time, waiting on disks (see figure 3). Even at its best, a disk array is thousands of times slower than a CPU. Figure 2. Access delay between DRAM and SSDS is several orders of magnitude. DRAM 5-6 orders of magnitude SSDs SAN, NAS, RAIDed DAS L1 L2 L3 Nanosecond (10E-9) ACCESS DELAY IN TIME Millisecond (10E-3) 3

4 Figure 3. The majority of CPUs are utilized at fewer than 50 percent. (Source: IDC) 2,500,000 CPU Utilization % 2,000,000 Server Server Units/Year 1,500,000 1,000, , % 21-30% 31-50% % IOPS and Bandwidth The simplest performance metric for any storage device is the time it takes the CPU to input and output data. This is measured by the number of read and/or write operations performed per second (IOPS). When measuring a storage device s performance, however, one must also consider bandwidth. IOPS and bandwidth are functions of each other: the data block size affects IOPS performance and IOPS performance potentially limits bandwidth saturation. Let us consider two examples that calculate bandwidth for a random-access database and IOPS for a sequential access database. Bandwidth is simply the number IOPS * the block size. One hard drive can achieve a rough maximum of 200 IOPS for random-access patterns, and yet can achieve a rough maximum of 2400 IOPS for sequential access patterns. If it performs the random operations with 8k block sizes (standard for most databases), it can achieve 1.56 MB/s bandwidth, calculated as follows: 200 x 8k = 1600k /1024 = 1.56MB/S (1MB = 1024k) Conversely, let s calculate the IOPS for a database with sequential access patterns. Hard drives perform much better with sequential access and can achieve a sustained bandwidth of 150MB/s. Per MS SQL best practices, the block size is set to 64k: 150 * 1024 / 64k = 2400 IOPS/sec 4

5 The Problem The conventional way to increase IOPS and bandwidth is to aggregate disks into arrays. However, doing this greatly increases the primary application performance bottleneck: latency. Increased latency leads to deep queuing and severely underutilized CPU cores (figure 2). It also results in diminishing marginal value and exponentially increasing costs, for incremental IOPS (figure 3). The average HDD storage array in the SPC-1 Benchmark (2008 results or later) was able to achieve less than 90,000 IOPS before unacceptable latency levels prevented further IOPS scaling. The average cost for this level of performance was $1.2 million, far exceeding the average cost of External Storage Systems reported by IDC (<$50K). Disk arrays with an intelligent DRAM cache can reduce sequential access latency to around 1 to 2 ms. However, most modern databases have very random I/O access patterns and random access is much more problematic because its often impractical to store the target block or larger datasets in DRAM, forcing the database to go to the magnetic disk. Random reads can quickly climb above 10 to 20 ms of latency, and this problem becomes worse when the number of competing applications increases (over-utilized disk arrays). The end result is poor database and application performance. The following illustration depicts how performance decreases as transaction volume increases. Figure 4. Performance decreases as transaction volume increases. RESPONSE TIME Acceptable SLA Response Time Threshold Bad Performance Good Performance I/O WORKLOAD ACTIVITY Typical SSD-based system When utilizing HHD storage array When utilizing iodrives Additional unfortunate side effects of disk-aggregating solutions are increased system complexity, reduced reliability, and permanently expanded power, cooling, floor space, and administration overhead. All of this makes it difficult for traditional storage systems to guarantee database performance levels under varying or increasing loads. Just keeping up with simple data growth is a significant challenge. IDC estimates that the volume of data stored doubles every 18 months (serendipitously similar to processing performance and Moore s law). Additionally, many database environments experience large spikes in transaction volumes (such as over holidays or financial end-of-year). The cost to accommodate these spikes with today s inefficient systems can make it impractical to purchase performance capacity, and DBAs may be forced to endure periods when they simply cannot meet their SLA or QOS commitments. In addition to spikes in transaction volume, many enterprises such as those in the e-commerce industry see rapid increases in transaction volume as part of organic growth. Keeping up with performance requirements is a cost of business, but with the traditional, inefficient systems, this cost is high. 5

6 Poorly performing databases can result in symptoms that can negatively affect businesses in the following ways: Figure 5. Consequences of poorly performing databases. Symptoms: Results: Slow e-commerce websites Poor conversion rates and lost revenue as customers lose patience Bad customer experience harming brand and leading to negative wordof-mouth advertising Slow enterprise application Staff and customer complains due to application performance Staff and customer complaints due to stale data on read/slave servers making application appear to have problems Lost productivity as end users wait on poorly performing applications Slow reporting and Business Reported complexity limited by performance constraints Intelligence (BI) analysis Slow analysis translates to lost time-sensitive business opportunities Slow back-up/recovery/maintenance windows How iomemory Helps Backup processes impact core application performance when run simultaneously Backups not run as frequently as desired due to impact on core applications Long recover window can lead to revenue and opportunity loss iomemory is a NAND flash-based, in-server memory tier that approaches flash as an extension of the memory hierarchy and as a new building block for computer hardware and software architecture, rather than confining it only to traditional storage paradigms. The result is an elegant cut-through architecture that provides near-linear performance scaling with very little software/hardware overhead, unprecedented flash reliability and endurance, customer flexibility in formatting, software development opportunities, and future-proof field upgradeability. It balances database systems in the following ways: Reduces DRAM requirements. iomemory provides massive capacities of DDRAM-like Flash memory at a much lower cost and without the volatility. This makes it ideal as a replacement for DDRAM cache. iomemory improves system efficiency by reducing the DRAM footprint, which in turn improves both DDRAM and overall system performance. Improves processor utilization. As has been shown, iomemory uses CPUs much more productively and effectively than devices that offload memory management. Eliminates network thrashing. iomemory allows most or all active data to be stored on the servers that applications are running on. This reduces the need for applications to traverse the network for data. Improves disk capacity utilization. Because active data can be stored on servers, storage infrastructure does not need to be wasted on racks of wide-striped arrays. Instead, disk technologies can focus on what they do best: transfer and store high capacity sequentially stored files. 6

7 Architecting iomemory-based Database Systems iomemory products make large capacities of Fusion-optimized NAND flash available to databases on the server. This allows organizations to re-architect database systems to dramatically improve performance by eliminating network latency associated with going to backend data stores. Additionally, organizations that maintain database cache farms can use iomemory products to dramatically reduce the number of servers in their cache farms. This section provides information about the three primary iomemory architectures: All iomemory, iomemory with Data Store, and iomemory Cache. Each following section provides an overview of the architecture, summarizes the benefits, and closes with considerations to help the reader determine if the architecture is suitable for their requirements. ALL IOMEMORY This architecture places the entire database on iomemory within a database server. A second failover server ensures availability through redundancy. Figure 6. Placing the entire database on iomemory greatly reduces infrastructure needs. 7

8 Figure 7. MySQL distributed master/slave database architecture (failover,) supported by rapid replication, ensures availability through redundancy. Benefits 3-10x expected performance improvement. Delivers the highest IOPS, highest throughput, and lowest latency to the entire database. Maximum Server Consolidation. Just two servers provide a fully redundant database platform. Easy implementation. iomemory s high throughput enables a very fast transition to the new architecture. 2-5x performance improvement for distributed master/slave environments. Considerations Size limitations. The number of PCI Express slots within the database server limits the database size this architecture supports. See Architecture Limitations Based on Size on page 11. Read/Write Profile. iomemory can be configured to keep write performance high. However, doing this reduces iomemory s usable capacity. See Sizing Databases Based on Write Load on page 12 for further information. 8

9 RAID configuration. Organizations can RAID configure iomemory products within the server to provide redundancy (RAID 1) or to improve performance (RAID 0). RAID configuration reduces the maximum database size this architecture can support. High availability. The All iomemory architecture provides full database functionality from a single server. However, best practices recommend a second failover server for high availability. See Implementing High Availability on page 12 in this document. IOMEMORY WITH DATA STORE This architecture is useful for organizations whose databases exceed the capacity of iomemory that can be fitted in their current server model. In this architecture, iomemory becomes an in-server tier for the I/Ointensive components of the database while serving the other areas via traditional disk media, either DAS or SAN attached. The Data Store (DAS/SAN/array) is used to house the following: Less I/O-intensive components Data that is accessed by multiple sources Historical data that is accessed less frequently Backups Figure 8. Storing I/O-intensive components on iomemory non-invasively improves performance. 9

10 Benefits percent expected performance improvement. Server consolidation and slow scale out. iomemory eliminates the need for SAN/DAS systems to scale out for performance. Existing performance arrays can be repurposed. Easy implementation. Add iomemory to database servers, similar to installing a graphics card, and place high I/O components on iomemory. Considerations PCI Express slot constraints. The number of PCI Express slots within the database server limits the number of I/O intensive files that can be moved to iomemory (typically 4TB). See Architecture Limitations Based on Size on page 11. RAID configuration. While iomemory devices support RAID 1 configurations, its design makes RAID 1 unnecessary in the same way that RAIDing DRAM chips together is unnecessary. Where LUN sizes greater than the current capacity of iomemory are required, RAID 0 devices can be used to scale capacity and performance linearly without increasing latency. High availability. Use a failover design to facilitate patching, upgrades, and other operational tasks on the operating systems and database. Many current database applications support failover configurations that do not require a shared disk model. IOMEMORY CACHE Organizations frequently use the MemcacheD application to create caching server farms that relieve the pressure from database systems like MySQL. Typically, caching layers consist of clusters of servers loaded up with as much DRAM as they can hold. However, because DRAM is so expensive and because DRAM slots are limited, these server farms can grow quite large. By having applications like MemcacheD referencing iomemory, each server s caching capabilities increase from gigabytes of DRAM to terabytes of high performance memory, greatly improving a server s capabilities. 1 10

11 Figure 9. iomemory can provide terabytes of cache capacity per server, improving performance and reducing the number of servers needed. Benefits Server Consolidation. iomemory adds significant capacities of high performance memory to each server, allowing organizations to achieve higher levels of performance with much fewer servers. Improved performance by enabling more data to be cached, increasing hit rate ratio. 2 Considerations Only available for supported Linux and Unix operating systems. ARCHITECTURE LIMITATIONS BASED ON SIZE Databases realize the greatest performance improvements when the entire database is stored on iomemory. However, the number and size of PCI Express slots within a database server limits the number of iomemory products that can be installed, and therefore limits the size of the database for this configuration. 3 If the database size exceeds the usable capacity of iomemory, significant performance gains can still be achieved by moving the most I/O intensive components to iomemory. The following table shows expected improvements for an All iomemory architecture compared to moving I/O intensive components. 11

12 Figure 10. Expected improvement from different iomemory architectures. Use case Expected improvement 4 Entire database on iomemory 400% to 1000% Tempdb on iomemory 50% to 200% Log files on iomemory 50% to 200% The following table lists high I/O components for several popular databases. Figure 11. High I/O components for several popular databases. Database platform MS SQL Server Oracle Sybase MySQL Specific components Log files, tempdb, indexes, partition tables, and frequently accessed tables Redo logs, indexes, temporary tablespace, undo tablespace, and frequently accessed tables Log files, tempdb, indexes and frequently accessed tables Binary log, application logs, and frequently accessed tables DETERMINING A SERVER S IOMEMORY CAPACITY Consult the PCI Express specification for your server and the iomemory device interface requirements to determine the capacity limits of a server. Contact your Fusion-io representative if you have any questions. SIZING DATABASES BASED ON WRITE LOAD The vast majority of deployments require no change to the iomemory device. However, databases with heavy write patterns should format the device for optimal high-write performance. This operation is enabled via the GUI or CLI and is undertaken before deployment. The level of write optimization is based on read/write ratio, number of IOPS, and duration of high load. This table below provides formatting recommendations. Figure 12. Formatting recommendations for high-write performance. Write percentage Recommended formatting and Impact Up to 30% writes Default Up to 50% writes Improved write performance Reduces usable capacity about 30% 70% writes and above Maximum write performance Reduces usable capacity about 50% IMPLEMENTING HIGH AVAILABILITY iomemory protects data from being lost or corrupted in the event of a server failure. However, it cannot prevent server failures. Additionally, while rare, it is possible for hardware components on the iomemory device to fail. Organizations still need to implement server redundancy schemes at the level their organization requires, including providing a failover server, backup power, separate power sources, etc. The following table describes recommended options for implementing high availability with iomemory: 12

13 Figure 13. Recommended options for implementing high availability with iomemory. Database Platform MS SQL Server Oracle MySQL Sybase Recommended option Database Mirroring, Multi-site Clustering Data Guard Master-slave Replication Database Mirroring Conclusion iomemory is architected like no other solid-state technology today. Its advanced design over SSDs enables the performance benefits of memory through the familiar disk interfaces of modern operating systems, eliminating the complexity of traditional storage architecture that creates unnecessary context switching, deep queuing, and I/O storms. iomemory dramatically improves database performance, out-performing every disk storage array on the market even when they are SSD equipped. iomemory performance allows organizations to leverage database architectures to create higher performing, more scalable, and simpler environments that require much less upfront (CAPEX) and operational costs (OPEX) than have been previously possible using legacy technology. 1 Notably, because iomemory acts like DRAM rather than disks, its performance and scalability in caching layers are much greater than SCSI, SATA, and FC SSDs. 2 Performance improvement depends on how much data is added to the iomemory cache and how frequently the data is accessed. 3 Optimizing devices for higher write loads requires reducing usable capacity of drives. See Sizing Databases Based on Write Load. 4 The impact of moving multiple I/O intensive components to iomemory are cumulative, but not linearly so. 13

Fusion-io: Driving Database Performance

Fusion-io: Driving Database Performance Fusion-io: Driving Database Performance THE CHALLENGE Today, getting database performance means adding disks, RAM, servers, and engineering resources, each of which unbalances already inefficient systems

More information

Driving Data Warehousing with iomemory

Driving Data Warehousing with iomemory Driving Data Warehousing with iomemory Fusion s iomemory offers dramatic performance improvements and cost savings for data warehousing environments. Introduction The primary challenge data warehousing

More information

Increasing Performance of Existing Oracle RAC up to 10X

Increasing Performance of Existing Oracle RAC up to 10X Increasing Performance of Existing Oracle RAC up to 10X Prasad Pammidimukkala www.gridironsystems.com 1 The Problem Data can be both Big and Fast Processing large datasets creates high bandwidth demand

More information

W H I T E P A P E R U n l o c k i n g t h e P o w e r o f F l a s h w i t h t h e M C x - E n a b l e d N e x t - G e n e r a t i o n V N X

W H I T E P A P E R U n l o c k i n g t h e P o w e r o f F l a s h w i t h t h e M C x - E n a b l e d N e x t - G e n e r a t i o n V N X Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R U n l o c k i n g t h e P o w e r o f F l a s h w i t h t h e M C x - E n a b

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

Optimizing the Data Center with an End to End Solutions Approach

Optimizing the Data Center with an End to End Solutions Approach Optimizing the Data Center with an End to End Solutions Approach Adam Roberts Chief Solutions Architect, Director of Technical Marketing ESS SanDisk Corporation Flash Memory Summit 11-13 August 2015 August

More information

High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect

High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect WHY USE NAND FLASH Overcome traditional I/O bottlenecks Create simpler architectures Save on energy costs Drive

More information

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief

VEXATA FOR ORACLE. Digital Business Demands Performance and Scale. Solution Brief Digital Business Demands Performance and Scale As enterprises shift to online and softwaredriven business models, Oracle infrastructure is being pushed to run at exponentially higher scale and performance.

More information

Storage Optimization with Oracle Database 11g

Storage Optimization with Oracle Database 11g Storage Optimization with Oracle Database 11g Terabytes of Data Reduce Storage Costs by Factor of 10x Data Growth Continues to Outpace Budget Growth Rate of Database Growth 1000 800 600 400 200 1998 2000

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

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved.

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability iodrive Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io offers solid state storage

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

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

FOUR WAYS TO LOWER THE COST OF REPLICATION

FOUR WAYS TO LOWER THE COST OF REPLICATION WHITE PAPER I JANUARY 2010 FOUR WAYS TO LOWER THE COST OF REPLICATION How an Ultra-Efficient, Virtualized Storage Platform Brings Disaster Recovery within Reach for Any Organization FOUR WAYS TO LOWER

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

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

SQL Server 2008 at the Speed of Light

SQL Server 2008 at the Speed of Light SQL Server 2008 at the Speed of Light Presented by: Sumeet Bansal, Fusion-io Principal Solutions Architect Silicon Valley SQL Server User Group October 20, 2009 Mark Ginnebaugh, User Group Leader www.bayareasql.org

More information

Drecom Accelerates Anytime, Anywhere Gaming

Drecom Accelerates Anytime, Anywhere Gaming Drecom Accelerates Anytime, Anywhere Gaming Drecom Accelerates Anytime, Anywhere Gaming Industry-leading mobile game company uses Fusion-io to ensure best-in-class mobile application performance with far

More information

Performance of relational database management

Performance of relational database management Building a 3-D DRAM Architecture for Optimum Cost/Performance By Gene Bowles and Duke Lambert As systems increase in performance and power, magnetic disk storage speeds have lagged behind. But using solidstate

More information

Considering the 2.5-inch SSD-based RAID Solution:

Considering the 2.5-inch SSD-based RAID Solution: Considering the 2.5-inch SSD-based RAID Solution: Using Infortrend EonStor B12 Series with Intel SSD in a Microsoft SQL Server Environment Application Note Abstract This application note discusses the

More information

Free up rack space by replacing old servers and storage

Free up rack space by replacing old servers and storage A Principled Technologies report: Hands-on testing. Real-world results. Free up rack space by replacing old servers and storage A 2U Dell PowerEdge FX2s and all-flash VMware vsan solution powered by Intel

More information

ScaleArc for SQL Server

ScaleArc for SQL Server Solution Brief ScaleArc for SQL Server Overview Organizations around the world depend on SQL Server for their revenuegenerating, customer-facing applications, running their most business-critical operations

More information

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

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

More information

The next step in Software-Defined Storage with Virtual SAN

The next step in Software-Defined Storage with Virtual SAN The next step in Software-Defined Storage with Virtual SAN Osama I. Al-Dosary VMware vforum, 2014 2014 VMware Inc. All rights reserved. Agenda Virtual SAN s Place in the SDDC Overview Features and Benefits

More information

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory

NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory NVMFS: A New File System Designed Specifically to Take Advantage of Nonvolatile Memory Dhananjoy Das, Sr. Systems Architect SanDisk Corp. 1 Agenda: Applications are KING! Storage landscape (Flash / NVM)

More information

HYBRID STORAGE TM. WITH FASTier ACCELERATION TECHNOLOGY

HYBRID STORAGE TM. WITH FASTier ACCELERATION TECHNOLOGY HYBRID STORAGE TM WITH FASTier ACCELERATION TECHNOLOGY Nexsan s FASTier acceleration technology uses advanced software architecture and algorithms to leverage the power of solid-state to accelerate the

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

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

Dell EMC Isilon All-Flash

Dell EMC Isilon All-Flash Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation Dell EMC Isilon All-Flash Scale-out All-flash Storage for Demanding Unstructured Data Workloads By Tony Palmer, Senior Lab Analyst

More information

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization

Evaluating Cloud Storage Strategies. James Bottomley; CTO, Server Virtualization Evaluating Cloud Storage Strategies James Bottomley; CTO, Server Virtualization Introduction to Storage Attachments: - Local (Direct cheap) SAS, SATA - Remote (SAN, NAS expensive) FC net Types - Block

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

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 FLASH 1 ST THE STORAGE STRATEGY FOR THE NEXT DECADE Iztok Sitar Sr. Technology Consultant EMC Slovenia 2 Information Tipping Point Ahead The Future Will Be Nothing Like The Past 140,000 120,000 100,000

More information

HP VMA-series Memory Arrays

HP VMA-series Memory Arrays HP VMA-series Memory Arrays Optimize OLTP database applications Presenter title August 2011 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions

Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions Dell PowerEdge R720xd with PERC H710P: A Balanced Configuration for Microsoft Exchange 2010 Solutions A comparative analysis with PowerEdge R510 and PERC H700 Global Solutions Engineering Dell Product

More information

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Storage Update and Storage Best Practices for Microsoft Server Applications Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Agenda Introduction Storage Technologies Storage Devices

More information

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment

Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Intel Solid State Drive Data Center Family for PCIe* in Baidu s Data Center Environment Case Study Order Number: 334534-002US Ordering Information Contact your local Intel sales representative for ordering

More information

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

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

More information

ZD-XL SQL Accelerator 1.6

ZD-XL SQL Accelerator 1.6 ZD-XL SQL Accelerator 1.6 Integrated Flash Hardware & Software Acceleration Solution for SQL Server Features Supports Microsoft Hyper-V and VMware ESXi environments Accelerates SQL Server at a per database

More information

Solid State Drive (SSD) Cache:

Solid State Drive (SSD) Cache: Solid State Drive (SSD) Cache: Enhancing Storage System Performance Application Notes Version: 1.2 Abstract: This application note introduces Storageflex HA3969 s Solid State Drive (SSD) Cache technology

More information

White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation ETERNUS AF S2 series

White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation ETERNUS AF S2 series White Paper Features and Benefits of Fujitsu All-Flash Arrays for Virtualization and Consolidation Fujitsu All-Flash Arrays are extremely effective tools when virtualization is used for server consolidation.

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

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

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

HGST: Market Creator to Market Leader

HGST: Market Creator to Market Leader HGST: Market Creator to Market Leader Gaetano Pastore Enterprise Sales EMEA gaetano.pastore@hgst.com +4915122674411 HGST's Transformation: http://www.youtube.com/watch?v=ehiyhn0jlie Growth of the Digital

More information

Nimble Storage vs HPE 3PAR: A Comparison Snapshot

Nimble Storage vs HPE 3PAR: A Comparison Snapshot Nimble Storage vs HPE 3PAR: A 1056 Baker Road Dexter, MI 48130 t. 734.408.1993 Nimble Storage vs HPE 3PAR: A INTRODUCTION: Founders incorporated Nimble Storage in 2008 with a mission to provide customers

More information

Ultra-Low Latency Down to Microseconds SSDs Make It. Possible

Ultra-Low Latency Down to Microseconds SSDs Make It. Possible Ultra-Low Latency Down to Microseconds SSDs Make It Possible DAL is a large ocean shipping company that covers ocean and land transportation, storage, cargo handling, and ship management. Every day, its

More information

Take control of storage performance

Take control of storage performance Take control of storage performance Transition From Speed To Management SSD + RAID 2008-2011 Reduce time to market Inherent bottlenecks Re-architect for better performance NVMe, SCSI Express Reads & Writes

More information

INTRODUCTION TO EMC XTREMSF

INTRODUCTION TO EMC XTREMSF White Paper INTRODUCTION TO EMC XTREMSF XtremSF is server-based PCIe Flash hardware XtremSF can be used as local storage or as a caching device with EMC XtremSW Cache Abstract This white paper provides

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

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

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

Why Datrium DVX is Best for VDI

Why Datrium DVX is Best for VDI Why Datrium DVX is Best for VDI 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction Managing a robust and growing virtual desktop infrastructure in current

More information

Samsung s Green SSD (Solid State Drive) PM830. Boost data center performance while reducing power consumption. More speed. Less energy.

Samsung s Green SSD (Solid State Drive) PM830. Boost data center performance while reducing power consumption. More speed. Less energy. Samsung s Green SSD (Solid State Drive) PM830 Boost data center performance while reducing power consumption More speed. Less energy. Reduce data center power consumption Data center and power consumption

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

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Generational Comparison Study of Microsoft SQL Server Dell Engineering February 2017 Revisions Date Description February 2017 Version 1.0

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

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

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

Using Synology SSD Technology to Enhance System Performance Synology Inc.

Using Synology SSD Technology to Enhance System Performance Synology Inc. Using Synology SSD Technology to Enhance System Performance Synology Inc. Synology_WP_ 20121112 Table of Contents Chapter 1: Enterprise Challenges and SSD Cache as Solution Enterprise Challenges... 3 SSD

More information

Optimizing Apache Spark with Memory1. July Page 1 of 14

Optimizing Apache Spark with Memory1. July Page 1 of 14 Optimizing Apache Spark with Memory1 July 2016 Page 1 of 14 Abstract The prevalence of Big Data is driving increasing demand for real -time analysis and insight. Big data processing platforms, like Apache

More information

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT

STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT WHITEPAPER STORAGE CONFIGURATION GUIDE: CHOOSING THE RIGHT ARCHITECTURE FOR THE APPLICATION AND ENVIRONMENT This document is designed to aid in the configuration and deployment of Nexsan storage solutions

More information

INFINIDAT Storage Architecture. White Paper

INFINIDAT Storage Architecture. White Paper INFINIDAT Storage Architecture White Paper Abstract The INFINIDAT enterprise storage solution is based upon the unique and patented INFINIDAT Storage Architecture (ISA). The INFINIDAT Storage Architecture

More information

NetApp SolidFire and Pure Storage Architectural Comparison A SOLIDFIRE COMPETITIVE COMPARISON

NetApp SolidFire and Pure Storage Architectural Comparison A SOLIDFIRE COMPETITIVE COMPARISON A SOLIDFIRE COMPETITIVE COMPARISON NetApp SolidFire and Pure Storage Architectural Comparison This document includes general information about Pure Storage architecture as it compares to NetApp SolidFire.

More information

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

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

Operating in a Flash: Microsoft Windows Server Hyper-V

Operating in a Flash: Microsoft Windows Server Hyper-V White Paper Operating in a Flash: Microsoft Windows Server Hyper-V Combine Violin s enterprise-class storage arrays with the ease and flexibility of Windows Storage Server in an integrated solution to

More information

Removing the I/O Bottleneck in Enterprise Storage

Removing the I/O Bottleneck in Enterprise Storage Removing the I/O Bottleneck in Enterprise Storage WALTER AMSLER, SENIOR DIRECTOR HITACHI DATA SYSTEMS AUGUST 2013 Enterprise Storage Requirements and Characteristics Reengineering for Flash removing I/O

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T T h e S h i f t t o I / O Optimization to Boost Virtual a n d P h ys i c a l S e r ve r P e r formance May 2013 Adapted from Scale-Out Meets Virtualization by

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

Solid Access Technologies, LLC

Solid Access Technologies, LLC Newburyport, MA, USA USSD 200 USSD 200 The I/O Bandwidth Company Solid Access Technologies, LLC Solid Access Technologies, LLC Why Are We Here? The Storage Perfect Storm Traditional I/O Bottleneck Reduction

More information

Four-Socket Server Consolidation Using SQL Server 2008

Four-Socket Server Consolidation Using SQL Server 2008 Four-Socket Server Consolidation Using SQL Server 28 A Dell Technical White Paper Authors Raghunatha M Leena Basanthi K Executive Summary Businesses of all sizes often face challenges with legacy hardware

More information

Overview and Current Topics in Solid State Storage

Overview and Current Topics in Solid State Storage Overview and Current Topics in Solid State Storage Presenter name, company affiliation Presenter Rob name, Peglar company affiliation Xiotech Corporation SNIA Legal Notice The material contained in this

More information

IBM XIV Storage System

IBM XIV Storage System IBM XIV Storage System Technical Description IBM XIV Storage System Storage Reinvented Performance The IBM XIV Storage System offers a new level of high-end disk system performance and reliability. It

More information

Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures

Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures Technical Report Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures Tomohiro Iwamoto, Supported by Field Center of Innovation,

More information

White Paper October 2014

White Paper October 2014 White Paper October 2014 Optimize MySQL Cluster Environments with Pools Transform the way you operate, support and innovate MySQL /Slave clusters and significantly reduce TCO Optimize MySQL Cluster Environments

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

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

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

Maximizing Fraud Prevention Through Disruptive Architectures Delivering speed at scale.

Maximizing Fraud Prevention Through Disruptive Architectures Delivering speed at scale. Maximizing Fraud Prevention Through Disruptive Architectures Delivering speed at scale. January 2016 Credit Card Fraud prevention is among the most time-sensitive and high-value of IT tasks. The databases

More information

Nimble Storage Adaptive Flash

Nimble Storage Adaptive Flash Nimble Storage Adaptive Flash Read more Nimble solutions Contact Us 800-544-8877 solutions@microage.com MicroAge.com TECHNOLOGY OVERVIEW Nimble Storage Adaptive Flash Nimble Storage s Adaptive Flash platform

More information

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team

Isilon: Raising The Bar On Performance & Archive Use Cases. John Har Solutions Product Manager Unstructured Data Storage Team Isilon: Raising The Bar On Performance & Archive Use Cases John Har Solutions Product Manager Unstructured Data Storage Team What we ll cover in this session Isilon Overview Streaming workflows High ops/s

More information

ACCELERATE YOUR ANALYTICS GAME WITH ORACLE SOLUTIONS ON PURE STORAGE

ACCELERATE YOUR ANALYTICS GAME WITH ORACLE SOLUTIONS ON PURE STORAGE ACCELERATE YOUR ANALYTICS GAME WITH ORACLE SOLUTIONS ON PURE STORAGE An innovative storage solution from Pure Storage can help you get the most business value from all of your data THE SINGLE MOST IMPORTANT

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

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

Got Isilon? Need IOPS? Get Avere.

Got Isilon? Need IOPS? Get Avere. Got Isilon? Need IOPS? Get Avere. Scalable I/O Performance to Complement Any EMC Isilon Environment By: Jeff Tabor, Director of Product Marketing Achieving Performance Scaling Overcoming Random I/O and

More information

When, Where & Why to Use NoSQL?

When, Where & Why to Use NoSQL? When, Where & Why to Use NoSQL? 1 Big data is becoming a big challenge for enterprises. Many organizations have built environments for transactional data with Relational Database Management Systems (RDBMS),

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Overview and Current Topics in Solid State Storage

Overview and Current Topics in Solid State Storage Overview and Current Topics in Solid State Storage Presenter name, company affiliation Presenter Rob name, Peglar company affiliation Xiotech Corporation SNIA Legal Notice The material contained in this

More information

Optimizing Tier-1 Enterprise Storage for Solid State Memory

Optimizing Tier-1 Enterprise Storage for Solid State Memory Optimizing Tier-1 Enterprise Storage for Solid State Memory Ivan Iannaccone HP 3PAR Lead Product Manager Santa Clara, CA August 2014 1 What is driving the need for Solid State Storage? Performance Processor

More information

Hitachi Converged Platform for Oracle

Hitachi Converged Platform for Oracle Hitachi Converged Platform for Oracle Manfred Drozd, Benchware Ltd. Sponsored by Hitachi Data Systems Corporation Introduction Because of their obvious advantages, engineered platforms are becoming increasingly

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

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research Storage Platforms with Aspera Overview A growing number of organizations with data-intensive

More information

Extremely Fast Distributed Storage for Cloud Service Providers

Extremely Fast Distributed Storage for Cloud Service Providers Solution brief Intel Storage Builders StorPool Storage Intel SSD DC S3510 Series Intel Xeon Processor E3 and E5 Families Intel Ethernet Converged Network Adapter X710 Family Extremely Fast Distributed

More information

CASE STUDY. Improving Server Performance & Reducing Data Center Costs with Virtualization and OCZ Solid-State Storage

CASE STUDY. Improving Server Performance & Reducing Data Center Costs with Virtualization and OCZ Solid-State Storage CASE STUDY Improving Server Performance & Reducing Data Center Costs with Virtualization and OCZ Solid-State Storage 1 SIGNATURE BANK OF ARKANSAS IMPROVES PERFORMANCE AND REDUCES TCO WITH VMWARE AND OCZ

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Storage Innovation at the Core of the Enterprise Robert Klusman Sr. Director Storage North America 2 The following is intended to outline our general product direction. It is intended for information

More information

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE WHITEPAPER DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE A Detailed Review ABSTRACT While tape has been the dominant storage medium for data protection for decades because of its low cost, it is steadily

More information

Choosing Hardware and Operating Systems for MySQL. Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc

Choosing Hardware and Operating Systems for MySQL. Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc Choosing Hardware and Operating Systems for MySQL Apr 15, 2009 O'Reilly MySQL Conference and Expo Santa Clara,CA by Peter Zaitsev, Percona Inc -2- We will speak about Choosing Hardware Choosing Operating

More information

Optimizing Tiered Storage Workloads with Precise for Storage Tiering

Optimizing Tiered Storage Workloads with Precise for Storage Tiering Applied Technology Abstract By introducing Enterprise Flash Drives to EMC Symmetrix and CLARiiON storage systems, EMC revitalized the importance of tiered storage. Optimizing the use of these tiers provides

More information