IBM DB2 BLU Acceleration vs. SAP HANA vs. Oracle Exadata

Size: px
Start display at page:

Download "IBM DB2 BLU Acceleration vs. SAP HANA vs. Oracle Exadata"

Transcription

1 Research Report IBM DB2 BLU Acceleration vs. SAP HANA vs. Oracle Exadata Executive Summary The problem: how to analyze vast amounts of data (Big Data) most efficiently. The solution: the solution is threefold: 1. Find ways to organize and compress data such that large amounts of data take up less space and find a way to read compressed data to speed query completion; 2. Use efficient algorithms to accelerate the speed of Big Data analysis; and, 3. Select a system environment that provides balanced resource utilization such that CPU power, memory, input/output (I/O), networks and storage all work together in a balanced fashion in order to generate query results as expeditiously as possible. Three companies IBM, SAP, and Oracle all build software environments designed to accelerate Big Data analysis. There are, however, very significant differences in how each vendor organizes/queries data and in related system designs: IBM s approach uses an innovative new technique known as DB2 BLU Acceleration. Using a columnar approach, BLU quickly whittles down the size of a Big Data database to isolate relevant data, in effect speed reading large databases (this approach enables BLU to achieve a 10-50X performance advantage over traditional row-based approaches). IBM s approach also features database compression, the ability to read compressed data in memory, and a balanced system design; SAP s HANA relies on placing large amounts of columnar data in main memory where the whole database can be analyzed in real time. HANA also compresses data by up to 20X (but need to decompress it to enable query processing). We like HANA, but we question whether system resource utilization is well-balanced; and, Oracle s own Website describes Exadata Database Machine as combining massive memory and low-cost disks to deliver the highest performance and petabyte scalability at the lowest cost. To us, Exadata is a highly-tuned Oracle real application cluster (RAC) packaged as an appliance with storage that uses the Oracle database along with in-database advanced analytics. This offering does not exploit columnar data; does not read compressed data; and its compression facilities lag IBM s DB2. A closer look at each vendor s Big Data analytics offerings shows major differences in how data is cached and compressed; how workloads are managed; how memory is used and in system balance/optimization. As we examined each vendor s offerings from these perspectives, we found that IBM s DB2 with BLU acceleration has strong advantages over SAP HANA and Oracle Exadata particularly when it comes to balanced system design and performance. In this Research Report, Clabby Analytics discusses in greater depth how each of these systems differ.

2 The Big Data Marketplace Due to advances parallel processing; due to continual reductions in storage costs; due to the simplification of data management software; and due to lower cost, more powerful and flexible business analytics software, it has now become more affordable than ever before to run analytics applications against large volumes of enterprise data. For years enterprises have been capturing valuable, usable data but this data has been too expensive to mine (analyze). Now, with reduced systems, storage and software costs, enterprises are finding that they can achieve a clear return-on-investment by analyzing more and more of the structured and unstructured data that they have long been able to capture. A CEO study entitled Leading Through Connections shows that enterprises now realize the strategic value of business analytics. Enterprises are cleansing their data, consolidating and parallelizing their databases, and building integrated infrastructures. As evidence of the strategic importance of Big Data analysis, also consider this study published in the MIT Sloan Management Review that concludes that enterprises that use Big Data analytics are twice as likely to outperform their competitors. This study also found that there has been a 60% increase in the use of business analytics over the past few years. The use of analytics is growing and it is growing because enterprises now see the strategic value of analyzing all sorts of data. By moving to Big Data analytics enterprise are better able to respond to new opportunities as well as to create or respond more quickly to competitive threats. Enterprises that have embraced Big Data analytics are finding that they can better service customers, better manage risk, spot trends and thus improve customer relationships, reduce risk, and exploit new business opportunities. Organizing and Working with Big Data The goal of business analytics is to help people make more informed decisions thus leading to better business outcomes. In order to make more informed decisions, enterprises need to: Organize, integrate, and govern their structured as well as unstructured data; Address data growth (scale) through data and compute parallelism; and, Find ways to cost effectively manage and store large, complex data sets. To achieve data consistency and operational efficiency, multiple, siloed data warehouses need to be consolidated and parallelized in order to create one version of the truth (a single, common database view). Further, Quality-of-Service (QoS) requirements for reliability, availability, and security as well as scalability and performance need to be addressed. Once the data has been cleansed and federated, enterprises need to figure out how to work with that data. Entire databases can be placed into memory, or they can be dynamically cached (placed in the storage subsystem, then accessed as needed). Data can be tiered such that the most important data can be located on fast disks in close proximity to the processors such that it can be analyzed most expeditiously. Data can be compressed such that it takes up less space (saving on storage and memory costs). Data can be organized into columns in order to improve analytics performance over traditional row-based data. Some vendors can even read this compressed data, producing results more quickly than competitors. September, Clabby Analytics Page 2

