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

Size: px
Start display at page:

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

Transcription

1 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

2 DB2 provides clients with a choice of running BLU Acceleration on x86 or on POWER and POWER provides advantages that you can t get from x86 offerings Philip Howard

3 Introduction Executive summary In this paper we consider the relative merits of IBM DB2 with BLU Acceleration running on Power Systems as compared to SAP HANA, Oracle Exadata and Microsoft SQL Server running on x86-based platforms. This follows on from a previous paper (published in 2013) in which Bloor Research was asked by IBM to compare the performance capabilities of the leading business analytic platforms. In our earlier paper we found that DB2 with BLU Acceleration out-performed its competition. In this paper we find that Power Systems offer substantial benefits to DB2 with BLU Acceleration users over and above those provided generically. Of course, on the surface it may appear that Power Systems are more expensive than x86-based platforms but, as our research indicates, this can be misleading because you are going to need more x86-based hardware to get the same performance and functionality as you would with Power Systems. So it is important to actually look into the details of the hardware required to support any particular environment. Details Specifically, we were asked to evaluate how the combined capabilities of business analytic tools and the underlying database management system can affect the overall performance of analytic applications, reports and dashboards. We looked at IBM Cognos BI running on DB2 with BLU Acceleration, SAP Business Objects running on SAP HANA, Oracle Business Intelligence Enterprise Edition (OBIEE) running on Oracle Exadata and Microsoft Business Intelligence running on Microsoft SQL Server Note that we were considering purely analytic environments and not combined OLTP/OLAP deployments. From both a theoretical perspective and based on benchmark results, we concluded that IBM offered better performance for the same analytic hardware configurations as its competitors and therefore, all other things (that is, software license fees) being equal, could offer better price/ performance. However, time has elapsed since that report was published and vendors do not stand still. For example, we reported in that paper that SAP HANA needs to decompress data to read it. This was our understanding at the time but it is certainly not the case today, although it is a fact that intermediate results have to be materialised. Nevertheless, we stand by the general conclusions in that report. IBM has now asked Bloor Research to extend this previous work to consider the impact of running DB2 on Power Systems, with the new POWER8 processor-based technology, as opposed to the x86 platforms used by its competitors. Of course, IBM also offers DB2 running on x86 platforms and if this is your preferred platform then you should refer to our previous paper. However, as this paper will make clear, we think that there are good arguments for x86 platforms not being preferred. This is both a general observation and a specific comment with respect to running DB2 with BLU Acceleration on a Power Systems platform. To simplify the discussion, we split this paper into two sections: A discussion of the database technologies under consideration and specifically what DB2 with BLU Acceleration brings to the table as compared to the architectures of Oracle, SAP and Microsoft. A discussion on Power Systems, as opposed to the x86 systems mandated by the likes of SAP and Oracle, and how it complements the DB2 BLU capabilities. A Bloor InComparison Paper Bloor Research

