DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING

Size: px
Start display at page:

Download "DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING"

Transcription

1 WHITE PAPER DELL EMC ISILON FOR KDB+ ALGORITHMIC TRADING A use case for historical, large scale near real-time, and high concurrency storage for algorithmic trading Abstract This whitepaper describes the Dell EMC Isilon Scale-Out NAS Storage solution for Kx Systems Kdb+ database applications used in the financial services industry. It presents an overview of the Kdb+ near real-time and historical data workflows to understand the suitability of the Dell EMC Isilon platform as the storage platform of choice for these workflows. April 2018 Dell 1 Dell EMC EMC Isilon Isilon Storage Storage for Kdb+ for Kdb+

2 TABLE OF CONTENTS Introduction... 3 Document purpose... 3 Solution purpose... 3 The business challenge... 3 Kdb+ overview... 4 Kdb+ workflow introduction... 4 Kdb+ server requirement... 5 Solution overview... 6 I/O profile... 6 Data layout and file systems... 7 Scaling capacity Scaling performance Automatic tiering Sample use case and configuration Customer profile & requirements Sample configuration Performance Tests Conclusion References KX documentation Dell EMC documentation Dell EMC Isilon Storage for Kdb+

3 Introduction Document purpose The document describes the solution overview of the Dell EMC Isilon Scale-Out NAS Storage for Kx Systems Kdb+ applications Solution purpose The purpose of this document is to present an overview on the Kdb+ workflow and to understand the suitability of Isilon Scale-Out NAS platform as the storage platform of choice for these workflows. The business challenge Massive data volumes, low-latency and complex event processing have been recurring themes in recent years. For example, five years ago, the NYSE averaged half a billion trades and quotes per day. Today this is typically ~4 billion trades and quotes per day, with peaks of over 8 billion trades per day in Options traders now receive over terabytes of data per day, while stock exchanges have built huge co-location datacenters where dealers run algorithms directly on the data feeds, reducing latency to an absolute minimum. Kdb+ is the ideal solution for this market. Designed from outset in anticipation of vast increases in data volumes and demands for timecritical applications, the kdb+ database is used globally for high performance, data-intensive applications by a variety of clients, including banks, investment dealers, telecoms, insurance companies and government agencies. Kdb+ is used in most of the Top 100 Financial institutions across the globe. The Kdb+ data set can be classified as 1. Real-time database (RBD) - A real-time database (RBD) stores today's data. Typically, it would be stored in-memory during the day, and written out to the historical database (HDB) at end of day. Storing the RBD in-memory results in extremely fast update and query performance. 2. Historic database (HDB) - A historical database (HDB) holds data before today, and its tables would be stored on disk as being much too large to fit in-memory. Each new day's records would be added to the HDB at the end of day. These datasets can grow anywhere from a few terabytes to multi-petabyte data sets. Typically, the active or real-time data set is a very small percentage of the total storage requirement for Kdb+. Historically, customers have used local DRAM of their client machine (that runs the Kdb+ application) for their real-time data storage needs. Even this model is starting to morph as the data volumes and business models change to carry positions for multiple days. Customers are now exploring an architectural shift to support weeks of model data for their current financial investment positions. As such, real-time is morphing as the lack of volatility in the markets causes firms to shift their investment postures from exclusively intra-day to a range of intra-day to multi-day to multi-week. As a result, a high performance data storage solution is required for the near real-time and historic data set. Some of the requirements for this solution are: Highly scalable solution (Data sets size can scale from a few terabytes to multi-petabytes to tens of petabytes) High Read and Write performance (mostly sequential Read I/O for historic and real-time data) High concurrency for massively parallel queries and concurrent user access High performance interconnect between the Kdb+ clients and the storage system Additional desirable requirements include: Automated tiering: Faster access to recent data Automatic optimization of data allocation across the disks Automated replication for business continuity and disaster recovery Support for multiple storage technologies (i.e. SSD, SAS and SATA disks) by the solution 3 Dell EMC Isilon Storage for Kdb+

4 Kdb+ overview Kdb+ workflow introduction Kdb+ is an application and database framework for ticker data. Ticker data comes directly from various feeds (NYSE, NASDAQ, etc., as well as aggregators such as Thomson-Reuters). The components of a Kdb+ database are as follows: Runs on industry-standard Linux, Solaris, Windows, Mac OS X 64-bit server platform. Has no restrictions on storage architectures use local disks, SANs, and NAS and configure them according to any preferences. Stores databases as ordinary native files. This means that ordinary database administration (e.g. backup, recovery etc.) can be done with standard NAS commands and utilities. Scalable column-oriented database for massive data volumes. Manages real-time and historical data in one platform. Includes a general-purpose programming language, q that has direct support for databases. Direct support provides an enormous advantage over systems that force the user to rely on traditional SQL for data access, or create a dependency on the supplier for pre-written queries. While it is possible to use Kdb+ as the ticker archive platform, most customers keep Kdb+ separate from the rest of their ticker archive data, which is usually stored in a compressed text or binary format, and is accessible by a wider variety of applications. Figure 1: Kdb+ Database, Services, Clients Other trading clients access the Kdb+ servers to use the services such as analyzing, aggregating, filtering, and publishing the ticker analysis data. 4 Dell EMC Isilon Storage for Kdb+

