DATABASE TRANSFORMATION

Size: px
Start display at page:

Download "DATABASE TRANSFORMATION"

Transcription

1 DATABASE TRANSFORMATION ABSTRACT The continuous IT budget reductions, the high database license and maintenance prices, the upcoming SAP support shortfall for ORACLE, the new hadoop and in-memory database technologies and the increasing requirements for non-structured data and real time big data analysis are pushing the CIOs over all business verticals to undertake a complete transformation of their database architecture. We discuss here how this new architecture could look like and which steps are necessary in order to safely walk this route and master this new challenge. November 2016

2 Overview Over the last twenty years ORACLE has managed to remain the #1 database solution vendor on the market. The main reason for this was the great stability and transaction safety of their product. Other factors like the alliances with key application and hardware vendors, their multiple OS support, their good training concept, the large amount of specialist and their aggressive sales and acquisition strategies have also helped to preserve their lead on this kind of technology. During this period of time ORACLE was very careful on the enhancement and upgrade of their core technology. The main features of the core database system remained almost unchanged over the years and most of the new technologies were added as new software layers (i.e. RAC, queuing, partitioning, data guard, spatial, OLAP, In-Memory). This strategy had advantages for the robustness and backwards compatibility and also helped the sales cycle by increasing the price of the database with the addition of independent but very critical features. Thanks to this strategy, the quality of the core software and their good reputation, CIOs over the world did not hesitate to buy the product and remained good customers. An eventual vendor change would have been too risky, no cheaper and reliable alternatives were on the market and the IT budgets were generous. However, during the last five years the situation has changed and CIOs are or should start thinking about a change. We have listed here the reasons for a change, the factors to be considered, a list of key technologies that will help on the way, an example of a state of the art DB architecture, a recommended methodology and a business case example. 1

3 7 reasons for a change 1 Database license costs During the last years, server costs were reduced dramatically and their performance was increased even more. The main factor for the cost reduction was the hardware standardisation, but the acceptance of open source operating systems (Linux), open source Web technology (Apache) and open source development tools (i.e. JAVAEE, Eclipse, or GIT) has also contributed to this trend. On the other hand, database license costs did not decrease and are now one of top costs of the IT infrastructure. These costs are even increasing once companies start implementing spatial or inmemory data analytics features on top of the existing database architecture. 2- SAP database and mobile support SAP has communicated that it will stop its ORACLE support until 2025 (Source: SAP Roadmap). Even now SAP HANA is mandatory for fact sheets, analytics apps and most of the rest of the FIORI Apps. If you want to transform your IT according to the new mobile requirements before 2025, you will need to migrate sooner your SAP database to SAP HANA. 3 Open source maturity The open source movement has led to a number of alternatives to large, complex, and expensive relational database management systems (RDBMSs) for addressing most enterprise data management problems. Open-Source RDBMSs (OSRDBMSs) have matured significantly and can now be used to replace commercial RDBMSs. Gartner already stated on its report in April 2015 The most demonstrable benefit of OSRDBMs given their increasing suitability from a technology perspective, is the TCO of these products. When skills were at a minimum, management tools were few and the software was relatively immature the TCO was not necessarily lower than those of commercial vendor offerings. That has changed to the point where we now believe that the cost of managing OSDBMSs and the availability of skills are now close to parity with those of the commercial DBMS offerings. A leading example of this development is EDB Postgres, an open source variant of the pioneering RDBMS project PostgreSQL, which was originally developed by Dr. Michael Stonebraker and his team at the University of California at Berkeley. Thanks to a very active open source community, this RDBMS has continued to evolve aggressively to meet the needs of business users for both analytics and transaction support. 2

4 RDBMS Maturity Evaluation (Source: Gartner) 4 Unstructured data Unstructured data is growing significantly faster than structured data. According to Gartner 80% of business is conducted on unstructured information. As a result, enterprise expenditure on filers is growing, and IT executives know that action is required to ensure that this expenditure does not grow out of control. On the other hand, RDBMS databases were not originally designed to process non-relational data. Some additional software layers and features were added to commercial RDBMS like ORACLE in order to handle this kind of data, but even with these enhancements the performance of such databases with this kind of data is poor and the processing of non-structured data slows down the whole database system. New data storage and data processing concepts as Hadoop, Kafka, Spark or Storm, originally developed at large companies as Google, IBM or Yahoo were donated to open source communities where they were enhanced and now make it easy to reliable process unbounded quantities of unstructured data without paying any licence fees. 5 Big Data According to Wikipedia Big data is a term for data sets that are so large or complex that traditional data processing applications are inadequate to deal with them. Challenges include analysis, capture, data curation, search, sharing, storage, transfer, visualization, querying, updating and information privacy. In 2012 Gartner defined Big Data as "high volume, high velocity, and/or high variety information assets that require new forms of processing to enable enhanced decision making, insight discovery and process optimization." This data can both be structured or unstructured. Unstructured data as explained above cannot be processed efficiently on RDBMS systems. But classical RDBMSs have even difficulties handling structured big data. The work may require "massively parallel software running on tens, hundreds, or even thousands of servers". Jacobs, A. (6 July 2009) The Pathologies of Big Data, ACMQueue. 6 Real time analysis With the increasing amount of available real time data, new business requirements and new business cases for this data are being developed over all industries. In order to monetarize such new concepts, the data has also to be analysed on real time. Wikipedia explains the term Real- Time Analytics also called Real Time Business Intelligence as follows: Real-time business 3