4 Database comparison In this section we will discuss each vendor s particular database capabilities that accelerate analytic performance. There are lots of database technologies that are well-known: massive parallelism, materialised views, indexes, partitions, optimisers and so forth, so we focused on some of the newer capabilities such as in-memory, columnar processing, compression and data skipping techniques used to find data more quickly, as these are the key new frontiers of database performance. Overall, SAP HANA has been designed as an in-memory database while DB2 with BLU Acceleration is best described as offering hybrid in-memory capabilities. By this we mean that if you want to keep all of your data in-memory then you can, in principle, do this; however, this may be cost prohibitive for very large datasets and DB2 with BLU Acceleration has been designed to allow hybrid options where only part of the data is in-memory at any one time. Oracle and Microsoft, on the other hand, despite any claims to the contrary, both use memory in a traditional manner for caching. SAP HANA is more or less completely columnar (in the sense that you will never normally use row storage, although it is an option) while DB2 with BLU Acceleration supports both row and column-based tables (and it is likely that you will use them both). SAP, Oracle and IBM provide improved compression via their columnar support. They are, of course, all databases, but their architectures are quite different. IBM DB2 with BLU Acceleration BLU Acceleration effectively does the following, which was not available in earlier versions of DB2: It introduces the use of actionable compression. The big advantage of this is that for many query processes you do not need to de-compress the data in order to query it. This is because the techniques now used for compression (known as frequencybased dictionary compression) preserve order. This means that predicate evaluation, joins, grouping and count queries can all be performed without de-compressing the data. It should further be noted that the rate of compression achieved by DB2 with BLU Acceleration is significantly improved using these techniques, when compared to previous versions of DB2. Data may be held in columnar format. This is not an all or nothing choice. Where it makes sense to use columns you can use columns and where it makes sense to use rows you can use rows combined with conventional indexes. We do not believe that we need to rehearse the value of using a columnar approach for appropriate query types. Note that column-organised tables do not have secondary structures, such as materialised query tables, thereby eliminating any need for synchronisation. It provides in-memory processing through what the company used to call dynamic in-memory (which has the benefit of being descriptive) and which it now calls next generation in-memory (which doesn t) capabilities that allow columns of data to reside in memory for query purposes. Unlike SAP HANA, which has been designed purely to provide in-memory capability, DB2 with BLU Acceleration has been designed on the premise that your data warehouse will always exceed the size of the memory that is available. Of course, you can always pay a fortune to have perhaps hundreds of terabytes of memory but that is an impractical proposition for most organisations. It advances the ZoneMap technology gained when IBM acquired Netezza. It calls this data skipping and the way that it works is that the database holds metadata about where data is stored and this allows you to skip those areas of the database where the data that the query requires is not stored. This can very significantly speed up relevant queries. It uses what used to be called parallel vector processing and is now described by IBM as CPU Acceleration. This is cross-core parallelism: you can parallelise across the cores within a single CPU as well as across sockets and parallelises Multiple Data elements per Single Instruction cycle in each core (SIMD). IBM claims one of their strengths is the efficiency of the parallelism made possible by some deep engineering to reduce memory access latency, in other words the time it takes to get data from RAM into the CPU where it can be processed. Most systems have a fair bit of memory access latency, but it gets disruptive across sockets. BLU Acceleration is doing something special to keep those latencies low Bloor Research A Bloor InComparison Paper

5 Database comparison One of the features of DB2 BLU is that you can actually use L3 cache (a form of CPU cache) to hold data in so that it ceases to be a question of RAM to CPU latency but one of L3 cache to CPU latency and the latter offers a better than an order of magnitude performance improvement over using RAM. There are some additional points we should make. Firstly, DB2 with BLU Acceleration is not available for use with the PureData family of products as yet. Secondly, it is not available on large shared nothing platforms although, having said that, we understand that IBM has run proofs of concept using DB2 with BLU Acceleration with warehouses well in excess of 100TB. Microsoft SQL Server The key feature of Microsoft SQL Server 2012 Parallel Data Warehouse is what is known as xvelocity. This provides memory-optimised columnstore indexes. This means that only the columns needed to satisfy a query need to be read. However, while this will improve performance where appropriate it will also worsen the performance of some other queries. You would like to have the optimiser work this out but as Microsoft states on its website, the cost models the optimiser uses are approximate and sometimes the optimiser chooses to use the columnstore index for a table when it would have been better to use a row store (B-tree or heap) to access the table. It then suggests using a work around. xvelocity also enables superior compression rates: either dictionary-based or using runlength encoding, depending on the type of data. However, we do not believe that this will give as good a rate of compression as IBM and data will need to be de-compressed in order to be queried. Oracle Exadata Oracle claims that Exadata is column-based. It is not. It uses columns to enable better rates of compression than it could get otherwise. Moreover, the data needs to be de-compressed when it is queried: the data is compressed in the storage server and, with only one or two exceptions; it needs to be decompressed after it is moved from there for query processing. It also claims to have in-memory capabilities. It does not. Its flash cache is exactly that: a cache (which is also located on the Storage Server and not the Database Server). What Exadata does have is Smart Scans. Further the usage of Exadata Hybrid Columnar Compression (EHCC) is not supported by SAP. Because of that the database can only be compressed with the standard OLTP compression technique. Support for large table scans is what Exadata, as an add-on to the Oracle database, was specifically designed to address. Put simply, it puts processing close to the disk to provide an MPP-like, shared nothing approach. Data is streamed off disk and pre-processed locally before the results are passed to the database itself for final processing. This results in faster table scans and reduced traffic across the network between the Storage Server and the database. The major weakness of this technique is that Smart Scans, which operate at a lower level than the database, are turned off if there is a write to the data page in question. In other words it will be best suited to static environments or situations where it is acceptable to update data on a periodic basis. If you are operating in real-time or near real-time mode then Smart Scans will need to be reserved only for that part of your queries that access historic data. A further issue with Smart Scans is that when they are used the data is decompressed in the Storage Server so that uncompressed rather than compressed data is passed to the database layer. One of the issues raised with respect to Oracle Exadata is workload management. Oracle assigns resources to queries on a first-come, first-served basis but if the load is high then later arriving queries get downgraded, receive fewer resources and therefore run more slowly. Furthermore, you can t increase resources to a query if the load subsequently decreases, meaning that resources are now idle. To avoid inconsistent response times and minimise idle resources, Oracle recommends queuing incoming queries so that it may more smoothly allocate the resources required. Unfortunately, in a high concurrency environment with many incoming queries, such as enterprise data warehousing, query queuing consumes a large amount of redo log space making it difficult or impossible for some workloads to use this technique to improve performance on a given system. Query queuing appears to be useful only in cases of limited concurrency and duration. A Bloor InComparison Paper Bloor Research