5 A typical Kdb+ workflow is depicted in the Figure 2 flowchart: 1. Data is fed into the compute servers from the Isilon cluster. Based upon the need for real-time, historical, or archive, different nodes types and performance characteristics can be deployed. This would run from the range of Flash based technology like the Isilon F800 to the historical capabilities of hybrid servers (i.e., H600, H500, and H400) and lastly to archive tiers (i.e., A200 and A2000). It is not uncommon to have several thousand concurrent connections for models to be run on any given tier of Isilon. 2. Data is fed into the Isilon via the real-time layer of the cluster. Data is tiered between the Isilon performance tiers based upon custom or generic rules for data aging and usage. Real-time can be days to weeks. Historical can be weeks to decades. Archive can be leveraged for certain data sets or not at all. 3. Based on whether the data is real-time or historic data, the data is processed in a certain manner by the Kdb+ server a) For real-time data, the Kdb+ server will process the data from the local DRAM or from an Isilon F800 all flash array. For this reason, the Kdb+ servers are on high-end server equipment. The next section talks about a sample Kdb+ configuration. b) For historical data, the Kdb+ server transforms the data into Kdb+ format, which is typically organized into a columnar format and writes to high performance storage. In the case of Isilon, this storage can be H or F series nodes (F800, H600, or H500). Figure 2: Typical Kdb+ Workflow Kdb+ server requirement Typical Kdb+ deployments are on high-end server equipment, with a large amount of DRAM (from 512GB to over 2TB) and CPU cores (from 16 to more than 144). As a minimum, it is recommended to have RAM of at least four times expected data size. Thus for 5 GB data per day, the RBD machine should have at least 20 GB RAM. In practice, much larger RAM might be used. The application itself is multi-threaded, and spawns as many threads (Q processes) as there are CPU cores in the system. This model allows for a high degree of parallelization when running queries against a large working set. This also means that the storage housing the data needs to be fast enough to supply the host with a high degree of performance. 5 Dell EMC Isilon Storage for Kdb+

6 Solution overview This section will discuss the I/O and file system requirements for a Kdb+ storage system and the suitability of Isilon Scale-Out NAS solution for this workflow. I/O profile Underneath the covers, Kdb+ makes heavy use of memory mapping files (mmap()) into local memory. At the time of execution, each thread will: 1. Scan its assigned mount points for all files and subdirectories 2. Perform metadata reads on each file (lookup, getattr, access) 3. Perform an mmap() call on each file 4. Await instruction from the parent thread When a file is memory mapped, no actual data is read or memory used until the application actually requests the page. At this point, a page fault occurs, and the page of data (typically 4k) is requested. In the case where the data lives on an NFS mount, a page fault results in an NFS read request against the file handle obtained by the client when the process was spun up. The size of this read request can vary, but typically will be equal to the rsize value set when the NFS mount was established. For sequential workloads, setting this rsize to a large value (128KB) can be beneficial, as the client will effectively perform read ahead on the first 4k page fault, causing subsequent 4k page faults to be served by the client s local DRAM. For more random workloads, setting the rsize to a smaller value (4KB or 8KB) may be beneficial, as read-ahead is likely to be wasted. It has been observed in testing and at customer sites that the majority of Kdb+ workloads: Are highly sequential I/O Are read intensive (90%) Are multi-threaded (from 16 -over 40 Q threads per host) Operate against large datasets (50+ TB of historical data, 5-10% of which is most active) This IO profile is very well suited to an Isilon cluster. The highly concurrent workload with a mostly read profile takes advantage of all the strengths of Isilon. Reads on Isilon do not incur the overhead associated with latches or locks like other storage operating systems. This allows for embarrassingly parallel connects to a single file or file system. This allows Kdb+ jobs to scale out as required to complete the job. 6 Dell EMC Isilon Storage for Kdb+

7 Data layout and file systems The way data is laid out in a Kdb+ environment is somewhat unique. All data for a given date is placed in a single directory. Files range from 100MB to greater than several GB in size, typically files per dated directory. The following is a truncated example: In Kdb+, each file is a full database table. The above example assumes only a single mount point (db), which is non-optimal for the following reasons: 1. A single mount point can be accessed by only one Kdb+ thread (Q process) 2. A single mount point implies either: a) A single disk or LUN b) A single NFS mount point 7 Dell EMC Isilon Storage for Kdb+