5 intelligence (RTBI) is the process of delivering business intelligence (BI) or information about [business operations] as they occur. Real time means near to zero latency and access to information whenever it is required. Classical transactional RDBMSs as ORACLE are not fast enough processing this data for analysis. The main reason being that transactional systems have to assure the transactional integrity and in order to do so they are optimized to store information permanently and this is done on the hard drive (HD). Saving information on HDs takes much longer than processing the data only on the RAM, this is why new in-memory databases were developed for analysis purposes. Such databases do most of the operations on the RAM and store only a small amount of data on the hard drive. ORACLE offers now new in-memory DB features. These features are still not as performant as the products of other new innovative in-memory databases companies and the combined price of the ORACLE regular database with the in-memory features increases the database TCO significantly. 7 Standard hardware and operating systems The first operating systems were developed for mainframes. These operating systems were extreme proprietary and could only work on a specific hardware. Both hardware and OS were very expensive and only few companies could afford them. In the mid-1970s, with the introduction of microcomputers new operating systems were developed. Both hardware and OS were considerably less expensive than mainframes and hardware and OS started being developed independently from each other. However, such systems were not reliable or performant enough to compete with mainframes as commercial servers. With the release of Intel s 32-bit architecture and multitasking OS for microcomputers in the mid-1980s the gap between microcomputers and mainframes started being reduced. The Linux kernel originated in 1991, was a milestone on this path. In the mid-1990s organizations such as NASA started to replace their increasingly expensive mainframes with clusters of inexpensive commodity computers running on Linux. Nowadays Linux is the leading operating system on servers and more than 95% of servers run on Intel s microarchitectures. Nevertheless, a large amount of traditional companies as banks, telcos or insurances still uses obsolete hardware and OS for some or their core applications. The main reason being that these applications were developed over the decades and a migration of data and logic to standard software and hardware was considered to be too risky. Today, this lack of innovation is both expensive and dangerous for the company and its CIO, as hardware, software and staff are getting older and difficult to maintain. Additionally, this obsolete infrastructure is slowing down the business innovation process, making these branches a good target for market disrupters as Google, Amazon or Apple. In order to retire the obsolete hardware and operating systems the data has to be migrated to a new database architecture. Such a step should be done to a state of the art and future-oriented database system. Open Source RDBM systems are to DB what Linux was to OS and should therefore be the preferred migration target. 6 Factors to be considered 1 Limited IT Budget 4

6 According to Gartner, IT spending worldwide declined the past two years. Gartner estimates the data center costs to be above 40% of the total budget and are therefore a prime target for costsavings programs. Any change on this area should therefore have a clear business case, a good return on investment and if possible a break-even of less than two years. 2 IT Safety Databases are a critical part of the IT infrastructure. If the database system fails most of the business processes will stop working. On the other hand, database bugs may produce data corruption which will have a major economic impact on any company. Therefore, reliability and robustness are still the most important aspects of any database infrastructure and should be the main requirements of the new infrastructure. 3 IT availability and continuity Nowadays, business processes run 24/7 and any disruption has a direct monetary impact. Database downtimes, even during the database migration should be keep to a minimum and if possible be avoided. 4 Staff The shortage of IT experts on the market is a main concern of any CIO. On the other hand, missing or obsolete IT skills are not valid reasons for lay-off on most European countries. Therefore, any database transformation process in Europe should make sure that the actual staff is being trained on the new technology, the technology should be intuitive, easy to use, well documented and the interfaces should be similar to the existing ones. 5 Legacy systems ORACLE being the lead database system over the last decades, most of the non-standard applications created from scratch at the companies (legacy) base on ORACLE databases and use the most popular ORACLE non ANSI standard features as PL/SQL, hints, partitioning, SQL*Loader and dblinks. In order to migrate such databases easily, the new database architecture should support these features. 6 Cloud The next step on hardware standardisation and data center cost reduction after the rolling out of the microcomputer architecture and Linux as OS is the server virtualization. This allows the CIO to easily move the IT to newer, faster and more cost-effective data centers. Any new database architecture should therefore be designed to run on virtual machines on a cloud. 5