6 Database comparison In cases of workload management of mixed workloads, such as running OLTP and BI simultaneously on the same system, beware of workload isolation issues. For example, analytic queries have a tendency to overrun the system, with large amounts of Storage Server CPU being consumed to de-compress analytic query data, thereby slowing performance for OLTP operations. If this results in OLTP performance falling below SLA requirements then query performance will need to be throttled back. Ultimately, although Oracle offers controls to govern I/O consumed by a workload, there is no ability to control the Storage Server CPU consumed by a workload, making it difficult to isolate and maintain SLAs in a mixed workload environment. The other major thing that Exadata brings to the table is hardware. While extra hardware may improve performance you have to pay for this: literally. SAP HANA SAP HANA is an in-memory, columnar database system that runs only on x86 platforms. Unlike the other vendors discussed in this paper, the whole database has been designed to be held in memory. Standard SAP HANA configurations are up to a maximum of 1TB per server although the company has demonstrated (for example, recently in conjunction with Intel) that up to 4TB per server are practical. Beyond that you need to scale out rather than scale up. This purely in-memory approach has some advantages, such as the ability to support analytic views that do not require views to be materialised. In addition, it makes the environment suitable for hybrid OTLP/OLAP environments, but those are outside the scope of this paper. Column-stores enable a better compression rate, which, in theory at least, reduces storage requirements. You do not have to decompress data in order to query it. However, with SAP HANA, multiple copies of the in-memory data are stored for redundancy purposes and you also need a further copy for log space. In other words, most of what you gain on the swings you lose on the roundabouts: you would need a compression rate of approaching 90% to gain significant storage savings. In addition, as part of our research, we reviewed a report of free memory usage by SAP HANA during query evaluation. Data is loaded, in columns, into memory, but memory usage then repeatedly spiked, presumably because of the materialisation of intermediate objects during processing (so it is best practice to minimise the use of these). These are flushed from memory as soon as relevant joins are completed but performance will nevertheless suffer, though it is worth noting that this phenomenon may well apply to other database products as well. If you run out of memory then your query will fail though there is a facility to remove data from memory. In theory, memory usage should be ameliorated by the fact that HANA only loads relevant column data, although the extent to which this will help will vary depending on how many columns need to be read Bloor Research A Bloor InComparison Paper