8 Both points above imply that a single mount point becomes a bottleneck for Kdb+, and would limit performance to that of a single thread. The solution instead is to spread the data across an array of partitions, with the following guidelines: 1. The number of partitions should be equal to, or divisible by the number of Kdb+ threads (generally one per CPU core) 2. Each partition should contain an equal amount of data, in order to ensure that each thread can complete in an equal amount of time. 3. Each partition should perform equally to all other partitions. Kdb+ provides a simple method to allow the partitioning of Kdb+ data across an array of mount points. A single text file (par.txt) is populated with a list of directories, one per line. If the storage to be used is DAS or SAN attached, each line represents a discrete file system. If a NAS storage is to be used (in the case of NFS mounted file systems), each line can either be a separate file system or simply be a separate subdirectory on the same file system. Kdb+ is intelligent enough to balance new data on ingest to each of these mount points. Dated directories are effectively round-robin assigned to a mount point. A single day worth of data will live on at most one mount point. When configuring par.txt to attach to an Isilon cluster, the following guidelines should also be followed: Leverage as many nodes as possible Each node used should be used an equal number of times (e.g.: if there are three nodes, and six threads, make sure that there are two mount points per node) Each mount point should go to a separate subdirectory If applicable, spread the mount points across more than one client-side forty gigabit Ethernet network interface. A sample par.txt to a 3 node Isilon NAS system would look something like this: /mnt/isi-1/subdir_1 /mnt/isi-2/subdir_2 /mnt/isi-3/subdir_3 /mnt/isi-1/subdir_4 /mnt/isi-2/subdir_5 /mnt/isi-3/subdir_6 8 Dell EMC Isilon Storage for Kdb+

9 Figure 3: Sample par.txt to a 3 node Isilon NAS system Underneath each subdirectory would live an equal portion of the dataset. Note that in the above example; only six mount points are defined, which means this configuration is only valid when running Kdb+ with six or less threads. When a Q process is started with slave threads (as is the case most of the time), each of the partitions in par.txt is handed out to slave threads in a round-robin fashion. If there are more par.txt lines than slaves, each slave will get assigned some number of par.txt entries. Note that this is why it is beneficial for the number of lines in par.txt to be divisible by the number of slave threads. For example, if you have a par.txt file with twelve mount points, and you have four slave threads, then each slave thread will get three mount points, resulting in even performance across all threads. If the balance of mount points among slave threads is not even (e.g.: if we had fourteen mount points in the above four-thread example), then performance between threads would be uneven. The runtime of a query is gated by the speed of the slowest thread. If some threads are responsible for a larger set of data than others, they will slow the entire query down, as idle threads cannot be dynamically reassigned to share another s work. The goal of many Kdb+ queries is to scan through a date-range worth of ticker history (e.g.: the last 21 days), and return a result, such as find all trades for all symbols where bidprice was greater than 50'. This results in a full 'table-scan' of all data in this date-range. Each Q process would perform scans of data under their jurisdiction. When each slave thread is finished reading data, it reports the result to the parent thread, which then collates the data and presents it back to the user or application that initiated the query. Note however that the parent thread is not able to tabulate the results until ALL slave threads have reported back. This means that the overall runtime can be negatively impacted when a single thread underperforms its peers. This is the primary reason why load should be as evenly balanced among threads as possible. 9 Dell EMC Isilon Storage for Kdb+

10 Scaling capacity In order to scale the amount of storage available to a Kdb+ instance, customers have two basic approaches available to them: 1. Extend size of current filesystems (as defined in par.txt) 2. Create additional filesystems (add lines to par.txt) Option #1 is only achievable if the filesystems/mount points defined in par.txt can continue to scale capacity. Traditional architectures typically have per LUN or per volume size limitations, which may make this prohibitive. Figure 4: Traditional DAS architecture On an Isilon cluster, the mount points are merely directories sitting on top of a single scale-out volume, which can grow to be as large as 68PB. An additional consideration when scaling is to ensure that data remains balanced between all partitions. In a traditional disk or LUN based environment, this means that introducing new partitions (adding lines to par.txt) requires a shuffle or rebalance of data. Shuffling data among partitions requires I/O travel through the host, and can represent a significant amount of time and I/O, depending on the amount of data which is required to move. During a shuffle, queries cannot be run against the instance. On an Isilon cluster, reshuffling merely requires moving directories from one folder to another, requiring no I/O to the host, and takes seconds (or less) to complete. Scaling performance At some point, the I/O deliverable to a client may be bottlenecked on the storage to which it is attached. Similarly to scaling capacity, this requires either adding additional or faster spindles to existing partitions, or creating new partitions. The latter of these options would require modification of par.txt, as well as a reshuffle of data. With an Isilon scale-out NAS solution, scale is linear for storage, compute, memory and I/O. Additionally, adding nodes to an Isilon scale-out NAS does not require a manual reshuffle of data, as Isilon uses its auto balance feature to automatically rebalance data across the entire cluster. Automatic tiering As with most data, only a portion of a historical Kdb+ instance will be accessed frequently. Generally, the most recent thirty days worth of trading data is queried frequently, with older data being read periodically. For example: one back history strategy may involve scanning the past thirty days of trade data on a daily basis to validate new and existing algorithms. Another strategy may involve scanning the past 180 days of trade data on a weekly basis, and so on. For this reason, it is most cost effective to develop a tiered approach to storing this data. Isilon provides this functionality inherently within the OneFS file system using SmartPools, moving data from tier to tier without the need to change mount points or directory structure. All data, regardless of storage tier, continues to be accessible to clients, without downtime or application reconfiguration. 10 Dell EMC Isilon Storage for Kdb+