7 6 Technology assets 1 SAP/HANA Being SAP the leading ERP system, a migration of SAP based applications to SAPs new state of the art SAP/HANA database should always be considered. The main arguments for SAP/HANA are its embedded SAP application support, its in-memory features and its unique support of FIORI apps which enhance the mobile use of SAP software. Open Source RDBMS are not well suited for SAP applications because they are not supported and the use of them will put the SAP applications at risk. ORACLE, on the other hand, will only be supported until Nevertheless, SAP/HANA is an expensive database system and not suited for cost reduction purposes of non-sap applications. 2 EnterpriseDB Many enterprises are using open source RDBMSs to relieve costs. Because these RDBMSs are often easier to administer and more flexible than alternatives, they yield staff time savings and greater operational flexibility. Such enterprises have not relaxed their operational requirements, however. These open source RDBMSs not only must meet the same standards of reliability, scalability, and manageability as the RDBMSs they replace but also, in many cases, must exceed them. The EDB Postgres Platform features the full range of capabilities one would expect of an enterpriseclass RDBMS, building on PostgreSQL and adding greater performance, security, database administrator (DBA) and developer productivity features, and compatibility with traditional enterprise RDBMSs. The EDB Postgres Platform can be deployed to a wide range of infrastructure options from virtualized and container environments to public, private, and hybrid clouds. Professional services, training, 24 x 7 support, and Remote DBA round out the platform ensuring enterprise customer success. According to Wikipedia Gartner positioned EnterpriseDB in the Leaders Quadrant in its Magic Quadrant for Operational Database Management Systems in October 2014 and again in September EnterpriseDB was recognized in the Challengers Quadrant in the Magic Quadrant for Operational Database Management Systems in October Thanks to its ORACLE compatibility features (i.g. data structures, syntax, semantics, PL/SQL, functions, packages, utilities and replication services) EDB is a perfect target RDBMS for cost reduction of non-sap transactional applications running on ORACLE. 3 Exasol EXASOL is an analytic in-memory, column-based, compressed, massively parallelized, highscalable, tunning-free database that also includes support for Hadoop HDFS formats. The highspeed database is acknowledged by Gartner in its "Magic Quadrant for Data Warehouse Database Management Systems" as the only German database vendor besides SAP. According to the TPC-H benchmark Exasol is the #1 ad-hoc decision support (BI) database system and has the best price-peformance ratio for database analytics. 6

8 EXASOL is perfect choice for applications requiring real time data analytics and data driven businesses. 4 Hadoop Apache Hadoop is an open-source software framework used for distributed storage of very large data sets. The core of Apache Hadoop consists of a storage part, known as Hadoop Distributed File System. Hadoop splits files into large blocks and distributes them across nodes in cluster. Hadoop is the ideal solution for storage and management of unstructured data. The major cloud implementations of Hadoop platforms are Microsoft Azure, Amazon Webservices, Google Cloud Platform and Century Link Cloud services. Apache Hadoop is therefore the perfect complement to a RDBMS system. 5 Pentaho Data Integration The wide range of information gathered by a business is rarely stored in a single database or format. Data integration is the process by which information from multiple databases is consolidated. With an intuitive, graphical, drag and drop design environment and a proven, scalable, standards-based architecture, Data Integration is increasingly the choice for organizations over traditional, proprietary ETL or data integration tools. Pentaho Data Integration (PDI) is a powerful ETL application. Thanks to its visual interface, you can extract information from any data source for preparation, transform it and delivery to a target without writing a single line of code. It supports deployment on single node computers as well as on a cloud, or cluster. PDI is written in Java and runs on almost any environment. PDI is a very helpful data migration tool and allows you to design and create all the data migration processes visually, schedule and run them automatically. The community version of PDI is open source and free of charge. Gartner has recognized Pentaho in the February 2016 Magic Quadrant for Business Intelligence and Analytics Platforms as a Visionary Platform. 6 Shareplex As explained above, during a migration the database downtime should be reduced as much as possible. A key technology is database replication, such technology uses change data capture (CDC) methods that determines (and tracks) the data that has changed at the source database so that action can be taken using the changed data. With this kind of software, it is possible to start a data migration and during the data migration process track data changes and propagate them to the target database. This way, you are able to create an identical copy of a database that keeps all changes of the original one on real time. Once the replication is completed and stable you are able to switch the application from the source database to the target database with virtually no downtime. Quest s Shareplex offers database connectors to ORACLE, SAP/HANA and EDB and is therefore a perfect tool for a database transformation with extreme short downtimes. 7

9 Recommended architecture Usually an actual architecture at any industry will be similar to the figure below: The recommended target architecture would be a mixture of the technology explained above: 8