3 Big Differences Start to Show-up When Analyzing How Data Is Organized and How the System Design Supports Big Data Analytics Processing Some of the comparison points that we look for when comparing and contrasting IBM s, SAP s, and Oracle s approaches include: What is the data structure? Is it row data or columnar or both? Is the data cached or is it all held in memory? How is compression handled? What are the system design characteristics? Where/how is the data processed? What is being done to streamline CPU, memory and I/O interaction? What are the deployment characteristics? As Figure 1 shows, there are big differences in how IBM, SAP, and Oracle express data (rows vs. columnar); how memory management/caching is handled; how compression is handled; and how data is processed by the system (resource utilization). Figure 1 How IBM, SAP, and Oracle Organized Big Data Source: Clabby Analytics September, 2013 The way we see it, organizing data into columns has big performance advantages as compared with processing row-based data. We like in-memory databases like SAP s HANA, especially for real-time processing, but we have some resource utilization issues with this design (so clever caching is more appealing to us). We see the ability to analyze compressed data as a huge competitive differentiator for September, Clabby Analytics Page 3

4 IBM because it speeds the time it takes to achieve results. From a systems design perspective, we like to see the balanced use of all resources and we like to see processors exploit SIMD instructions (single instruction, multiple data) in order to more efficiently process data in parallel. As for deployment (and operations), it can be argued that IBM s approach is less complex (load-and-go simplicity) and more flexible (more control over how to configure/build a Big Data server) as compared with its SAP and Oracle competitors. A Closer Look at IBM s DB2 BLU Acceleration Solution First, it is important to note that IBM tunes its DB2 BLU acceleration for its own hardware just as Oracle does for its own hardware. SAP, on the other hand, has been designed to run on the commodity (x86) hardware offered by many vendors. As we looked at IBM s BLU Acceleration data structure we found that it can be used with row or column-based data. In column mode, it has been reported to be 10-50X faster than traditional row-based relational databases. From a memory management perspective, IBM s DB2 with BLU Acceleration is designed to use in-memory columnar processing that maintains in-memory performance while dynamically moving unused data to/from storage as needed. As for compression, DB2 has long had a compression advantage over other major database competitors (a few years ago we wrote about how some Oracle customers were able to save 40% of their storage costs by taking advantage of DB2 compression). But, in addition to compression efficiency advantages, BLU Acceleration is able to read compressed data (no decompression necessary) while also employing data skipping algorithms to speed-read compressed databases. BLU Acceleration also takes advantage of processor level parallel vector processing to exploit multi-core and SIMD (single instruction, multiple data) parallelism (SIMD instructions help improve parallel performance, helping to produce query results faster than systems that do not exploit SIMD). DB2 with BLU Acceleration is NOT an in-memory database processing environment (like SAP s HANA) instead it uses dynamic memory management caching techniques to off-load some data to near proximity fast storage. DB2 compression can reduce the size of Big Data databases more efficiently than Oracle or SAP. BLU Acceleration can read compressed data in memory without having to decompress it (IBM s BLU Acceleration uses advanced data-skipping techniques both SAP s HANA and Oracle s Exadata do not read compressed data in memory). We see this ability to read compressed data in memory as a huge advantage for IBM s BLU when it comes to the speed of query completion. Also noteworthy, from a systems design perspective, IBM s DB2 BLU Accelerator can be deployed on IBM POWER-based Power Systems as well as x86-based System x servers. Because POWER processors can execute twice as many threads as their Intel counterparts, it is reasonable to expect Power Systems to be able to significantly outperform x86-based SAP and Oracle counterparts when running the same query. Finally, note that IBM s DB2 BLU Acceleration takes advantage of a balanced system design where CPU, memory, and I/O all work together in an optimized fashion. As we examined how IBM s DB2 BLU Acceleration works with underlying processors and subsystems, we observed that underlying subsystems are optimized for: September, Clabby Analytics Page 4