11 Sample use case and configuration Customer profile & requirements A customer profile example is the investment arm of a global financial institution. The requirements for their near real-time and historic Kdb+ NAS storage are: Capacity to scale from multi- terabyte to multi-petabyte (e.g. 40TB to 2PB) High Read performance (e.g. 3GB/s per client thread) High Write performance: (e.g. up to 1GB/s per host) Fast Interconnect between Kdb+ servers and NAS storage: 40 Gigabit Ethernet One primary site and one replication site Another requirement could be to store the ticker data archive in Isilon storage as well. Sample configuration For the requirements listed in the previous section, a sample configuration could be something such as: 2 x 4 node Isilon F800 cluster (one for primary and one for replication site) Read and Write performance - Each F800 will provide up to 7GB/sec in sequential read performance in a Kdb+ environment, resulting in over 15GB/sec in aggregate throughput from a 4 node cluster. As the number of Kdb+ clients increase, the Isilon cluster can be scaled linearly. Also, if ticker data archival is a requirement, a separate Isilon archive node cluster (A200 or A2000) can be used based on current capacity. 11 Dell EMC Isilon Storage for Kdb+

12 Performance Tests To understand the performance profile of the Isilon F800-based solution, we recently took an Isilon F800 all-flash NAS, paired it with Dell PowerEdge server, and Kx Systems KDB+ database and ran the STAC-M3 benchmarks, Antuco and Kanaga. The specific configuration is shown in figure below. Together these tests run the end-to-end tick data analysis from real-time trading scenarios to scaled historical batch analytics. The results below compare time-to-completion for key use cases with those of a competing platform with the closest performance and a comparable configuration. The effect of concurrent IO, high IOPS and aggregate throughput delivered by Isilon F800 are directly reflected in the benchmarked completion times. STAC-M3 Configuration STAC Benchmark Highlighted Results The results showed the sweet spot for Isilon All-Flash is its ability to deliver near real-time performance on large data sets at high concurrency. *Based on the STAC M3 Antuco benchmark test by Dell EMC in February 2018, comparing similarly configured solutions, Dell EMC Isilon F800 vs. Netapp EF550 Flash Array. Actual performance will vary based on configuration, usage, and manufacturing variability 12 Dell EMC Isilon Storage for Kdb+

13 Conclusion With Dell EMC Isilon OneFS, organizations and administrators can scale from 18 terabytes to 68 petabytes within a single file system, single volume, and with a single point of administration. OneFS delivers high-performance, high-throughput, or both, without adding management complexity. The Kdb+ product has been designed in anticipation of vast increases in data volumes. The ability of OneFS to scale to multipetabytes in a single file system -while delivering high performance for the sequential read/write I/Os makes Isilon storage ideal for Kdb+ s near real-time and historic workflows. References KX documentation Kdb++ Whitepaper - Kdb+ FAQ - Dell EMC documentation Dell EMC Isilon OneFS Operating System EMC Isilon Scale-Dell EMC Isilon Overview Learn more about Dell EMC [product name] solutions] Contact a Dell EMC Expert View more resources Join the conversation with #HashTag 13 Dell EMC Isilon Storage for Kdb Dell Inc. or its subsidiaries. All Rights Reserved. Dell, EMC and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be trademarks of their respective owners. Reference Number: H17106

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE DELL EMC ISILON F800 AND H600 I/O PERFORMANCE ABSTRACT This white paper provides F800 and H600 performance data. It is intended for performance-minded administrators of large compute clusters that access

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

Isilon Scale Out NAS. Morten Petersen, Senior Systems Engineer, Isilon Division