10 Recommended Methodology 1 Holistic approach If an organization considers a database transformation, in order to achieve optimal savings and performance results, the database infrastructure should be considered and planned as a whole. Partial or local database transformations often do not achieve good results in terms of license or maintenance savings. As an example, if the organization migrates only the SAP environment to SAP/HANA but still uses ORACLE for the rest of the transactional applications and the DWH the TOC may increase instead of decreasing. On the other hand, an isolated database transformation of the DWH to an in-memory database will increase the performance but will not significantly reduce the costs. 2 Professional support In order to master this complex challenge, database transformation experts with good know-how and experience on several RDBMS systems and an understanding of both the old and the new architecture as well as ETL and replication technologies are necessary. 2 Good Assessment The first step towards a transformation should be a good assessment of the actual infrastructure. This assessment can be performed on four steps: Collect information Number and size of databases, used features, available environments and licenses. Design new architecture Size, hardware, software and database features Calculate savings Hardware savings, OS savings and DB savings Define the first Transformation as a POC Select the system, define hardware, define OS and DB, select ETL and replication technology and calculate price and schedule 3 Fixed price offers Professional experienced partners should be able to make a fixed price offer for both a POC and the global database transformation once they have collected all relevant data. 4 1 st Transformation as a POC In order to test the database transformation, a first database system should be selected for a POC. This POC can then be conducted on four steps: Document Document storage, DB software, DB Features, Backup and Deployment Implementation Implement DB installation packages. Convert DB software. Implement missing features. 9

11 Implement ETL processes using appropriated technology (Pentaho and Shareplex). Test Test installation, data transfer, backup and recovery and the application layer. Deployment Install hardware and software. Connect old and new database. Transfer data and redirect application. 5 Complete transformation as a cycle Once a POC was conducted successfully, the whole transformation can be performed using the same steps on a cycle. Additionally, the old hardware has to be retired and the licence contracts cancelled. Business Case Example Based on the architecture example defined above, a possible business case for the database transformation of an SAP ERP system, 2 transactional applications (i.e. CRM and E-Shop) and a conventional DWH all using ORACLE redundant database servers is calculated below: 10

12 11

13 PROVENTA AG Untermainkai Frankfurt am Main Diego Calvo de Nó (Member of the Executive Board)

Jean-Marc Krikorian Strategic Alliance Director

Jean-Marc Krikorian Strategic Alliance Director Jean-Marc Krikorian Strategic Alliance Director JeanMarc.Krikorian@EnterpriseDB.com +1 773-383-6517 Introduction to EnterpriseDB 2 Founded in 2004 Mission: Enable the adoption of high quality Postgres

More information

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES An EDB White Paper For CIOs and IT Directors December 2015 TABLE OF CONTENTS 03 03 03 05 07 07 08 08 09 INTRODUCTION POSTGRES THE WORLD S MOST ADVANCED

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

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

CenturyLink for Microsoft

CenturyLink for Microsoft Strategic Partner Alliances CenturyLink for Microsoft EMPOWER REACH AGILITY 2017 CenturyLink. All Rights Reserved. The CenturyLink mark, pathways logo and certain CenturyLink product names are the property

More information

Making hybrid IT simple with Capgemini and Microsoft Azure Stack

Making hybrid IT simple with Capgemini and Microsoft Azure Stack Making hybrid IT simple with Capgemini and Microsoft Azure Stack The significant evolution of cloud computing in the last few years has encouraged IT leaders to rethink their enterprise cloud strategy.

More information

Oracle GoldenGate for Big Data

Oracle GoldenGate for Big Data Oracle GoldenGate for Big Data The Oracle GoldenGate for Big Data 12c product streams transactional data into big data systems in real time, without impacting the performance of source systems. It streamlines

More information

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card OVERVIEW SALES OPPORTUNITY Lenovo Database Solutions for Microsoft SQL Server bring together the right mix of hardware infrastructure, software, and services to optimize a wide range of data warehouse

More information

Cloud for Government: A Transformative Digital Tool to Better Serve Communities

Cloud for Government: A Transformative Digital Tool to Better Serve Communities Cloud for Government: A Transformative Digital Tool to Better Serve Communities 1 005181004 From state to local agencies, government organizations crave access to the same cloud-based tools enabling digital

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

Stages of Data Processing

Stages of Data Processing Data processing can be understood as the conversion of raw data into a meaningful and desired form. Basically, producing information that can be understood by the end user. So then, the question arises,

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

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

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Modernizing Business Intelligence and Analytics

Modernizing Business Intelligence and Analytics Modernizing Business Intelligence and Analytics Justin Erickson Senior Director, Product Management 1 Agenda What benefits can I achieve from modernizing my analytic DB? When and how do I migrate from

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