7 Power Systems with POWER8 versus x86 processor-based servers IBM recently announced their first generation of systems built on POWER8 processor-based technology. There are a number of differences between x86 and POWER8 architectures. The POWER8 processor-based technology was designed for big data to run more concurrent queries in parallel faster, across multiple cores with more threads per core. They also have increased memory bandwidth and faster IO to ingest, move and access data faster. This allows companies to run these data-hungry analytics queries faster. In the context of this paper there are some features of Power Systems that complement BLU Acceleration and vice versa, and there are some that are independent of one another. In terms of the database, for example, the performance gains you get from data skipping and the storage savings resulting from actionable compression are specifically software gains that are not necessarily related to the hardware. On the other hand, if we consider the vector processing that BLU Acceleration provides (as does SAP HANA) then both x86 and Power platforms support this. However, the more cores and threads you have, the better this will work: and Power Systems just added 50% more cores: 8 per socket with POWER7+ and up to 12 with POWER8. Moreover, IBM doubled the threads per core: 4 with POWER7+ and 8 with POWER8. This substantially increases the per socket parallelism from 32 threads per socket for POWER7+ to 96 with POWER8. IBM has designed DB2 to automatically exploit the POWER8 processors hardware parallelism without requiring applications to be rewritten. That saves you time and money. DB2 also automatically exploits the larger page sizes available with POWER8 and aligns resource objects with the system architecture. This synergy of DB2 and Power Systems with POWER8 helps customers simplify deployment of database applications, achieve cost-effective largescale processing and consolidate workloads. Another point that is relevant, though it is not specific to DB2, with or without BLU Acceleration, is that virtualisation is built into Power Systems through microcode. Virtualising Power servers does not typically have a significant impact on performance (provided workloads are balanced) so, in a sense, can be ignored. However, that is not the case with x86 systems as virtualisation is not built-in. Now you have to install something such as VMware, which will take a significant chunk of the system s resources (as much as 20%) and thereby reduce performance. With Power Systems virtualisation, you can run the data warehouse and the analytics applications on the same server. That helps reduce the number of servers you need on the floor. Most companies will not do this with x86 due to performance limitations in virtualisation technologies. There are other factors: for example, Power Systems supports larger memory sizes, IBM offers capacity on demand for larger systems, and resiliency and security are more efficient in Power Systems. x86 processor-based solutions simply use redundancy, which is fine per se but means more servers, higher costs and higher levels of complexity to manage. The bottom line is that you could scale both x86 and POWER8 platforms to get the same levels of performance for a given workload, however you will have to use a lot more hardware to do so with x86 based solutions. Power Systems I/O bandwidth, parallel processing, large memory sizes, and trusted resiliency enable you to run more workloads on fewer physical servers. This helps you reduce hardware and energy costs while creating a more flexible IT infrastructure that is easier to manage. A Bloor InComparison Paper Bloor Research

8 Conclusion In our previous paper we concluded by saying that DB2 with BLU Acceleration should not only provide better performance in the first place but also provide consistent performance, with a corresponding requirement for less hardware and less cost when compared to Oracle Exadata, SAP HANA or Microsoft SQL Server all running in conjunction with the respective vendor s business intelligence suit. We stand by that conclusion, albeit that companies are always introducing new capabilities. However, even if that result was close (which it was not) it assumed a level playing field: that is, that the various vendor products were running on comparable hardware, in other words all on an x86 platform. DB2 provides clients with a choice of running BLU Acceleration on x86 or on POWER and, as even the short discussion presented here demonstrates, POWER provides advantages that you can t get from x86 offerings. IBM has optimised DB2 and Power Systems, with the new POWER8 processor-based technology, to enhance the performance of big data and analytics workloads. The combination of these integrated, workload optimised solutions helps reduce complexity and simplify management (with less hardware), and has the ability to deliver higher levels of performance while controlling costs. Further Information Further information is available from Bloor Research A Bloor InComparison Paper