Isilon Scale Out NAS. Morten Petersen, Senior Systems Engineer, Isilon Division Isilon Scale Out NAS Morten Petersen, Senior Systems Engineer, Isilon Division 1 Agenda Architecture Overview Next Generation Hardware Performance Caching Performance SMB 3 - MultiChannel 2 OneFS Architecture

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

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

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication

Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication CDS and Sky Tech Brief Configuring Short RPO with Actifio StreamSnap and Dedup-Async Replication Actifio recommends using Dedup-Async Replication (DAR) for RPO of 4 hours or more and using StreamSnap for

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

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon.

THE EMC ISILON STORY. Big Data In The Enterprise. Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon. THE EMC ISILON STORY Big Data In The Enterprise Deya Bassiouni Isilon Regional Sales Manager Emerging Africa, Egypt & Lebanon August, 2012 1 Big Data In The Enterprise Isilon Overview Isilon Technology

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

EMC Integrated Infrastructure for VMware. Business Continuity

EMC Integrated Infrastructure for VMware. Business Continuity EMC Integrated Infrastructure for VMware Business Continuity Enabled by EMC Celerra and VMware vcenter Site Recovery Manager Reference Architecture Copyright 2009 EMC Corporation. All rights reserved.

More information

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY DATA SHEET DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple ESSENTIALS Simple storage management designed for ease of use Massive scalability of capacity and performance

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

Performance Testing of SQL Server on Kaminario K2 Storage

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

More information

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

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

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

More information

Isilon Performance. Name

Isilon Performance. Name 1 Isilon Performance Name 2 Agenda Architecture Overview Next Generation Hardware Performance Caching Performance Streaming Reads Performance Tuning OneFS Architecture Overview Copyright 2014 EMC Corporation.

More information

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 ABSTRACT This introductory white paper provides a technical overview of the new and improved enterprise grade features introduced

More information

System Requirements. Version 8.2 May 2, For the most recent version of this document, visit our documentation website.

System Requirements. Version 8.2 May 2, For the most recent version of this document, visit our documentation website. System Requirements Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example 3

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

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

Surveillance Dell EMC Storage with Synectics Digital Recording System

Surveillance Dell EMC Storage with Synectics Digital Recording System Surveillance Dell EMC Storage with Synectics Digital Recording System Configuration Guide H15108 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2016 Dell

More information

EMC SOLUTION FOR SPLUNK

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

More information

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple

DELL EMC ISILON SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple SCALE-OUT NAS PRODUCT FAMILY Unstructured data storage made simple ESSENTIALS Simple storage management designed for ease of use Massive scalability of capacity and performance Unmatched efficiency to

More information

EMC CLARiiON Backup Storage Solutions

EMC CLARiiON Backup Storage Solutions Engineering White Paper Backup-to-Disk Guide with Computer Associates BrightStor ARCserve Backup Abstract This white paper describes how to configure EMC CLARiiON CX series storage systems with Computer

More information

System Requirements. v7.5. May 10, For the most recent version of this document, visit kcura's Documentation Site.

System Requirements. v7.5. May 10, For the most recent version of this document, visit kcura's Documentation Site. System Requirements v7.5 May 10, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 System requirements overview 3 1.1 Scalable infrastructure example

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

The Fastest And Most Efficient Block Storage Software (SDS)

The Fastest And Most Efficient Block Storage Software (SDS) The Fastest And Most Efficient Block Storage Software (SDS) StorPool: Product Summary 1. Advanced Block-level Software Defined Storage, SDS (SDS 2.0) Fully distributed, scale-out, online changes of everything,

More information

DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE

DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE WHITEPAPER DELL EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE A Detailed Review ABSTRACT This white paper introduces Dell EMC Data Domain Extended Retention software that increases the storage scalability

More information

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

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

More information

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

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007)

EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) EMC Business Continuity for Microsoft SharePoint Server (MOSS 2007) Enabled by EMC Symmetrix DMX-4 4500 and EMC Symmetrix Remote Data Facility (SRDF) Reference Architecture EMC Global Solutions 42 South

More information

REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore

REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore CLOUDIAN + QUANTUM REFERENCE ARCHITECTURE 1 Table of Contents Introduction to Quantum StorNext 3 Introduction to Cloudian HyperStore 3 Audience

More information

System Requirements. Version 8.1 March 2, For the most recent version of this document, visit our documentation website.

System Requirements. Version 8.1 March 2, For the most recent version of this document, visit our documentation website. System Requirements Version 8.1 March 2, 2016 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

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

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

Field Testing Buffer Pool Extension and In-Memory OLTP Features in SQL Server 2014