Oktober 2018 Dell Tech. Forum München

Oktober 2018 Dell Tech. Forum München Oktober 2018 Dell Tech. Forum München Virtustream Digital Transformation & SAP Jan Büsen Client Solutions Executive, Virtustream The Business Agenda: Digital IT = Competitive Advantage Business Driven

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. According to a recent survey

More information

The Evolution of. Jihoon Kim, EnterpriseDB Korea EnterpriseDB Corporation. All rights reserved. 1

The Evolution of. Jihoon Kim, EnterpriseDB Korea EnterpriseDB Corporation. All rights reserved. 1 The Evolution of Jihoon Kim, EnterpriseDB Korea 2014-08-28 2014 EnterpriseDB Corporation. All rights reserved. 1 The Postgres Journey Postgres today Forces of change affecting the future EDBs role Postgres

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

Survey of Oracle Database

Survey of Oracle Database Survey of Oracle Database About Oracle: Oracle Corporation is the largest software company whose primary business is database products. Oracle database (Oracle DB) is a relational database management system

More information

Oracle Database and Application Solutions

Oracle Database and Application Solutions Oracle Database and Application Solutions Overview The success of Oracle s products is based on three principles: Simplify Enterprises must increase the speed of information delivery with Integrated Systems,

More information

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble Storage Overview 2015 NIMBLE STORAGE CONFIDENTIAL: DO NOT DISTRIBUTE 2 Redefining the Storage Market with

More information

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation

21ST century enterprise. HCL Technologies Presents. Roadmap for Data Center Transformation 21ST century enterprise HCL Technologies Presents Roadmap for Data Center Transformation june 2016 21st Century Impact on Data Centers The rising wave of digitalization has changed the way IT impacts business.

More information

VMware Virtual SAN Technology

VMware Virtual SAN Technology VMware Virtual SAN Technology Today s Agenda 1 Hyper-Converged Infrastructure Architecture & Vmware Virtual SAN Overview 2 Why VMware Hyper-Converged Software? 3 VMware Virtual SAN Advantage Today s Agenda

More information

Evaluating Hyperconverged Full Stack Solutions by, David Floyer

Evaluating Hyperconverged Full Stack Solutions by, David Floyer Evaluating Hyperconverged Full Stack Solutions by, David Floyer April 30th, 2018 Wikibon analysis and modeling is used to evaluate a Hyperconverged Full Stack approach compared to a traditional x86 White

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

Discover the all-flash storage company for the on-demand world

Discover the all-flash storage company for the on-demand world Discover the all-flash storage company for the on-demand world STORAGE FOR WHAT S NEXT The applications we use in our personal lives have raised the level of expectations for the user experience in enterprise

More information

Problem Solved. Now Is the Time for 10GbE

Problem Solved. Now Is the Time for 10GbE Problem Solved. Now Is the Time for 10GbE Solve the problem of increased network demands and the growing need to support virtualization with 10GbE Intel Ethernet. Table of Contents Data Growth Accelerates

More information

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc.

White Paper. Low Cost High Availability Clustering for the Enterprise. Jointly published by Winchester Systems Inc. and Red Hat Inc. White Paper Low Cost High Availability Clustering for the Enterprise Jointly published by Winchester Systems Inc. and Red Hat Inc. Linux Clustering Moves Into the Enterprise Mention clustering and Linux

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

CASE STUDY. TaylorMade Golf moves to cloud-based DR of ERP systems for greater reliability, scalability and performance

CASE STUDY. TaylorMade Golf moves to cloud-based DR of ERP systems for greater reliability, scalability and performance CASE STUDY TaylorMade Golf moves to cloud-based DR of ERP systems for greater reliability, scalability and performance ORGANIZATION: Based in Carlsbad, Calif., with offices worldwide, TaylorMade Golf is

More information

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Pervasive Insight. Mission Critical Platform

Pervasive Insight. Mission Critical Platform Empowered IT Pervasive Insight Mission Critical Platform Dynamic Development Desktop & Mobile Server & Datacenter Cloud Over 7 Million Downloads of SQL Server 2008 Over 30,000 partners are offering solutions

More information

High performance and functionality

High performance and functionality IBM Storwize V7000F High-performance, highly functional, cost-effective all-flash storage Highlights Deploys all-flash performance with market-leading functionality Helps lower storage costs with data

More information

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014 Enabling Fast IT In the IoE era Alberto Degradi DCV Sales Leader November 2014 Agenda IT Challenges Today EMC + Cisco + Intel Cisco Unified Data Center Joint Data Center Solutions Cisco Confidential 2

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

Modernizing Government Storage for the Cloud Era