5 In-memory processing because: 1) the most useful data is placed in memory (the data stays compressed so more data can be placed in memory while data in storage is scan-friendly from a caching perspective); 2) less data is placed in memory (as a result of the use of columnar data, late materialization, and data skipping techniques); and, 3) memory latency is optimized for scans, joins and aggregation. High CPU performance thanks to the use of SIMD instructions that speed scans, joins, grouping and arithmetic performance; and thanks to core friendly parallelism. I/O optimization because the system design places less stress on the I/O subsystem (because there is less data to read thanks to columnar processing and the ability to read compressed data in memory). When data is retrieved from cache, it is easier to read because it has been packaged as scan-friendly. And, finally, specialized columnar prefetching algorithms also speed-up cache calls. IBM s system design is a great example of how to build a well-balanced environment that places the most important data in memory while making cached data easy to retrieve. We like this dynamic data caching approach better than an in-memory database approach largely because it accommodates database scalability better. With in-memory databases, to deal with the size of ever-growing Big Data databases, either more systems needs to be purchased or data needs to be dropped out of memory in favor of new data. Dynamic caching provides more flexibility when dealing with data sets that are larger than main memory can hold. We also like the way the processor is fed a steady stream of data to process, as well as the use of SIMD instructions to improve parallel processing performance. We also like the way the I/O subsystem is organized such that cache calls are fewer and further between, and when cache is called prefetch algorithms speed data acquisition. Finally, we note that IBM s DB2 environment offers advanced workload management facilities whereas its SAP HANA competitor does not. A Closer Look at SAP s HANA SAP s HANA environment is an in-memory processing environment. With HANA, ALL data is placed in main memory for fast processing. (An excellent overview of how this architecture processes queries can be found here). The emphasis in the HANA design is to converge online analytical processing (OLAP) and online transaction processing (OLTP) into one columnar store in order to eliminate latency (reads/writes to disk) and thus speed real-time decision making. The design advantage in using an in-memory data store is that cache/disk latency is eliminated, and OLAP and OLTP activities can take place in parallel in real time. In contrast, IBM s DB2 Acceleration would need to access row-based tables stored on disk to perform certain operational queries while trend and historical data would probably reside in an in-memory data mart (having to go to two different places in order to gather data could make BLU less suitable for real-time analysis as compared with using main memory exclusively). Enterprises that need to converge OLAP and OLTP into one common environment for real time decision making, therefore, would likely be well served by adopting the HANA approach. The big questions to be answered with respect to how HANA handles large in-memory databases are given that the size of memory is finite is how many concurrent users can September, Clabby Analytics Page 5

6 be supported and how does the system perform as queries complexity increases. SAP s own HANA Memory Usage guide indirectly raises these same questions when it states that the amount of extra memory will depend on the size of the tables (larger tables will create larger intermediate result-tables in operations like joins), but even more on the expected workload in terms of the concurrency and complexity of the analytical queries (each concurrent query needs its own workspace). To us, this means that as query complexity increases, performance will slow down and, because each query needs its own workspace, the number of concurrent workloads may need to be decreased in order to meet service level requirements for performance. The other important elements we examine when evaluating Big Data processing environments include compression efficiency and the ability to analyze compressed data. We have not yet seen a published HANA vs. BLU compression comparison, but we did see an IBM Labs test that showed that for the same 220 GB raw, uncompressed fact data, IBM beat HANA compression by 13%. Further, when it comes to analyzing uncompressed data, HANA needs to decompress data before reading it which should result in substantial performance advantages for IBM s DB2 BLU Accelerator. In short, we think SAP s HANA has been designed as a real-time OLTP/OLAP environment. If the database can fit into memory and if the queries are simple this is a good architecture to process real-time operational OLTP/OLAP workloads. We do have reservations, however, on intermediate and complex query demands on the system and the level of concurrency that can be supported accordingly. Oracle s Exadata Database Machine Environment Oracle s Exadata environment is a highly tuned x86-based real application cluster environment (packaged as an appliance) that has been designed to process large Oracle databases. It does not use columnar processing other than as a compression technique; and it is not an in-memory-only system solution (like SAP s HANA). The way it deals with large volumes of data is similar to IBM s BLU approach in that it places hot data in main memory and caches the overflow. The beauty of this environment is that it features a tuned and optimized Oracle database (which is important because some enterprises have standardized on Oracle as their primary database), an operating system, servers, and storage along with analytics tools and utilities, all as an integrated solution. It offers good performance and can scale readily. It can be used to perform all types of analytics ranging from scan-intensive applications to highly concurrent transactional processing. Finally, it offers solid workload management facilities. Oracle customers love Exadata because it is a prepackaged data appliance that is straightforward to deploy and provides an immediate performance boost when compared to standard Oracle database performance on various commercial servers. Our big issue with Oracle s Exadata Database Machine is that it appears to be a jack-of-alltrades designed to handle a variety of analytics workloads (we don t see this design as being optimized for any specific analytics workload). In contrast, consider IBM s PureData Systems systems that have been engineered to process specific analytics workloads. For instance, IBM s PureData System for Analytics is a high performance, September, Clabby Analytics Page 6