Field Testing Buffer Pool Extension and In-Memory OLTP Features in SQL Server 2014 Field Testing Buffer Pool Extension and In-Memory OLTP Features in SQL Server 2014 Rick Heiges, SQL MVP Sr Solutions Architect Scalability Experts Ross LoForte - SQL Technology Architect - Microsoft Changing

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

Architecting Storage for Semiconductor Design: Manufacturing Preparation

Architecting Storage for Semiconductor Design: Manufacturing Preparation White Paper Architecting Storage for Semiconductor Design: Manufacturing Preparation March 2012 WP-7157 EXECUTIVE SUMMARY The manufacturing preparation phase of semiconductor design especially mask data

More information

DELL EMC ISILON ONEFS STORAGE EFFICIENCY FOR HEALTHCARE PACS

DELL EMC ISILON ONEFS STORAGE EFFICIENCY FOR HEALTHCARE PACS WHITE PAPER DELL EMC ISILON ONEFS STORAGE EFFICIENCY FOR HEALTHCARE PACS FILE SYSTEM CACHING INFRASTRUCTURE Abstract Referring physicians requiring access to diagnostic imaging is causing a shift in the

More information

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 A performance study of 14 th generation Dell EMC PowerEdge servers for Microsoft SQL Server Dell EMC Engineering September

More information

EMC Backup and Recovery for Microsoft SQL Server

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

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

The UnAppliance provides Higher Performance, Lower Cost File Serving

The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance provides Higher Performance, Lower Cost File Serving The UnAppliance is an alternative to traditional NAS solutions using industry standard servers and storage for a more efficient and

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

Test Report: Digital Rapids Transcode Manager Application with NetApp Media Content Management Solution

Test Report: Digital Rapids Transcode Manager Application with NetApp Media Content Management Solution Technical Report Test Report: Digital Rapids Transcode Manager Application with NetApp Media Content Management Solution Jim Laing, NetApp July 2012 TR-4084 TABLE OF CONTENTS 1 Executive Summary... 3 2

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

Using EMC FAST with SAP on EMC Unified Storage

Using EMC FAST with SAP on EMC Unified Storage Using EMC FAST with SAP on EMC Unified Storage Applied Technology Abstract This white paper examines the performance considerations of placing SAP applications on FAST-enabled EMC unified storage. It also

More information

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage Silverton Consulting, Inc. StorInt Briefing 2017 SILVERTON CONSULTING, INC. ALL RIGHTS RESERVED Page 2 Introduction Unstructured data has

More information

MicroTerabyte - NVMesh - Oracle RAC Reference Architecture

MicroTerabyte - NVMesh - Oracle RAC Reference Architecture MicroTerabyte - NVMesh - Oracle RAC Reference Architecture TABLE OF CONTENTS EXECUTIVE SUMMARY INTRODUCTION TO CMA S MICROTERABYTE ORACLE RAC SOLUTION DBAAS AND NEXT-GENERATION DATABASE CHALLENGES DESIGN

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

Surveillance Dell EMC Isilon Storage with Video Management Systems

Surveillance Dell EMC Isilon Storage with Video Management Systems Surveillance Dell EMC Isilon Storage with Video Management Systems Configuration Best Practices Guide H14823 REV 2.0 Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved. Published April

More information

Parallel File Systems. John White Lawrence Berkeley National Lab

Parallel File Systems. John White Lawrence Berkeley National Lab Parallel File Systems John White Lawrence Berkeley National Lab Topics Defining a File System Our Specific Case for File Systems Parallel File Systems A Survey of Current Parallel File Systems Implementation

More information

Storage Designed to Support an Oracle Database. White Paper

Storage Designed to Support an Oracle Database. White Paper Storage Designed to Support an Oracle Database White Paper Abstract Databases represent the backbone of most organizations. And Oracle databases in particular have become the mainstream data repository

More information

SolidFire and Ceph Architectural Comparison

SolidFire and Ceph Architectural Comparison The All-Flash Array Built for the Next Generation Data Center SolidFire and Ceph Architectural Comparison July 2014 Overview When comparing the architecture for Ceph and SolidFire, it is clear that both

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

Data center requirements

Data center requirements Prerequisites, page 1 Data center workflow, page 2 Determine data center requirements, page 2 Gather data for initial data center planning, page 2 Determine the data center deployment model, page 3 Determine

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

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

More information

Warsaw. 11 th September 2018

Warsaw. 11 th September 2018 Warsaw 11 th September 2018 Dell EMC Unity & SC Series Midrange Storage Portfolio Overview Bartosz Charliński Senior System Engineer, Dell EMC The Dell EMC Midrange Family SC7020F SC5020F SC9000 SC5020

More information

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

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

More information

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging Catalogic DPX TM 4.3 ECX 2.0 Best Practices for Deployment and Cataloging 1 Catalogic Software, Inc TM, 2015. All rights reserved. This publication contains proprietary and confidential material, and is

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