Modernizing Government Storage for the Cloud Era GOVERNMENT EDITION Modernizing Government Storage for the Cloud Era Table of Contents A New Storage Model for the Cloud Era...3 Key Storage Characteristics for the Cloud...4 Taking the Next Step...5 Although

More information

THINK DIGITAL RETHINK LEGACY

THINK DIGITAL RETHINK LEGACY THINK DIGITAL RETHINK LEGACY Adabas & 2050+ Platform Strategy & Roadmap Bruce Beddoe VP Adabas Systems 1 % BUSINESS & MISSION-CRITICAL 2 For internal use only Billions invested in DIFFERENTIATING business

More information

Big Data Technology Ecosystem. Mark Burnette Pentaho Director Sales Engineering, Hitachi Vantara

Big Data Technology Ecosystem. Mark Burnette Pentaho Director Sales Engineering, Hitachi Vantara Big Data Technology Ecosystem Mark Burnette Pentaho Director Sales Engineering, Hitachi Vantara Agenda End-to-End Data Delivery Platform Ecosystem of Data Technologies Mapping an End-to-End Solution Case

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

SAP IQ Software16, Edge Edition. The Affordable High Performance Analytical Database Engine

SAP IQ Software16, Edge Edition. The Affordable High Performance Analytical Database Engine SAP IQ Software16, Edge Edition The Affordable High Performance Analytical Database Engine Agenda Agenda Introduction to Dobler Consulting Today s Data Challenges Overview of SAP IQ 16, Edge Edition SAP

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

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement 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

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

FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM

FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM RECOMMENDATION AND JUSTIFACTION Executive Summary: VHB has been tasked by the Florida Department of Transportation District Five to design

More information

Availability in the Modern Datacenter

Availability in the Modern Datacenter Availability in the Modern Datacenter Adriana Rangel SIS Research Director IDC Middle East, Turkey & Africa IDC Visit us at IDC.com and follow us on Twitter: @IDC 2 US$ Mn Middle East IT Market Spending

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Total Cost of Ownership: Database Software and Support

Total Cost of Ownership: Database Software and Support Total Cost of Ownership: Database Software and Support WHITE PAPER MariaDB TX vs. Oracle Database Enterprise Edition AUGUST 08 Table of Contents Executive Summary - MariaDB TX - Market - Analysis Enterprise

More information

TRANSFORM THE GOVERNMENT IT DATA CENTER INTO A DYNAMIC SERVICE - ORIENTED DELIVER CENTER. Antony Cassano Access & Security Solutions Division Manager

TRANSFORM THE GOVERNMENT IT DATA CENTER INTO A DYNAMIC SERVICE - ORIENTED DELIVER CENTER. Antony Cassano Access & Security Solutions Division Manager TRANSFORM THE GOVERNMENT IT DATA CENTER INTO A DYNAMIC SERVICE - ORIENTED DELIVER CENTER Antony Cassano Access & Security Solutions Division Manager Technology Trends Current technology trends promote

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

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED PLATFORM Executive Summary Financial institutions have implemented and continue to implement many disparate applications

More information

SAP Sybase SQL Anywhere Manage enterprise data in remote and mobile locations. Speaker s Name/Department (delete if not needed) Month 00, 2012

SAP Sybase SQL Anywhere Manage enterprise data in remote and mobile locations. Speaker s Name/Department (delete if not needed) Month 00, 2012 SAP Sybase SQL Anywhere Manage enterprise data in remote and mobile locations Speaker s Name/Department (delete if not needed) Month 00, 2012 The New Real-Time Business Real-Time Businesses are data-driven

More information

STATE OF MODERN APPLICATIONS IN THE CLOUD

STATE OF MODERN APPLICATIONS IN THE CLOUD STATE OF MODERN APPLICATIONS IN THE CLOUD 2017 Introduction The Rise of Modern Applications What is the Modern Application? Today s leading enterprises are striving to deliver high performance, highly

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

Backup & Recovery on AWS

Backup & Recovery on AWS EBOOK: Backup & Recovery on AWS 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Contents Backup and Recovery on AWS AWS Object Storage Services RDX APN Storage Partner Benefits

More information

In-Memory Analytics with EXASOL and KNIME //

In-Memory Analytics with EXASOL and KNIME // Watch our predictions come true! In-Memory Analytics with EXASOL and KNIME // Dr. Marcus Dill Analytics 2020 The volume and complexity of data today and in the future poses great challenges for IT systems.

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Nabil Abdennadher nabil.abdennadher@hesge.ch 2017/2018 1 Plan Context Definition Market Cloud service models Cloud deployments models Key drivers to adopting the Cloud Barriers

More information

Hybrid IT Managed Services

Hybrid IT Managed Services Hybrid IT Managed Services Working together on your digital journey Welcome to the new world of Hybrid IT Managed Services. Digital technology is rapidly changing and improving our world. As your organisation