7 scalable, massively parallel appliance that has been tuned and optimized to perform analytics on large volumes of historical data. IBM s PureData System for Hadoop simplifies Hadoop deployment and accelerates Hadoop performance. PureData System for Operational Analytics is optimized for operational analytics and has been designed to hand concurrent operational queries. And IBM s PureData System for Transactions has been designed specifically to process high volumes of transactions. IBM builds appliances that are tuned and optimized to handle specific analytics workloads optimally. As for comparing Oracle s Exadata Database Machine compression with IBM s DB2 BLU Acceleration compression, we have already mentioned that Oracle customers who had switched to IBM s DB2 saw compression rates greatly improve. We suspect that IBM s compression efficiency is better than Oracle s compression efficiency saving IBM DB2 customers from having to purchase a lot of additional storage hardware. We also stated earlier is that Oracle s Exadata does not read compressed data requiring that data be decompressed before it is acted upon. Decompression can happen at the storage tier (as part of a smart scan) or at the database tier but regardless of where it occurs it has a performance impact. As for Oracle s Exadata Database Machine s failure to exploit columnar processing, this too has an impact on database processing performance. Because Oracle s Exadata is not based on a columnar database design, it does not have the ability to read just 1 column for many rows so it places all columns for a given row into a compression unit. During decompression, rows are reconstructed out of the compression unit. Decompressed rows are returned to the database if Smartscan is used, but if it isn t used than the entire compression unit is returned to buffer cache. Compression, on the other hand, occurs on the database tier only (never on storage cells). It is reasonable to assume that having to constantly compress/decompress data will likely negatively impact analytics performance. From a system design perspective, there are IBM has a further advantage over Oracle s x86-based Exadata Database Machine in that IBM can offer its DB2 BLU Acceleration on POWER-based systems. Due to faster threading and the ability to support SIMD instructtions, IBM s it stands to reason that IBM Power Systems can process more work on fewer cores than Oracle s Exadata (using less hardware may result in price advantages when selecting an IBM BLU Acceleration solution). As for the complexity to manage aspect that we described in Figure 1, consider how Exadata handles query parallelism. The Oracle database as implemented on Exadata allocates parallel execution processes on a first-come-first-served basis until the maximum number of parallel processes is achieved. When the system load is low, queries are allocated the maximum number of parallel execution processes, thus improving performance. But when the load is high, Oracle downgrades the number of execution processes allocated to queries and/or forces queries to wait in queues. Downgrading the number of parallel execution processes while queuing others degrades query performance as fewer resources are made available to execute query requests. Further, downgraded queries remain downgraded until the query is finished. To us, this is an example of why this environment is difficult to manage. September, Clabby Analytics Page 7

8 Finally, it is important to note that due to processor advantages (faster processors, SIMD instruction execution, the ability to process more threads using fewer cores) and balanced I/O and memory management, we suspect that IBM s POWER-based Power Systems with Blue Acceleration should be able to outperform Oracle s Exadata by 1.5X to 2.5X depending on the complexity of the reports being executed. Summary Observations The bottom line in comparing these three architectures is that there are some commonalities in the ways that each vendor approaches Big Data analytics but there are also some very distinct differences. These differences manifest themselves in database query processing speed; number of concurrent users that can be supported; the affect that query complexity can have on system performance; system efficiency/optimization; and manageability. The key take-aways from this report should be as follows: IBM s DB2 BLU Accelerator and SAP s HANA use a columnar approach to set up data for processing (IBM can also use rows). Columnar processing can be much faster than row processing (Oracle uses a row-only processing approach); IBM s DB2 BLU Accelerator has a distinct advantage over SAP s HANA and Oracle s Exadata in that it can analyze compressed data in memory. This means that more data can be read more quickly; SAP s HANA can be excellent at processing large volumes of data in-memory for combined OLAP/OLTP environments where real-time results are required. We suspect, however, that as query complexity or volume (concurrent users) increases, performance will slow down significantly as each query contends for resources; Oracle s Exadata Database Machine has been well received by the Oracle community because it offers good out-of-the-box performance and scales well. We see this appliance, however, as a general purpose analytics processor not tuned for specific analytics workloads. Other shortcomings are its row-based orientation as well as its inability to read compressed data in memory. We think that given IBM s system design advantages (faster processors, more threads, SIMD, balanced I/O handling, solid memory management), IBM POWER-based Power Systems should be able to easily outperform Exadata systems when processing complex and intermediate workloads respectively. When choosing a Big Data processing environment, each approach has its merits. But, from our perspective, IBM s DB2 BLU Acceleration has several design advantages that should lead to consistently higher performance when querying Big Data databases. Clabby Analytics Telephone: 001 (207) Clabby Analytics All rights reserved September, 2013 Clabby Analytics is an independent technology research and analysis organization. Unlike many other research firms, we advocate certain positions and encourage our readers to find counter opinions then balance both points-of-view in order to decide on a course of action. Other research and analysis conducted by Clabby Analytics can be found at:

Infrastructure Matters: POWER8 vs. Xeon x86

Infrastructure Matters: POWER8 vs. Xeon x86 Advisory Infrastructure Matters: POWER8 vs. Xeon x86 Executive Summary This report compares IBM s new POWER8-based scale-out Power System to Intel E5 v2 x86- based scale-out systems. A follow-on report

More information

The Arrival of Affordable In-Memory Database Management Systems

The Arrival of Affordable In-Memory Database Management Systems Research Report The Arrival of Affordable In-Memory Database Management Systems Executive Summary The enterprise computing marketplace is about to enter a new era of computing: the era of affordable in-memory

More information

Evolving To The Big Data Warehouse

Evolving To The Big Data Warehouse Evolving To The Big Data Warehouse Kevin Lancaster 1 Copyright Director, 2012, Oracle and/or its Engineered affiliates. All rights Insert Systems, Information Protection Policy Oracle Classification from

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

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