Functional Testing of SQL Server on Kaminario K2 Storage

Functional Testing of SQL Server on Kaminario K2 Storage Functional Testing of SQL Server on Kaminario K2 Storage September 2016 TABLE OF CONTENTS 2 3 4 11 12 14 Executive Summary Introduction to Kaminario K2 Functionality Tests for SQL Server Summary Appendix:

More information

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 This whitepaper describes the Dell Microsoft SQL Server Fast Track reference architecture configuration

More information

EMC VMAX 400K SPC-2 Proven Performance. Silverton Consulting, Inc. StorInt Briefing

EMC VMAX 400K SPC-2 Proven Performance. Silverton Consulting, Inc. StorInt Briefing EMC VMAX 400K SPC-2 Proven Performance Silverton Consulting, Inc. StorInt Briefing EMC VMAX 400K SPC-2 PROVEN PERFORMANCE PAGE 2 OF 10 Introduction In this paper, we analyze all- flash EMC VMAX 400K storage

More information

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata combines the best database with the best cloud platform. Exadata is the culmination of more

More information

CA485 Ray Walshe Google File System

CA485 Ray Walshe Google File System Google File System Overview Google File System is scalable, distributed file system on inexpensive commodity hardware that provides: Fault Tolerance File system runs on hundreds or thousands of storage

More information

Making the Most of Hadoop with Optimized Data Compression (and Boost Performance) Mark Cusack. Chief Architect RainStor

Making the Most of Hadoop with Optimized Data Compression (and Boost Performance) Mark Cusack. Chief Architect RainStor Making the Most of Hadoop with Optimized Data Compression (and Boost Performance) Mark Cusack Chief Architect RainStor Agenda Importance of Hadoop + data compression Data compression techniques Compression,

More information

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family Dell MD Family Modular storage The Dell MD storage family Dell MD Family Simplifying IT The Dell MD Family simplifies IT by optimizing your data storage architecture and ensuring the availability of your

More information

Microsoft Dynamics CRM 2011 Data Load Performance and Scalability Case Study

Microsoft Dynamics CRM 2011 Data Load Performance and Scalability Case Study Performance Microsoft Dynamics CRM 2011 Data Load Performance and Scalability Case Study White Paper CONTRIBUTORS: Chris Brooks, Amir Jafri, Goro Hamamura, Ramy Yassa, Siri Harper, Shane Peckham, and Ami

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

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

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

Isilon InsightIQ. Version User Guide

Isilon InsightIQ. Version User Guide Isilon InsightIQ Version 4.1.1 User Guide Copyright 2009-2017 Dell Inc. or its subsidiaries. All rights reserved. Published January 2017 Dell believes the information in this publication is accurate as

More information

ISILON X-SERIES. Isilon X210. Isilon X410 ARCHITECTURE SPECIFICATION SHEET Dell Inc. or its subsidiaries.

ISILON X-SERIES. Isilon X210. Isilon X410 ARCHITECTURE SPECIFICATION SHEET Dell Inc. or its subsidiaries. SPECIFICATION SHEET Isilon X410 Isilon X210 ISILON X-SERIES The Dell EMC Isilon X-Series, powered by the Isilon OneFS operating system, uses a highly versatile yet simple scale-out storage architecture

More information

DELL EMC ISILON ONEFS SMARTFLASH

DELL EMC ISILON ONEFS SMARTFLASH DELL EMC ISILON ONEFS SMARTFLASH FILE SYSTEM CACHING INFRASTRUCTURE ABSTRACT This white paper provides an introduction to the Isilon SmartFlash, the foundation of the Isilon flash-based caching performance

More information

Surveillance Dell EMC Isilon Storage with Video Management Systems

Surveillance Dell EMC Isilon Storage with Video Management Systems Surveillance Dell EMC Isilon Storage with Video Management Systems Configuration Guide H14823 REV 1.1 Copyright 2016-2017 EMC Corporation All rights reserved. Published April 2017 Dell believes the information

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

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager

EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager EMC Virtual Infrastructure for Microsoft Exchange 2010 Enabled by EMC Symmetrix VMAX, VMware vsphere 4, and Replication Manager Reference Architecture Copyright 2010 EMC Corporation. All rights reserved.

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server Standard Edition DWFT 9TB Reduce time to value with pretested hardware configurations Data Warehouse problem and a solution The rapid growth of technology

More information

RUNNING PETABYTE-SIZED CLUSTERS

RUNNING PETABYTE-SIZED CLUSTERS 1 RUNNING PETABYTE-SIZED CLUSTERS CASE STUDIES FROM THE REAL WORLD 2 GROWTH OF UNSTRUCTURED DATA 80% 74% 67% 2013 2015 2017 37 EB Total Capacity Shipped, Worldwide 71 EB 133 EB Source: IDC Unstructured