9 Bloor Research overview Bloor Research is one of Europe s leading IT research, analysis and consultancy organisations. We explain how to bring greater Agility to corporate IT systems through the effective governance, management and leverage of Information. We have built a reputation for telling the right story with independent, intelligent, well-articulated communications content and publications on all aspects of the ICT industry. We believe the objective of telling the right story is to: Describe the technology in context to its business value and the other systems and processes it interacts with. Understand how new and innovative technologies fit in with existing ICT investments. Look at the whole market and explain all the solutions available and how they can be more effectively evaluated. Filter noise and make it easier to find the additional information or news that supports both investment and implementation. Ensure all our content is available through the most appropriate channel. Founded in 1989, we have spent over two decades distributing research and analysis to IT user and vendor organisations throughout the world via online subscriptions, tailored research services, events and consultancy projects. We are committed to turning our knowledge into business value for you. About the author Philip Howard Research Director - Data Management Philip started in the computer industry way back in 1973 and has variously worked as a systems analyst, programmer and salesperson, as well as in marketing and product management, for a variety of companies including GEC Marconi, GPT, Philips Data Systems, Raytheon and NCR. After a quarter of a century of not being his own boss Philip set up his own company in 1992 and his first client was Bloor Research (then ButlerBloor), with Philip working for the company as an associate analyst. His relationship with Bloor Research has continued since that time and he is now Research Director focused on Data Management. Data management refers to the management, movement, governance and storage of data and involves diverse technologies that include (but are not limited to) databases and data warehousing, data integration (including ETL, data migration and data federation), data quality, master data management, metadata management and log and event management. Philip also tracks spreadsheet management and complex event processing. In addition to the numerous reports Philip has written on behalf of Bloor Research, Philip also contributes regularly to IT-Director.com and IT-Analysis.com and was previously editor of both Application Development News and Operating System News on behalf of Cambridge Market Intelligence (CMI). He has also contributed to various magazines and written a number of reports published by companies such as CMI and The Financial Times. Philip speaks regularly at conferences and other events throughout Europe and North America. Away from work, Philip s primary leisure activities are canal boats, skiing, playing Bridge (at which he is a Life Master), dining out and walking Benji the dog.

10 Copyright & disclaimer This document is copyright 2014 Bloor Research. No part of this publication may be reproduced by any method whatsoever without the prior consent of Bloor Research. Due to the nature of this material, numerous hardware and software products have been mentioned by name. In the majority, if not all, of the cases, these product names are claimed as trademarks by the companies that manufacture the products. It is not Bloor Research s intent to claim these names or trademarks as our own. Likewise, company logos, graphics or screen shots have been reproduced with the consent of the owner and are subject to that owner s copyright. Whilst every care has been taken in the preparation of this document to ensure that the information is correct, the publishers cannot accept responsibility for any errors or omissions. POL03194-USEN-00

11 2nd Floor, St John Street LONDON, EC1V 4PY, United Kingdom Tel: +44 (0) Fax: +44 (0) Web:

InBrief. Embarcdero DB Optimizer

InBrief. Embarcdero DB Optimizer InBrief Embarcdero DB Optimizer An InBrief paper by Bloor Research Author : Philip Howard Publish date : April 2009 Most database performance tools focus on what is happening in the database and fixing

More information

White Paper. White Paper by Bloor Author Philip Howard Publish date January IBM Informix on Cloud

White Paper. White Paper by Bloor Author Philip Howard Publish date January IBM Informix on Cloud White Paper White Paper by Bloor Author Philip Howard Publish date January 2017 IBM Informix on Cloud Siloed and heterogeneous cloud deployments are essentially no different from on-premises deployments:

More information

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

IBM DB2 BLU Acceleration vs. SAP HANA vs. Oracle Exadata 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:

More information

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

InDetail. expressor 3.5 to 4.0

InDetail. expressor 3.5 to 4.0 InDetail expressor 3.5 to 4.0 An InDetail Paper by Bloor Research Author : Philip Howard Publish date : December 2011 If ease of use is a major consideration for you (and it should be) then expressor is

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

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

White Paper. Building Breakthrough Applications

White Paper. Building Breakthrough Applications White Paper Building Breakthrough Applications A White Paper by Bloor Research Author : Philip Howard Publish date : October 2011 A breakthrough application changes the way that the user does his work.

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

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

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

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

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP Silverton Consulting, Inc. StorInt Briefing BENEFITS OF MULTI- NODE SCALE- OUT CLUSTERS RUNNING NETAPP CDOT PAGE 2 OF 7 Introduction

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

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

InDetail. expressor software

InDetail. expressor software InDetail expressor software A InDetail Paper by Bloor Research Author : Philip Howard Publish date : May 2009 Anyone needing to process high volumes of data and/or needing to support complex processes

More information

Approaching the Petabyte Analytic Database: What I learned