More information

Total cost of ownership for application replatform by open-source SW

Total cost of ownership for application replatform by open-source SW Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 91 (2016 ) 677 682 Information Technology and Quantitative Management (ITQM 2016) Total cost of ownership for application

More information

Perfect Balance of Public and Private Cloud

Perfect Balance of Public and Private Cloud Perfect Balance of Public and Private Cloud Delivered by Fujitsu Introducing A unique and flexible range of services, designed to make moving to the public cloud fast and easier for your business. These

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

Hitachi Converged Platform for Oracle

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

More information

Efficient Data Center Virtualization Requires All-flash Storage

Efficient Data Center Virtualization Requires All-flash Storage White Paper Efficient Data Center Virtualization Requires All-flash Storage By Scott Sinclair, Storage Analyst November 2015 This ESG White Paper was commissioned by Pure Storage and is distributed under

More information

Capturing Your Changed Data

Capturing Your Changed Data Capturing Your Changed Data with the CONNX Data Synchronization Tool Table of Contents Executive Summary 1 Fulfilling a Need with Minimal Investment 2 Departmental Reporting Servers 3 Data Migration 4

More information

Evolution For Enterprises In A Cloud World

Evolution For Enterprises In A Cloud World Evolution For Enterprises In A Cloud World Foreword Cloud is no longer an unseen, futuristic technology that proves unattainable for enterprises. Rather, it s become the norm; a necessity for realizing

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

SharePlex for SAP DB SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE

SharePlex for SAP DB SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE SharePlex for SAP DB 2016 SAP Platform Strategy Forum DELL SOFTWARE GOKJI LEE 2016.04.05-0 - - 1 - SharePlex SharePlex Market Presence Why SharePlex is the largest independent database replication solution

More information

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments.

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments. WHITE PAPER Data safety for digital business. One solution for hybrid, physical, and virtual environments. It s common knowledge that the cloud plays a critical role in helping organizations accomplish

More information

Intermedia s Private Cloud Exchange

Intermedia s Private Cloud Exchange Intermedia s Private Cloud Exchange This is a practical guide to implementing Intermedia s Private Cloud Exchange on AWS. Intermedia, the world s independent provider of Hosted Exchange, and AWS, the leading

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

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

Next-Generation Cloud Platform

Next-Generation Cloud Platform Next-Generation Cloud Platform Jangwoo Kim Jun 24, 2013 E-mail: jangwoo@postech.ac.kr High Performance Computing Lab Department of Computer Science & Engineering Pohang University of Science and Technology

More information

Symantec Data Center Transformation

Symantec Data Center Transformation Symantec Data Center Transformation A holistic framework for IT evolution As enterprises become increasingly dependent on information technology, the complexity, cost, and performance of IT environments

More information

That Set the Foundation for the Private Cloud

That Set the Foundation for the Private Cloud for Choosing Virtualization Solutions That Set the Foundation for the Private Cloud solutions from work together to harmoniously manage physical and virtual environments, enabling the use of multiple hypervisors

More information

Cisco Services: Towards Your Next Generation IT

Cisco Services: Towards Your Next Generation IT Cisco Services: Towards Your Next Generation IT Uwe Lambrette - EMEAR DC & Cloud Services Director Kadir Kaya EMEAR DC & Cloud Services Sales Manager Enterprise Cloud Today: Hybrid Cloud Adoption IT Departments

More information

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware REALIZE YOUR DIGITAL VISION with Digital Private Cloud from Atos and VMware Today s critical business challenges and their IT impact Business challenges Maximizing agility to accelerate time to market

More information

Chapter 6 VIDEO CASES

Chapter 6 VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

What is the Future of PostgreSQL?

What is the Future of PostgreSQL? What is the Future of PostgreSQL? Robert Haas 2013 EDB All rights reserved. 1 PostgreSQL Popularity By The Numbers Date Rating Increase vs. Prior Year % Increase January 2016 282.401 +27.913 +11% January

More information

CORPORATE PERFORMANCE IMPROVEMENT DOES CLOUD MEAN THE PRIVATE DATA CENTER IS DEAD?

CORPORATE PERFORMANCE IMPROVEMENT DOES CLOUD MEAN THE PRIVATE DATA CENTER IS DEAD? CORPORATE PERFORMANCE IMPROVEMENT DOES CLOUD MEAN THE PRIVATE DATA CENTER IS DEAD? DOES CLOUD MEAN THE PRIVATE DATA CENTER IS DEAD? MASS MIGRATION: SHOULD ALL COMPANIES MOVE TO THE CLOUD? Achieving digital

More information

BEST PRACTICES IN SELECTING AND DEVELOPING AN ANALYTIC APPLIANCE