Strategic Briefing Paper Big Data

Strategic Briefing Paper Big Data Strategic Briefing Paper Big Data The promise of Big Data is improved competitiveness, reduced cost and minimized risk by taking better decisions. This requires affordable solution architectures which

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

A Major Change in x86 Server Design: IBM X6 Platforms

A Major Change in x86 Server Design: IBM X6 Platforms Research Report A Major Change in x86 Server Design: IBM X6 Platforms Introduction To date, one of the biggest shortcomings in x86 system designs has been lack of memory. Pre-Intel EX systems have generally

More information

Oracle Exadata: The World s Fastest Database Machine

Oracle Exadata: The World s Fastest Database Machine 10 th of November Sheraton Hotel, Sofia Oracle Exadata: The World s Fastest Database Machine Daniela Milanova Oracle Sales Consultant Oracle Exadata Database Machine One architecture for Data Warehousing

More information

HANA Performance. Efficient Speed and Scale-out for Real-time BI

HANA Performance. Efficient Speed and Scale-out for Real-time BI HANA Performance Efficient Speed and Scale-out for Real-time BI 1 HANA Performance: Efficient Speed and Scale-out for Real-time BI Introduction SAP HANA enables organizations to optimize their business

More information

In-Memory Data Management

In-Memory Data Management In-Memory Data Management Martin Faust Research Assistant Research Group of Prof. Hasso Plattner Hasso Plattner Institute for Software Engineering University of Potsdam Agenda 2 1. Changed Hardware 2.

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

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

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Engineered Systems - Exadata Juan Loaiza Senior Vice President Systems Technology October 4, 2012 2 Safe Harbor Statement "Safe Harbor Statement: Statements in this presentation relating to Oracle's

More information

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant Exadata X3 in action: Measuring Smart Scan efficiency with AWR Franck Pachot Senior Consultant 16 March 2013 1 Exadata X3 in action: Measuring Smart Scan efficiency with AWR Exadata comes with new statistics

More information

Oracle 1Z0-515 Exam Questions & Answers

Oracle 1Z0-515 Exam Questions & Answers Oracle 1Z0-515 Exam Questions & Answers Number: 1Z0-515 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Oracle 1Z0-515 Exam Questions & Answers Exam Name: Data Warehousing

More information

Performance Innovations with Oracle Database In-Memory

Performance Innovations with Oracle Database In-Memory Performance Innovations with Oracle Database In-Memory Eric Cohen Solution Architect Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 Introduction Databases form the underlying foundation for most business applications by storing, organizing,

More information

Top 4 considerations for choosing a converged infrastructure for private clouds

Top 4 considerations for choosing a converged infrastructure for private clouds Top 4 considerations for choosing a converged infrastructure for private clouds Organizations are increasingly turning to private clouds to improve efficiencies, lower costs, enhance agility and address

More information

Executive Brief June 2014

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

More information

InComparison. IBM DB2 with BLU Acceleration on Power Systems: how it compares

InComparison. IBM DB2 with BLU Acceleration on Power Systems: how it compares InComparison IBM DB2 with BLU Acceleration on Power Systems: how it compares An InComparison Paper by Bloor Research Author : Philip Howard Publish date : April 2014 DB2 provides clients with a choice

More information

IBM DB2 Analytics Accelerator use cases

IBM DB2 Analytics Accelerator use cases IBM DB2 Analytics Accelerator use cases Ciro Puglisi Netezza Europe +41 79 770 5713 cpug@ch.ibm.com 1 Traditional systems landscape Applications OLTP Staging Area ODS EDW Data Marts ETL ETL ETL ETL Historical

More information

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC)

An Oracle White Paper June Exadata Hybrid Columnar Compression (EHCC) An Oracle White Paper June 2011 (EHCC) Introduction... 3 : Technology Overview... 4 Warehouse Compression... 6 Archive Compression... 7 Conclusion... 9 Introduction enables the highest levels of data compression

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

In-Memory Computing EXASOL Evaluation