Approaching the Petabyte Analytic Database: What I learned Disclaimer This document is for informational purposes only and is subject to change at any time without notice. The information in this document is proprietary to Actian and no part of this document may

More information

Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect

Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect Copyright 2017, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to

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 Introduction.... 3 CHAPTER 1: Transition to the Future: SAP HANA and IBM Power Systems... 4 CHAPTER 2: SAP HANA on IBM Power Systems:

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

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

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS

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

More information

Reliability and Performance with IBM DB2 Analytics Accelerator Version 4.1 IBM Redbooks Solution Guide

Reliability and Performance with IBM DB2 Analytics Accelerator Version 4.1 IBM Redbooks Solution Guide Reliability and Performance with IBM DB2 Analytics Accelerator Version 4.1 IBM Redbooks Solution Guide The IBM DB2 Analytics Accelerator for IBM z/os (simply called DB2 Accelerator or just Accelerator

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

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

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets To succeed in today s competitive environment, you need real-time information. This requires a platform that can unite information from disparate systems across your enterprise without compromising availability

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

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

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

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

More information

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

Netezza The Analytics Appliance

Netezza The Analytics Appliance Software 2011 Netezza The Analytics Appliance Michael Eden Information Management Brand Executive Central & Eastern Europe Vilnius 18 October 2011 Information Management 2011IBM Corporation Thought for

More information

Accelerating innovation

Accelerating innovation Accelerating innovation IBM FlashSystem and EDB Postgres Advanced Server help lower costs and accelerate innovation Highlights Deploy open-source relational database management systems to consolidate database

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

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

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

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Oracle Big Data Connectors

Oracle Big Data Connectors Oracle Big Data Connectors Oracle Big Data Connectors is a software suite that integrates processing in Apache Hadoop distributions with operations in Oracle Database. It enables the use of Hadoop to process

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

MarketReport. Market Report Paper by Bloor Author Philip Howard Publish date December SQL Engines on Hadoop

MarketReport. Market Report Paper by Bloor Author Philip Howard Publish date December SQL Engines on Hadoop MarketReport Market Report Paper by Bloor Author Philip Howard Publish date December 2017 SQL Engines on Hadoop It is clear that Impala, LLAP, Hive, Spark and so on, perform significantly worse than products

More information

April Copyright 2013 Cloudera Inc. All rights reserved.

April Copyright 2013 Cloudera Inc. All rights reserved. Hadoop Beyond Batch: Real-time Workloads, SQL-on- Hadoop, and the Virtual EDW Headline Goes Here Marcel Kornacker marcel@cloudera.com Speaker Name or Subhead Goes Here April 2014 Analytic Workloads on

More information

Part 1: Indexes for Big Data

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

More information

Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic

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

More information

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

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

Pervasive PSQL Summit v10 Highlights Performance and analytics

Pervasive PSQL Summit v10 Highlights Performance and analytics Pervasive PSQL Summit v10 Highlights Performance and analytics A Monash Information Services Bulletin by Curt A. Monash, PhD. September, 2007 Sponsored by: Pervasive PSQL Version 10 Highlights Page 2 PSQL

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

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

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLogic Caching Technology Delivers Scalable Performance to Enterprise Applications Key Findings The QLogic 10000 Series 8Gb Fibre

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

W H I T E P A P E R M i c r o s o f t S Q L S e r v e r : P o t e n t i a l G a m e C h a n g e r

W H I T E P A P E R M i c r o s o f t S Q L S e r v e r : P o t e n t i a l G a m e C h a n g e r 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 M i c r o s o f t S Q L S e r v e r 2 0 1 2 : P o t e n t i a l G a m e C h a

More information

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools Key Differentiators What sets Ideal Anaytics apart from traditional BI tools Ideal-Analytics is a suite of software tools to glean information and therefore knowledge, from raw data. Self-service, real-time,

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

Compare the Informix 12 editions

Compare the Informix 12 editions Compare the Informix 12 editions Carlton Doe First published: December 2007 15 th Edition, published: June 2017 Introduction Informix is IBM's premier database for high-volume online transaction processing

More information

IBM Db2 Analytics Accelerator Version 7.1

IBM Db2 Analytics Accelerator Version 7.1 IBM Db2 Analytics Accelerator Version 7.1 Delivering new flexible, integrated deployment options Overview Ute Baumbach (bmb@de.ibm.com) 1 IBM Z Analytics Keep your data in place a different approach to

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

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

ORACLE DATA SHEET ORACLE PARTITIONING

ORACLE DATA SHEET ORACLE PARTITIONING Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

Oracle Exadata X2/X3-8: A Critical Review

Oracle Exadata X2/X3-8: A Critical Review Oracle Exadata X2/X3-8: A Critical Review Mike Ault Oracle Guru Texas Memory Systems an IBM Company What Is Exadata X2/X3-8? Is it software? Is it hardware? Is it the Borg? Exadata as Borg? Not Really

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

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

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

BI ENVIRONMENT PLANNING GUIDE

BI ENVIRONMENT PLANNING GUIDE BI ENVIRONMENT PLANNING GUIDE Business Intelligence can involve a number of technologies and foster many opportunities for improving your business. This document serves as a guideline for planning strategies

More information

SQL Server Everything built-in

SQL Server Everything built-in 2016 Everything built-in 2016: Everything built-in built-in built-in built-in built-in built-in $2,230 80 70 60 50 43 69 49 40 30 20 10 0 34 6 0 1 29 4 22 20 15 5 0 0 2010 2011 2012 2013 2014 2015 18 3

More information

EMC XTREMCACHE ACCELERATES ORACLE

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

More information

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

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications An Oracle White Paper February 2011 Optimizing Storage for Oracle PeopleSoft Applications Executive Overview Enterprises are experiencing an explosion in the volume of data required to effectively run

More information

Oracle Database In-Memory What s New and What s Coming

Oracle Database In-Memory What s New and What s Coming Oracle Database In-Memory What s New and What s Coming Andy Rivenes Product Manager for Database In-Memory Oracle Database Systems DOAG - May 10, 2016 #DBIM12c Safe Harbor Statement The following is intended

More information

Qlik Sense Enterprise architecture and scalability

Qlik Sense Enterprise architecture and scalability White Paper Qlik Sense Enterprise architecture and scalability June, 2017 qlik.com Platform Qlik Sense is an analytics platform powered by an associative, in-memory analytics engine. Based on users selections,

More information

Four Steps to Unleashing The Full Potential of Your Database

Four Steps to Unleashing The Full Potential of Your Database Four Steps to Unleashing The Full Potential of Your Database This insightful technical guide offers recommendations on selecting a platform that helps unleash the performance of your database. What s the

More information

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER

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

More information

Databricks Delta: Bringing Unprecedented Reliability and Performance to Cloud Data Lakes

Databricks Delta: Bringing Unprecedented Reliability and Performance to Cloud Data Lakes Databricks Delta: Bringing Unprecedented Reliability and Performance to Cloud Data Lakes AN UNDER THE HOOD LOOK Databricks Delta, a component of the Databricks Unified Analytics Platform*, is a unified

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

Modern Data Warehouse The New Approach to Azure BI

Modern Data Warehouse The New Approach to Azure BI Modern Data Warehouse The New Approach to Azure BI History On-Premise SQL Server Big Data Solutions Technical Barriers Modern Analytics Platform On-Premise SQL Server Big Data Solutions Modern Analytics

More information

Data Vault Brisbane User Group

Data Vault Brisbane User Group Data Vault Brisbane User Group 26-02-2013 Agenda Introductions A brief introduction to Data Vault Creating a Data Vault based Data Warehouse Comparisons with 3NF/Kimball When is it good for you? Examples

More information

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD EBOOK NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD NetApp ONTAP Cloud for Microsoft Azure The ONTAP Cloud Advantage 3 Enterprise-Class Data Management 5 How ONTAP Cloud

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

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

An Introduction to Big Data Formats

An Introduction to Big Data Formats Introduction to Big Data Formats 1 An Introduction to Big Data Formats Understanding Avro, Parquet, and ORC WHITE PAPER Introduction to Big Data Formats 2 TABLE OF TABLE OF CONTENTS CONTENTS INTRODUCTION

More information

Oracle Big Data SQL. Release 3.2. Rich SQL Processing on All Data

Oracle Big Data SQL. Release 3.2. Rich SQL Processing on All Data Oracle Big Data SQL Release 3.2 The unprecedented explosion in data that can be made useful to enterprises from the Internet of Things, to the social streams of global customer bases has created a tremendous

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

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

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

More information

Přehled novinek v SQL Server 2016

Přehled novinek v SQL Server 2016 Přehled novinek v SQL Server 2016 Martin Rys, BI Competency Leader martin.rys@adastragrp.com https://www.linkedin.com/in/martinrys 20.4.2016 1 BI Competency development 2 Trends, modern data warehousing

More information

IBM Z servers running Oracle Database 12c on Linux

IBM Z servers running Oracle Database 12c on Linux IBM Z servers running Oracle Database 12c on Linux Put Z to work for you Scale and grow Oracle Database 12c applications and data with confidence Benefit from mission-critical reliability for Oracle Database

More information

Your New Autonomous Data Warehouse

Your New Autonomous Data Warehouse AUTONOMOUS DATA WAREHOUSE CLOUD Your New Autonomous Data Warehouse What is Autonomous Data Warehouse Autonomous Data Warehouse is a fully managed database tuned and optimized for data warehouse workloads

More information

Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y

Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y Hybrid Columnar Compression (HCC) on Oracle Database 18c O R A C L E W H IT E P A P E R FE B R U A R Y 2 0 1 8 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Hybrid Data Platform

Hybrid Data Platform UniConnect-Powered Data Aggregation Across Enterprise Data Warehouses and Big Data Storage Platforms A Percipient Technology White Paper Author: Ai Meun Lim Chief Product Officer Updated Aug 2017 2017,

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

IBM Storwize V7000 TCO White Paper:

IBM Storwize V7000 TCO White Paper: IBM Storwize V7000 TCO White Paper: A TCO White Paper An Alinean White Paper Published by: Alinean, Inc. 201 S. Orange Ave Suite 1210 Orlando, FL 32801-12565 Tel: 407.382.0005 Fax: 407.382.0906 Email:

More information

Two Success Stories - Optimised Real-Time Reporting with BI Apps

Two Success Stories - Optimised Real-Time Reporting with BI Apps Oracle Business Intelligence 11g Two Success Stories - Optimised Real-Time Reporting with BI Apps Antony Heljula October 2013 Peak Indicators Limited 2 Two Success Stories - Optimised Real-Time Reporting

More information

Migrate from Netezza Workload Migration

Migrate from Netezza Workload Migration Migrate from Netezza Automated Big Data Open Netezza Source Workload Migration CASE SOLUTION STUDY BRIEF Automated Netezza Workload Migration To achieve greater scalability and tighter integration with

More information

SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move

SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move 1 Table of Contents Introduction Flexibility Any language, any platform, any cloud Interoperability you can rely on Performance Quicker

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

An Oracle White Paper December Oracle Exadata Database Machine Warehouse Architectural Comparisons

An Oracle White Paper December Oracle Exadata Database Machine Warehouse Architectural Comparisons An Oracle White Paper December 2010 Oracle Exadata Database Machine Warehouse Architectural Comparisons Overview Exadata is Oracle s fastest growing new product. Much of the growth of Exadata has come

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

WHITE PAPER. Optimizing Virtual Platform Disk Performance

WHITE PAPER. Optimizing Virtual Platform Disk Performance WHITE PAPER Optimizing Virtual Platform Disk Performance Optimizing Virtual Platform Disk Performance 1 The intensified demand for IT network efficiency and lower operating costs has been driving the phenomenal

More information

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato SQL 2016 Performance, Analytics and Enhanced Availability Tom Pizzato On-premises Cloud Microsoft data platform Transforming data into intelligent action Relational Beyond relational Azure SQL Database

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

OFF-SITE TAPE REPLICATION

OFF-SITE TAPE REPLICATION OFF-SITE TAPE REPLICATION Defining a new paradigm with WANrockIT EXECUTIVE SUMMARY For organisations that need to move large quantities of data onto tape storage and store it off-site, the prospect of

More information

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Providing Superior Server and Storage Performance, Efficiency and Return on Investment As Announced and Demonstrated at

More information