BEST PRACTICES IN SELECTING AND DEVELOPING AN ANALYTIC APPLIANCE BEST PRACTICES IN SELECTING AND DEVELOPING AN ANALYTIC APPLIANCE Author: Dr. Robert McCord BEST PRACTICES IN SELECTING AND DEVELOPING AN ANALYTIC APPLIANCE Author: Dr. Robert McCord Dr. McCord boasts twenty

More information

Oracle Autonomous Database

Oracle Autonomous Database Oracle Autonomous Database Maria Colgan Master Product Manager Oracle Database Development August 2018 @SQLMaria #thinkautonomous Safe Harbor Statement The following is intended to outline our general

More information

Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education

Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education Data Sheet Virtustream Cloud and Managed Services Solutions for US State & Local Governments and Education Available through NASPO ValuePoint Cloud Services VIRTUSTREAM CLOUD AND MANAGED SERVICES SOLUTIONS

More information

AN APPLICATION-CENTRIC APPROACH TO DATA CENTER MIGRATION

AN APPLICATION-CENTRIC APPROACH TO DATA CENTER MIGRATION WHITE PAPER AN APPLICATION-CENTRIC APPROACH TO DATA CENTER MIGRATION Five key success factors Abstract IT organizations today are under constant business pressure to transform their infrastructure to reduce

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

TECHED USER CONFERENCE MAY 3-4, 2016

TECHED USER CONFERENCE MAY 3-4, 2016 TECHED USER CONFERENCE MAY 3-4, 2016 Bruce Beaman, Senior Director Adabas and Natural Product Marketing Software AG Software AG s Future Directions for Adabas and Natural WHAT CUSTOMERS ARE TELLING US

More information

UNFAIR ADVANTAGE Your Road to SAP Hana 2016 PURE STORAGE INC.

UNFAIR ADVANTAGE Your Road to SAP Hana 2016 PURE STORAGE INC. UNFAIR ADVANTAGE Your Road to SAP Hana 1 1 AGENDA Road to S4 Hana Road to S4 Hana Your Business Opportunity Why is your storage decision important for SAP? Pure Storage and SAP Global Partnership SAP Co-Innovation

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

Big Data with Hadoop Ecosystem

Big Data with Hadoop Ecosystem Diógenes Pires Big Data with Hadoop Ecosystem Hands-on (HBase, MySql and Hive + Power BI) Internet Live http://www.internetlivestats.com/ Introduction Business Intelligence Business Intelligence Process

More information

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved.

Rethinking VDI: The Role of Client-Hosted Virtual Desktops. White Paper Virtual Computer, Inc. All Rights Reserved. Rethinking VDI: The Role of Client-Hosted Virtual Desktops White Paper 2011 Virtual Computer, Inc. All Rights Reserved. www.virtualcomputer.com The Evolving Corporate Desktop Personal computers are now

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

Data Analytics at Logitech Snowflake + Tableau = #Winning

Data Analytics at Logitech Snowflake + Tableau = #Winning Welcome # T C 1 8 Data Analytics at Logitech Snowflake + Tableau = #Winning Avinash Deshpande I am a futurist, scientist, engineer, designer, data evangelist at heart Find me at Avinash Deshpande Chief

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

Understanding the latent value in all content

Understanding the latent value in all content Understanding the latent value in all content John F. Kennedy (JFK) November 22, 1963 INGEST ENRICH EXPLORE Cognitive skills Data in any format, any Azure store Search Annotations Data Cloud Intelligence

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

OpenStack Seminar Disruption, Consolidation and Growth. Woodside Capital Partners

OpenStack Seminar Disruption, Consolidation and Growth. Woodside Capital Partners OpenStack Seminar Disruption, Consolidation and Growth Woodside Capital Partners December 2, 2014 AGENDA I. Evolution of Enterprise IT II. III. IV. Cloud Market Opportunity Cloud Market Landscape OpenStack

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

BUT HOW DID THE CLOUD AS WE KNOW IT COME TO BE AND WHERE IS IT GOING?

BUT HOW DID THE CLOUD AS WE KNOW IT COME TO BE AND WHERE IS IT GOING? A DECADE OF CLOUD CLOUD COMPUTING: A WORLD-CHANGING INNOVATION When one considers technology having a profound impact on humanity, a number of major innovations such as electricity, the gas engine, airplanes,

More information

How to Move Your Oracle Database to The Cloud. Clay Jackson Database Solutions Sales Engineer

How to Move Your Oracle Database to The Cloud. Clay Jackson Database Solutions Sales Engineer How to Move Your Oracle Database to The Cloud Clay Jackson Database Solutions Sales Engineer Agenda: Clear the clouds on (pun intended) What s The Cloud? Why Should I Move to The Cloud? How Do I Move to

More information