In-Memory Computing EXASOL Evaluation In-Memory Computing EXASOL Evaluation 1. Purpose EXASOL (http://www.exasol.com/en/) provides an in-memory computing solution for data analytics. It combines inmemory, columnar storage and massively parallel

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Hierarchy of knowledge BIG DATA 9/7/2017. Architecture

Hierarchy of knowledge BIG DATA 9/7/2017. Architecture BIG DATA Architecture Hierarchy of knowledge Data: Element (fact, figure, etc.) which is basic information that can be to be based on decisions, reasoning, research and which is treated by the human or

More information

SAP HANA. Jake Klein/ SVP SAP HANA June, 2013

SAP HANA. Jake Klein/ SVP SAP HANA June, 2013 SAP HANA Jake Klein/ SVP SAP HANA June, 2013 SAP 3 YEARS AGO Middleware BI / Analytics Core ERP + Suite 2013 WHERE ARE WE NOW? Cloud Mobile Applications SAP HANA Analytics D&T Changed Reality Disruptive

More information

Oracle Exadata Statement of Direction NOVEMBER 2017

Oracle Exadata Statement of Direction NOVEMBER 2017 Oracle Exadata Statement of Direction NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases Gurmeet Goindi Principal Product Manager Oracle Flash Memory Summit 2013 Santa Clara, CA 1 Agenda Relational Database

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Cisco Data Virtualization Puneet Kumar Bhugra Business Solutions Manager 1 Challenge In Data, Big Data & Analytics Siloed, Multiple Sources Business Outcomes Business Opportunity:

More information

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment Paper Delivering Strong Security in a Hyperconverged Data Center Environment Introduction A new trend is emerging in data center technology that could dramatically change the way enterprises manage and

More information

ECE 7650 Scalable and Secure Internet Services and Architecture ---- A Systems Perspective

ECE 7650 Scalable and Secure Internet Services and Architecture ---- A Systems Perspective ECE 7650 Scalable and Secure Internet Services and Architecture ---- A Systems Perspective Part II: Data Center Software Architecture: Topic 3: Programming Models RCFile: A Fast and Space-efficient Data

More information

IBM Real-time Compression and ProtecTIER Deduplication

IBM Real-time Compression and ProtecTIER Deduplication Compression and ProtecTIER Deduplication Two technologies that work together to increase storage efficiency Highlights Reduce primary storage capacity requirements with Compression Decrease backup data

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Cisco APIC Enterprise Module Simplifies Network Operations

Cisco APIC Enterprise Module Simplifies Network Operations Cisco APIC Enterprise Module Simplifies Network Operations October 2015 Prepared by: Zeus Kerravala Cisco APIC Enterprise Module Simplifies Network Operations by Zeus Kerravala October 2015 º º º º º º

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

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools

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

More information

5 Fundamental Strategies for Building a Data-centered Data Center

5 Fundamental Strategies for Building a Data-centered Data Center 5 Fundamental Strategies for Building a Data-centered Data Center June 3, 2014 Ken Krupa, Chief Field Architect Gary Vidal, Solutions Specialist Last generation Reference Data Unstructured OLTP Warehouse

More information

Exadata Implementation Strategy

Exadata Implementation Strategy Exadata Implementation Strategy BY UMAIR MANSOOB 1 Who Am I Work as Senior Principle Engineer for an Oracle Partner Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist

More information

Micron Quad-Level Cell Technology Brings Affordable Solid State Storage to More Applications

Micron Quad-Level Cell Technology Brings Affordable Solid State Storage to More Applications Micron Quad-Level Cell Technology Brings Affordable Solid State Storage to More Applications QLC Empowers Immense, Read-Focused Workloads Overview For years, read-focused workloads were relegated to legacy

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

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

Copyright 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Strong Consistency versus Weak Consistency

Strong Consistency versus Weak Consistency Enterprise Strategy Group Getting to the bigger truth. White Paper Strong Consistency versus Weak Consistency Why You Should Start from a Position of Strength By Terri McClure, ESG Senior Analyst August

More information

OLAP Introduction and Overview

OLAP Introduction and Overview 1 CHAPTER 1 OLAP Introduction and Overview What Is OLAP? 1 Data Storage and Access 1 Benefits of OLAP 2 What Is a Cube? 2 Understanding the Cube Structure 3 What Is SAS OLAP Server? 3 About Cube Metadata

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

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

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

IBM dashdb Local. Using a software-defined environment in a private cloud to enable hybrid data warehousing. Evolving the data warehouse

IBM dashdb Local. Using a software-defined environment in a private cloud to enable hybrid data warehousing. Evolving the data warehouse IBM dashdb Local Using a software-defined environment in a private cloud to enable hybrid data warehousing Evolving the data warehouse Managing a large-scale, on-premises data warehouse environments to

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

PORTrockIT. IBM Spectrum Protect : faster WAN replication and backups with PORTrockIT

PORTrockIT. IBM Spectrum Protect : faster WAN replication and backups with PORTrockIT 1 PORTrockIT 2 Executive summary IBM Spectrum Protect, previously known as IBM Tivoli Storage Manager or TSM, is the cornerstone of many large companies data protection strategies, offering a wide range

More information

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services The Data Explosion A Guide to Oracle s Data-Management Cloud Services More Data, More Data Everyone knows about the data explosion. 1 And the challenges it presents to businesses large and small. No wonder,

More information

REGULATORY REPORTING FOR FINANCIAL SERVICES

REGULATORY REPORTING FOR FINANCIAL SERVICES REGULATORY REPORTING FOR FINANCIAL SERVICES Gordon Hughes, Global Sales Director, Intel Corporation Sinan Baskan, Solutions Director, Financial Services, MarkLogic Corporation Many regulators and regulations

More information

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

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

More information

Oracle Database 11g for Data Warehousing and Business Intelligence

Oracle Database 11g for Data Warehousing and Business Intelligence An Oracle White Paper September, 2009 Oracle Database 11g for Data Warehousing and Business Intelligence Introduction Oracle Database 11g is a comprehensive database platform for data warehousing and business

More information

IBM Data Retrieval Technologies: RDBMS, BLU, IBM Netezza, and Hadoop

IBM Data Retrieval Technologies: RDBMS, BLU, IBM Netezza, and Hadoop #IDUG IBM Data Retrieval Technologies: RDBMS, BLU, IBM Netezza, and Hadoop Frank C. Fillmore, Jr. The Fillmore Group, Inc. The Baltimore/Washington DB2 Users Group December 11, 2014 Agenda The Fillmore

More information

STATE OF STORAGE IN VIRTUALIZED ENVIRONMENTS INSIGHTS FROM THE MIDMARKET

STATE OF STORAGE IN VIRTUALIZED ENVIRONMENTS INSIGHTS FROM THE MIDMARKET STATE OF STORAGE IN VIRTUALIZED ENVIRONMENTS INSIGHTS FROM THE MIDMARKET PAGE 1 ORGANIZATIONS THAT MAKE A GREATER COMMITMENT TO VIRTUALIZING THEIR OPERATIONS GAIN GREATER EFFICIENCIES. PAGE 2 SURVEY TOPLINE

More information

Top Trends in DBMS & DW

Top Trends in DBMS & DW Oracle Top Trends in DBMS & DW Noel Yuhanna Principal Analyst Forrester Research Trend #1: Proliferation of data Data doubles every 18-24 months for critical Apps, for some its every 6 months Terabyte

More information

SAP HANA Scalability. SAP HANA Development Team

SAP HANA Scalability. SAP HANA Development Team SAP HANA Scalability Design for scalability is a core SAP HANA principle. This paper explores the principles of SAP HANA s scalability, and its support for the increasing demands of data-intensive workloads.

More information

Deep Learning Performance and Cost Evaluation

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

More information

Composable Infrastructure for Public Cloud Service Providers

Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure for Public Cloud Service Providers Composable Infrastructure Delivers a Cost Effective, High Performance Platform for Big Data in the Cloud How can a public cloud provider offer

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

The Role of Converged and Hyper-converged Infrastructure in IT Transformation

The Role of Converged and Hyper-converged Infrastructure in IT Transformation Enterprise Strategy Group Getting to the bigger truth. ESG Research Insights Brief The Role of Converged and Hyper-converged Infrastructure in IT Transformation The Quantified Effects of Organizational

More information

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO)

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) Economic Insight Paper How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) By Eric Slack, Sr. Analyst December 2017 Enabling you to make the best technology

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Automatic Data Optimization with Oracle Database 12c O R A C L E W H I T E P A P E R S E P T E M B E R