More information

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

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

More information

HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge

HPC Growing Pains. IT Lessons Learned from the Biomedical Data Deluge HPC Growing Pains IT Lessons Learned from the Biomedical Data Deluge John L. Wofford Center for Computational Biology & Bioinformatics Columbia University What is? Internationally recognized biomedical

More information

B.H.GARDI COLLEGE OF ENGINEERING & TECHNOLOGY (MCA Dept.) Parallel Database Database Management System - 2

B.H.GARDI COLLEGE OF ENGINEERING & TECHNOLOGY (MCA Dept.) Parallel Database Database Management System - 2 Introduction :- Today single CPU based architecture is not capable enough for the modern database that are required to handle more demanding and complex requirements of the users, for example, high performance,

More information

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer &

Provisioning with SUSE Enterprise Storage. Nyers Gábor Trainer & Provisioning with SUSE Enterprise Storage Nyers Gábor Trainer & Consultant @Trebut gnyers@trebut.com Managing storage growth and costs of the software-defined datacenter PRESENT Easily scale and manage

More information

EsgynDB Enterprise 2.0 Platform Reference Architecture

EsgynDB Enterprise 2.0 Platform Reference Architecture EsgynDB Enterprise 2.0 Platform Reference Architecture This document outlines a Platform Reference Architecture for EsgynDB Enterprise, built on Apache Trafodion (Incubating) implementation with licensed

More information

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers By Todd Muirhead Dell Enterprise Technology Center Dell Enterprise Technology Center dell.com/techcenter

More information

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

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

More information

Assessing performance in HP LeftHand SANs

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

More information

New Approach to Unstructured Data

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

More information

Surveillance Dell EMC Storage with LENSEC Perspective VMS

Surveillance Dell EMC Storage with LENSEC Perspective VMS Surveillance Dell EMC Storage with LENSEC Perspective VMS Configuration Guide H14767 REV 1.1 Copyright 2016-2017 Dell Inc. or its subsidiaries. All rights reserved. Published March 2016 Dell believes the

More information

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS

VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS VMware vsphere 5.0 STORAGE-CENTRIC FEATURES AND INTEGRATION WITH EMC VNX PLATFORMS A detailed overview of integration points and new storage features of vsphere 5.0 with EMC VNX platforms EMC Solutions

More information

Dell EMC All-Flash solutions are powered by Intel Xeon processors. Learn more at DellEMC.com/All-Flash

Dell EMC All-Flash solutions are powered by Intel Xeon processors. Learn more at DellEMC.com/All-Flash N O I T A M R O F S N A R T T I L H E S FU FLA A IN Dell EMC All-Flash solutions are powered by Intel Xeon processors. MODERNIZE WITHOUT COMPROMISE I n today s lightning-fast digital world, your IT Transformation

More information

MongoDB on Kaminario K2

MongoDB on Kaminario K2 MongoDB on Kaminario K2 June 2016 Table of Contents 2 3 3 4 7 10 12 13 13 14 14 Executive Summary Test Overview MongoPerf Test Scenarios Test 1: Write-Simulation of MongoDB Write Operations Test 2: Write-Simulation

More information

Seagate Enterprise SATA SSD with DuraWrite Technology Competitive Evaluation

Seagate Enterprise SATA SSD with DuraWrite Technology Competitive Evaluation August 2018 Seagate Enterprise SATA SSD with DuraWrite Technology Competitive Seagate Enterprise SATA SSDs with DuraWrite Technology have the best performance for compressible Database, Cloud, VDI Software

More information

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads

IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com @EdisonGroupInc 212.367.7400 IBM Spectrum Scale vs EMC Isilon for IBM Spectrum Protect Workloads A Competitive Test and Evaluation Report

More information

NetVault Backup Client and Server Sizing Guide 3.0

NetVault Backup Client and Server Sizing Guide 3.0 NetVault Backup Client and Server Sizing Guide 3.0 Recommended hardware and storage configurations for NetVault Backup 12.x September 2018 Page 1 Table of Contents 1. Abstract... 3 2. Introduction... 3

More information

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 Incentives for migrating to Exchange 2010 on Dell PowerEdge R720xd Global Solutions Engineering

More information

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

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

More information

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas / Passions: Performance Tuning & Troubleshooting Virtualization Cloud Enablement Infrastructure Architecture

More information

Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage

Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage Intel Enterprise Edition Lustre (IEEL-2.3) [DNE-1 enabled] on Dell MD Storage Evaluation of Lustre File System software enhancements for improved Metadata performance Wojciech Turek, Paul Calleja,John

More information