Automatic Data Optimization with Oracle Database 12c O R A C L E W H I T E P A P E R S E P T E M B E R Automatic Data Optimization with Oracle Database 12c O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 7 Table of Contents Disclaimer 1 Introduction 2 Storage Tiering and Compression Tiering 3 Heat

More information

QLogic/Lenovo 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic/Lenovo 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic/ Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their customer

More information

Oracle #1 RDBMS Vendor

Oracle #1 RDBMS Vendor Oracle #1 RDBMS Vendor IBM 20.7% Microsoft 18.1% Other 12.6% Oracle 48.6% Source: Gartner DataQuest July 2008, based on Total Software Revenue Oracle 2 Continuous Innovation Oracle 11g Exadata Storage

More information

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

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

More information

e BOOK Do you feel trapped by your database vendor? What you can do to take back control of your database (and its associated costs!

e BOOK Do you feel trapped by your database vendor? What you can do to take back control of your database (and its associated costs! e BOOK Do you feel trapped by your database vendor? What you can do to take back control of your database (and its associated costs!) With private and hybrid cloud infrastructures now reaching critical

More information

vsan 6.6 Performance Improvements First Published On: Last Updated On:

vsan 6.6 Performance Improvements First Published On: Last Updated On: vsan 6.6 Performance Improvements First Published On: 07-24-2017 Last Updated On: 07-28-2017 1 Table of Contents 1. Overview 1.1.Executive Summary 1.2.Introduction 2. vsan Testing Configuration and Conditions

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

Lenovo Database Configuration for Microsoft SQL Server TB

Lenovo Database Configuration for Microsoft SQL Server TB Database Lenovo Database Configuration for Microsoft SQL Server 2016 22TB Data Warehouse Fast Track Solution Data Warehouse problem and a solution The rapid growth of technology means that the amount of

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

TITLE. the IT Landscape

TITLE. the IT Landscape The Impact of Hyperconverged Infrastructure on the IT Landscape 1 TITLE Drivers for adoption Lower TCO Speed and Agility Scale Easily Operational Simplicity Hyper-converged Integrated storage & compute

More information

Why Converged Infrastructure?

Why Converged Infrastructure? Why Converged Infrastructure? Three reasons to consider converged infrastructure for your organization Converged infrastructure isn t just a passing trend. It s here to stay. A recent survey 1 by IDG Research

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

THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS)

THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS) THE FUTURE OF BUSINESS DEPENDS ON SOFTWARE DEFINED STORAGE (SDS) How SSDs can fit into and accelerate an SDS strategy SPONSORED BY TABLE OF CONTENTS Introduction 3 An Overview of SDS 4 Achieving the Goals

More information

The Future of Business Depends on Software Defined Storage (SDS) How SSDs can fit into and accelerate an SDS strategy

The Future of Business Depends on Software Defined Storage (SDS) How SSDs can fit into and accelerate an SDS strategy The Future of Business Depends on Software Defined Storage (SDS) Table of contents Introduction 2 An Overview of SDS 3 Achieving the Goals of SDS Hinges on Smart Hardware Decisions 5 Assessing the Role

More information

Eine für Alle - Oracle DB für Big Data, In-memory und Exadata Dr.-Ing. Holger Friedrich

Eine für Alle - Oracle DB für Big Data, In-memory und Exadata Dr.-Ing. Holger Friedrich Eine für Alle - Oracle DB für Big Data, In-memory und Exadata Dr.-Ing. Holger Friedrich Agenda Introduction Old Times Exadata Big Data Oracle In-Memory Headquarters Conclusions 2 sumit AG Consulting and

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition Understanding (12.1.0.2) Internals: The Cache Fusion Edition Subtitle Markus Michalewicz Director of Product Management Oracle Real Application Clusters (RAC) November 19th, 2014 @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

Massively Parallel Processing. Big Data Really Fast. A Proven In-Memory Analytical Processing Platform for Big Data

Massively Parallel Processing. Big Data Really Fast. A Proven In-Memory Analytical Processing Platform for Big Data Big Data Really Fast A Proven In-Memory Analytical Processing Platform for Big Data 2 Executive Summary / Overview: Big Data can be a big headache for organizations that have outgrown the practicality

More information

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

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

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

An Oracle White Paper April 2010

An Oracle White Paper April 2010 An Oracle White Paper April 2010 In October 2009, NEC Corporation ( NEC ) established development guidelines and a roadmap for IT platform products to realize a next-generation IT infrastructures suited

More information

ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V

ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V ATA DRIVEN GLOBAL VISION CLOUD PLATFORM STRATEG N POWERFUL RELEVANT PERFORMANCE SOLUTION CLO IRTUAL BIG DATA SOLUTION ROI FLEXIBLE DATA DRIVEN V WHITE PAPER Create the Data Center of the Future Accelerate

More information

COMMVAULT. Enabling high-speed WAN backups with PORTrockIT

COMMVAULT. Enabling high-speed WAN backups with PORTrockIT COMMVAULT Enabling high-speed WAN backups with PORTrockIT EXECUTIVE SUMMARY Commvault offers one of the most advanced and full-featured data protection solutions on the market, with built-in functionalities

More information

Storwize/IBM Technical Validation Report Performance Verification

Storwize/IBM Technical Validation Report Performance Verification Storwize/IBM Technical Validation Report Performance Verification Storwize appliances, deployed on IBM hardware, compress data in real-time as it is passed to the storage system. Storwize has placed special

More information

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

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

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software, Inc. June 2011 TABLE OF CONTENTS INTRODUCTION... 3 DATA FEDERATION... 4 PROBLEM DATA CONSOLIDATION

More information

Capture Business Opportunities from Systems of Record and Systems of Innovation

Capture Business Opportunities from Systems of Record and Systems of Innovation Capture Business Opportunities from Systems of Record and Systems of Innovation Amit Satoor, SAP March Hartz, SAP PUBLIC Big Data transformation powers digital innovation system Relevant nuggets of information

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

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value KNOWLEDGENT INSIGHTS volume 1 no. 5 October 7, 2011 Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value Today s growing commercial, operational and regulatory

More information

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics QLogic 16Gb Gen 5 Fibre Channel for Database Assessment for Database and Business Analytics Using the information from databases and business analytics helps business-line managers to understand their

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database 12c Preview In-Memory Column Store (V12.1.0.2) Michael Künzner Principal Sales Consultant The following is intended to outline our general product direction. It is intended for information

More information

Harnessing the potential of SAP HANA with IBM Power Systems

Harnessing the potential of SAP HANA with IBM Power Systems Harnessing the potential of SAP HANA with IBM Power Systems .................................... Contents Contents Introduction... 3 Chapter 1: Transition to the future: SAP HANA and IBM Power Systems...

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

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

SoftNAS Cloud Performance Evaluation on AWS

SoftNAS Cloud Performance Evaluation on AWS SoftNAS Cloud Performance Evaluation on AWS October 25, 2016 Contents SoftNAS Cloud Overview... 3 Introduction... 3 Executive Summary... 4 Key Findings for AWS:... 5 Test Methodology... 6 Performance Summary

More information