Big Data Analytics Using SAP HANA Dynamic Tiering Balaji Krishna SAP Labs SESSION CODE: BI474

Size: px
Start display at page:

Download "Big Data Analytics Using SAP HANA Dynamic Tiering Balaji Krishna SAP Labs SESSION CODE: BI474"

Transcription

1 Big Data Analytics Using SAP HANA Dynamic Tiering Balaji Krishna SAP Labs SESSION CODE: BI474

2 LEARNING POINTS How Dynamic Tiering reduces the TCO of HANA solution Data aging concepts using in-memory and ondisk storage Single Install/Admin/Monitoring

3 IDC Predictions for 2015 IDC predictions for 2014 Mobile CRM Data Transactions Demand Sales Order Instant Messages Big Data Cloud Cloud spending will surge by 25%, reaching over $100 billion. There will be a doubling of cloud data centers. Things Customer Sales Order Things Planning Opportunities Inventory Demand Mobile Big Data Planning Transactions Customer CRM Data Data explosion Data volumes will continue to explode to 6 billion petabytes Internet of Things 30 billion devices, sensors in 2020 driving $8.9 Trillion in revenue Social networking Social networking will become embedded in cloud platforms and most enterprise apps and processes

4 SAP End to End Data Management for Real Time Business Workforce of the Future Cloud Big Data Industries Internet of Things Custom Development Business & Consumer Applications ISVs & OEMs ERP TRANSACT STORE ANALYZE SAP DATA MANAGEMENT PREDICT

5 SAP Data Management Portfolio End-to End Data Management & App Platform for Real-Time Business REAL-TIME APPLICATIONS REAL-TIME ANALYTICS Consumer Engagement Sense & Respond Planning & Optimization Operational Analytics Big Data Warehousing Predictive, Spatial & Text Analytics SAP ASE SAP ESP Replication Server SAP HANA PLATFORM Real-time transactions e + end-to-end analytics Extended Application Services Processing Engine SAP HANA platform Database Services SAP HANA dynamic tiering Application Function Lib. & Data Models Integration Services SAP SQL Anywhere SAP IQ SAP Data Services

6 Time Value of Data Last time accessed When you need it again Value Value of immediate data access declines Archive Access Event Regulatory audit Business critical reference data Source data Time

7 Warm/Cold Data Management Questions about SAP HANA dynamic tiering Why is warm data management important for SAP HANA? SAP HANA dynamic tiering Why utilizes is SAP disk HANA backed, dynamic smart column store technology based tiering the best solution for on SAP IQ warm data management? Size and cost constraints may prohibit all in-memory solution Not all data has the same value Warm data has lower latency requirements than hot data SAP HANA dynamic tiering excels at ad hoc queries on structured data from terabyte to petabyte scale SAP HANA dynamic tiering is a deeply integrated, high performance solution in a single system What about Hadoop for warm data storage and processing? Hadoop has unlimited capacity for raw data processing Hadoop is best suited for batch processing of raw, unstructured data Hadoop is an external data store with technical integration into HANA with higher TCO in order to manage the additional system

8 Introducing SAP HANA dynamic tiering Requirements from our customers Manage data cost effectively, yet with desired performance based on SLAs Handle very large data sets terabytes to petabytes Update and query all data seamlessly via HANA tables Application defines which data is hot, and which data is warm Native Big Data solution to handle a large percentage of enterprise data needs without Hadoop SAP HANA System with dynamic tiering option Worker host Column Table Hot Store Worker host HANA application HANA Database Fast data movement and optimized push down query processing Row Table Worker host Warm Store Extended Table ES host

9 Data Qualities and Data Temperatures How to think about it Data in the database Different data temperatures Maximum access performance Hot data - always in memory Reduced access performance: Warm data - not (always) in memory All part of the database s data image SAP HANA Platform Hot Warm Data for daily reporting, other high-priority data Other data required to operate the application Externalize Data moved out of the database Different data qualities Available for read access Near-line storage Not accessible without IT process Traditional archive Data is stored and managed outside of the application database NLS Data that is (normally) not updated, infrequently accessed Traditional Archive Data that s kept for legal reasons or similar

10 SAP HANA dynamic tiering Map data priorities to data management Hot data Warm data SAP HANA Database Hot Store Primary image in memory Durability Dynamic Tiering RAM All in one database Warm Store Cache / Processing Primary Image on disk Hot Store- Classic HANA tables Primary data image in memory DB algorithms optimized for in-memory data Persistence on disk to guarantee durability Warm Store -Extended Tables Primary data image on disk Data processing using algorithms optimized for disk-based data Main memory used for caching and processing.

11 Technical Details Implementation choices

12 SAP HANA dynamic tiering one database / one experience for HANA application developers and admins SAP HANA dynamic tiering Reduced TCO Optimized for performance Single database experience Centralized operational control Centralized monitoring / admin Integrated security Common installer and licensing model SAP HANA dynamic tiering Unified backup and restore High speed data ingest Optimized query processing

13 SAP HANA dynamic tiering The overall system layout SAP HANA with dynamic tiering consists of two types of hosts: Regular worker hosts (running the classical HANA processes: indexserver, nameserver, daemon, xsserver, ) HANA hosts can be single-node or scale-out; appliance or TDI ES hosts (running nameserver, daemon, and esserver) esserver is the database process of the warm store Client Application Connect Hot Store Worker host(*) SAP HANA System with dynamic tiering service Column Table Worker host Row Table Fast data movement and optimized push down query processing Worker host One single SAP HANA database: one SID, one instance number All client communication happens through index server / XS server Warm Store Extended Table ES host (controller) Further ES hosts (*) Standby hosts not shown Common Storage System

14 HANA Extended Tables HANA extended table schema is part of HANA database catalog HANA extended table data resides in warm store HANA extended table is a first class database object with full ACID compliance Database Catalog Table Definition Data Hot Store Classical HANA column/row table Table Definition Data Warm Store Extended table (warm table) HANA Database

15 High Speed Data Ingest Import from CSV files: IMPORT FROM CSV FILE bigfile.csv INTO t1 Bulk array insert: INSERT INTO t1 (col1, col2, col3...) VALUES (val1, val2, val3...) High-speed data movement between HANA tables and HANA extended tables: INSERT INTO t_extended select c1 FROM t_hana Concurrent inserts from multiple connections: A HANA extended table may be a DELTA enabled table, which allows multiple concurrent writes Data movement between hot and warm store IMPORT FROM CSV FILE data.csv INTO t_extended Warm Extended Table INSERT SELECT Hot HANA column Table CSV DATA Materialization HANA Database

16 Optimized Query Processing Optimized Query Processing Parallel query processing Ordering Data is pulled from HANA hot store into HANA warm store query processing engine using multiple streams, and processed in parallel Grouping Push/Pull query optimization and transformation Query operations ship to hot or warm store as appropriate for native Joining performance Extended tables may be used in HANA CALC views T1 T2 T3 T4 HANA Calc engine and HANA SQL engine share extended table query performance optimizations

17 Example Query Plan Example Query Plan select "account_num", count(*) as account_count from VXM_FOODMART.CUSTOMER C where "lname" >= 'Ga' and "lname" < 'Gb' and exists Customer is a native HANA table in HANA memory ( select * from VXM_IQSTORE.PRODUCT P where "product_id" = "customer_id" ) Product is a HANA extended table in the warm store group by order by "account_num" "account_num";

18 HANA Monitoring and Administration HANA Cockpit: New, web based monitoring and administration console for HANA Extended Storage User Tables By top usage Top 14 Total MB 50 MB 10 ES 100 CL/RW 30 MB 200 MB 20 Top 100 Totals 100 times / day HANA Studio will be used for design and modeling of HANA extended tables HANA Cockpit displays status, CPU/memory/storage resource utilization, table usage statistics Provides access to and search of server logs and custom traces Shows alerts triggered by extended storage Enables administration of extended storage: add and drop storage, or increase size of file

19 Unified Backup and Restore Data backup Log backup Log area System crash HANA Extended Storage t1 t2 t3 Backup History Restore Time Data backups (manual or scheduled) Log backups (automatic, or none) Data backups with log backups allow restore to Point in Time or most recent state: t1-> t3 Data backups alone allow restore to specific backup only: t1 or t2 HANA backup manages backup of both hot and warm store Point in Time Recovery (PITR) is supported

20 High Availability and Disaster Recovery Warm Store Service Compute node Manual Failover Warm Store Standby node mirror High availability Compute node failure will result in failover to standby node (manual for warm store nodes) Storage failure will depend on inherent storage vendor disk mirroring and fault tolerance capabilities Hot and warm store should use the same storage to facilitate auto-failover in the future Disaster recovery Compute node Hot Store Auto- Failover mirror Classical HANA services Standby node HANA without dynamic tiering supports continuous replication to maintain a disaster recovery site HANA with dynamic tiering will maintain a disaster recovery site through backup and restore capabilities only Disaster recovery through system replication is planned for a future release Disaster recovery through storage replication may be added independently from software releases

21 SAP HANA Multitenant Database Containers Each extended store is dedicated to exactly one tenant database: Tenant Database Extended Store Tenant Database Extended Store Tenant Database (No ES) Compute node Compute node Compute node Compute node HANA Cluster

22 Hardware Layout View Recommended Option: Use Homogeneous Hardware for All Hosts HANA HANA Clients Clients (HANA Clients (HANA Studio, Studio,...)...) (DB clients, Studio,...) 1 2 Client Network 3 Storage Network for HANA and ES Intra-node Network 1 HANA System (One SID) Certd. HW Box Certd. HW Box Certd. HW Box Certd. HW Box HANA Scale-Out 2 ES DB Node 1 Node 2 Standby Node ES DB Node 3 hot data redo logs hot data redo logs warm data ES may be added to certd. HANA storage, or may be using individual storage logs binaries, traces, core dumps Non-certd. Storage for /hana/shared/

23 Hardware Layout View Alternative Option: Use Individual Hardware HANA HANA Clients Clients (HANA Clients (HANA Studio, Studio,...)...) (DB clients, Studio,...) 1 2 Client Network Intra-node Network 3 HANA Storage Network 4 ES Storage Network 1 HANA System (One SID) Certd. HW Box Certd. HW Box Certd. HW Box Non-certd. HW Box HANA Scale-Out 2 ES DB Node 1 Node 2 Standby Node ES DB Node hot data redo logs hot data redo logs Certd. Storage for data and redo logs of HANA 3 4 logs warm data Non-certd. Storage for ES binaries, traces, core dumps Non-certd. Storage for /hana/shared/

24 Use Cases SAP BW and native HANA applications

25 Corporate Memory Archive/NLS SAP NetWeaver BW powered by SAP HANA Data Classification by Object Type Data Categories in a BW System BW Operational Data Archived Analytic Mart Business Transformation EDW Propagation EDW Transformation Staging Layer Frequent reporting and/or HANA-native operations Limited reporting, limited HANA-native operations Old, out-of-use data Archive, read-only, different SLAs 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 25

26 Extended Tables in HANA BW Use Case: Staging and Corporate Memory Staging Area Data Source PSA Table Table Schema Data Database Catalog Warm store BW System Corporate Memory Write-optimized DSO Active Table Table Schema Data SAP HANA database Data Mart InfoCube Fact Table Table Schema Data Hot Store Object Classification in BW Data Sources and write-optimized DSOs can have the property Extended Table Generated Tables are of type Extended All BW standard operations supported no changes Only minor temporary RAM required in HANA InfoCubes and Regular or Advanced DSOs Generate standard column table 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 26

27 SAP HANA dynamic tiering for Big Data SAP HANA dynamic tiering for Big Data SAP HANA with Dynamic Tiering provides native Big Data solution SAP HANA HANA extended tables Hot data Cutting edge, in-memory platform Transact/analyze in real-time Native predictive, text, and spatial algorithms Petascale, Petascale, warm structured data Petascale extension to HANA with disk backed, columnar database technology Expand HANA capacity with warm/cool structured data in HANA warm store Tight integration between HANA hot store and HANA warm store for optimal performance

28 HANA with Dynamic Tiering Native Big Data solution for a multitude of use casesp SAP HANA Dynamic Tiering for Big Data Use Cases across Industries Airline route profitability analysis: SAP HANA analyzes revenue, variable operating costs (fuel, landing fees...), and fixed operating costs in real time to make decisions on network, pricing, and marketing to determine where to fly, when, and how often. All data must be analyzed in real time. Public utilities: enterprise data stored in SAP HANA and large amounts of smart meter data stored in HANA extended tables, to identify operational problems, and establish incentive pricing for more efficient energy use. Financial services: Stock tick data streamed into SAP HANA for immediate price fluctuation analysis and trading actions, with historical stock price data stored in HANA extended tables for trend analysis and portfolio management. Telecommunications: Network service data in HANA extended tables analyzed and correlated with customer loyalty data in SAP HANA, to anticipate customer churn and initiate customer retention response activities.

29 Future DirectionDirection Where are we headed?

30 SAP HANA dynamic tiering roadmap SAP HANA dynamic tiering roadmap PLANNED SAP HANA dynamic tiering available to be used by any HANA application Common installer Unified administration and monitoring using HANA Cockpit Extended Storage (ES) engine is part of HANA topology Single authentication model Single licensing model Combined error log / trace handling Fully integrated backup/restore FUTURE HANA ES host auto-failover (HA) SAP HANA system replication for disaster recovery Enhanced backup and restore (BACKINT and storage snapshots) Hybrid extended tables with rule based automatic data movement / aging Further performance optimizations for HANA Calculation Engine Series data support in extended tables Support of extended tables in Core Data Services (CDS)

31 Hybrid extended tables Single HANA table that spans hot and warm stores Hot partitions in HANA memory; remaining partitions in warm store Automatic, rules-based, asynchronous data movement between hot and warm stores regulatory audit Hybrid Extended Table Hot data in HANA tier 2012 aging 2012 Warm data In warm tier

32 THANK YOU FOR PARTICIPATING Please provide feedback on this session by completing a short survey via the event mobile application. SESSION CODE: BI474 For ongoing education on this area of focus, visit

TE's Analytics on Hadoop and SAP HANA Using SAP Vora

TE's Analytics on Hadoop and SAP HANA Using SAP Vora TE's Analytics on Hadoop and SAP HANA Using SAP Vora Naveen Narra Senior Manager TE Connectivity Santha Kumar Rajendran Enterprise Data Architect TE Balaji Krishna - Director, SAP HANA Product Mgmt. -

More information

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013 SAP HANA SAP s In-Memory Database Dr. Martin Kittel, SAP HANA Development January 16, 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

In-memory computing with SAP HANA

In-memory computing with SAP HANA In-memory computing with SAP HANA June 2015 Amit Satoor, SAP @asatoor 2015 SAP SE or an SAP affiliate company. All rights reserved. 1 Hyperconnectivity across people, business, and devices give rise to

More information

Overview of How SAP IQ Augments the SAP Technology Landscape with Temperature Sensitive Data Management

Overview of How SAP IQ Augments the SAP Technology Landscape with Temperature Sensitive Data Management Orange County Convention Center Orlando, Florida June 3-5, 2014 Overview of How SAP IQ Augments the SAP Technology Landscape with Temperature Sensitive Data Management Andrew Neugebauer, Director, SAP

More information

SAP BW 7.40 Near-Line Storage for SAP IQ What's New?

SAP BW 7.40 Near-Line Storage for SAP IQ What's New? SAP BW 7.40 Near-Line Storage for SAP IQ What's New? Rainer Uhle Product Management SAP EDW (BW / HANA), SAP SE Public Disclaimer This presentation outlines our general product direction and should not

More information

A Few Cool Features in BW 7.4 on HANA that Make a Difference

A Few Cool Features in BW 7.4 on HANA that Make a Difference A Few Cool Features in BW 7.4 on HANA that Make a Difference Here is a short summary of new functionality in BW 7.4 on HANA for those familiar with traditional SAP BW. I have collected and highlighted

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU

Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU Efficient and cost-optimized Operation of existing SAP Landscapes with PBS Nearline Storage and DB2 BLU Stefan Hummel Senior DB2 Specialist, IBM Germany Agenda DB2 Introduction DB2 BLU Acceleration DB2

More information

SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers

SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers SAP HANA SPS 09 - What s New? SAP HANA Multitenant Database Containers (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved.

More information

SAP HANA SPS 09 - What s New? Smart Data Streaming

SAP HANA SPS 09 - What s New? Smart Data Streaming SAP HANA SPS 09 - What s New? Smart Data Streaming (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Agenda Introduction

More information

Protect SAP HANA Based on SUSE Linux Enterprise Server with SEP sesam

Protect SAP HANA Based on SUSE Linux Enterprise Server with SEP sesam Protect SAP HANA Based on SUSE Linux Enterprise Server with SEP sesam Many companies of different sizes and from all sectors of industry already use SAP s inmemory appliance, HANA benefiting from quicker

More information

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases. Are my applications accelerated without manual intervention and tuning?.

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

SAP Database Strategy Overview. Uwe Grigoleit September 2013

SAP Database Strategy Overview. Uwe Grigoleit September 2013 SAP base Strategy Overview Uwe Grigoleit September 2013 SAP s In-Memory and management Strategy Big- in Business-Context: Are you harnessing the opportunity? Mobile Transactions Things Things Instant Messages

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

More information

SAP Real-time Data Platform. April 2013

SAP Real-time Data Platform. April 2013 SAP Real-time Data Platform April 2013 Agenda Introduction SAP Real Time Data Platform Overview SAP Sybase ASE SAP Sybase IQ SAP EIM Questions and Answers 2012 SAP AG. All rights reserved. 2 Introduction

More information

SAP BW on HANA : Complete reference guide

SAP BW on HANA : Complete reference guide SAP BW on HANA : Complete reference guide Applies to: SAP BW 7.4, SAP HANA, BW on HANA, BW 7.3 Summary There have been many architecture level changes in SAP BW 7.4. To enable our customers to understand

More information

The Future of Data Management

The Future of Data Management The Future of Data Management with Hadoop and the Enterprise Data Hub Amr Awadallah (@awadallah) Cofounder and CTO Cloudera Snapshot Founded 2008, by former employees of Employees Today ~ 800 World Class

More information

In-memory databases and innovations in Business Intelligence

In-memory databases and innovations in Business Intelligence Database Systems Journal vol. VI, no. 1/2015 59 In-memory databases and innovations in Business Intelligence Ruxandra BĂBEANU, Marian CIOBANU University of Economic Studies, Bucharest, Romania babeanu.ruxandra@gmail.com,

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

Building Real-Time Analytics Apps with HANA

Building Real-Time Analytics Apps with HANA Building Real-Time Analytics Apps with HANA Why SAP HANA Now? Columnar Databases Large Data Inflection Point? Moore s Law What is SAP HANA? A Database / RDBMS? An Appliance? A Platform? Answer All of the

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

Extend your analytic capabilities with SAP Predictive Analysis

Extend your analytic capabilities with SAP Predictive Analysis September 9 11, 2013 Anaheim, California Extend your analytic capabilities with SAP Predictive Analysis Charles Gadalla Learning Points Advanced analytics strategy at SAP Simplifying predictive analytics

More information

Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access SESSION CODE: 0210

Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access SESSION CODE: 0210 Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access Balaji Krishna, Product Management SAP HANA Platform. SAP Labs @balajivkrishna SESSION CODE:

More information

IBM DB2 specific SAP NetWeaver Business Warehouse Near-Line Storage Solution

IBM DB2 specific SAP NetWeaver Business Warehouse Near-Line Storage Solution IBM DB2 specific SAP NetWeaver Business Warehouse Near-Line Storage Solution Karl Fleckenstein (karl.fleckenstein@de.ibm.com) IBM Deutschland Research & Development GmbH June 22, 2011 Important Disclaimer

More information

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing SAP Sybase Replication Server What s New in 15.7.1 SP100 Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing Agenda SAP Sybase Replication Server Overview Replication

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

SAP HANA Storage Requirements

SAP HANA Storage Requirements SAP HANA Storage Requirements As an in-memory database, SAP HANA uses storage devices to save a copy of the data, for the purpose of startup and fault recovery without data loss. The choice of the specific

More information

Parallel Data Warehouse

Parallel Data Warehouse MICROSOFT S ANALYTICS SOLUTIONS WITH PARALLEL DATA WAREHOUSE Parallel Data Warehouse Stefan Cronjaeger Microsoft May 2013 AGENDA PDW overview Columnstore and Big Data Business Intellignece Project Ability

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

EMC DATA PROTECTION FOR SAP HANA

EMC DATA PROTECTION FOR SAP HANA White Paper EMC DATA PROTECTION FOR SAP HANA Persistence, Disaster Tolerance, Disaster Recovery, and Efficient Backup for a Data Center Ready SAP HANA EMC Solutions Group Abstract This white paper explains

More information

NextGen Infrastructure for Big DATA Analytics.

NextGen Infrastructure for Big DATA Analytics. NextGen Infrastructure for Big DATA Analytics. So What is Big Data? Data that exceeds the processing capacity of conven4onal database systems. The data is too big, moves too fast, or doesn t fit the structures

More information

PROTECTING SAP HANA WITH DATA DOMAIN BOOST FOR DATABASES AND APPLICATIONS

PROTECTING SAP HANA WITH DATA DOMAIN BOOST FOR DATABASES AND APPLICATIONS PROTECTING SAP HANA WITH DATA DOMAIN BOOST FOR DATABASES AND APPLICATIONS Enabling a Smooth Migration from Physical to Virtualized Environments with One Process and One Solution EMC Solutions Abstract

More information

Data Management for SAP Business Suite and SAP S/4HANA. Robert Wassermann, SAP SE

Data Management for SAP Business Suite and SAP S/4HANA. Robert Wassermann, SAP SE Data Management for SAP Business Suite and SAP S/4HANA Robert Wassermann, SAP SE Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision.

More information

SAP HANA From Relational OLAP Database to Big Data Infrastructure

SAP HANA From Relational OLAP Database to Big Data Infrastructure SAP HANA From Relational OLAP Database to Big Data Infrastructure Anil K Goel VP & Chief Architect, SAP HANA Data Platform WBDB 2015, June 16, 2015 Toronto SAP Big Data Story Data Lifecycle Management

More information

Einsatzfelder von IBM PureData Systems und Ihre Vorteile.

Einsatzfelder von IBM PureData Systems und Ihre Vorteile. Einsatzfelder von IBM PureData Systems und Ihre Vorteile demirkaya@de.ibm.com Agenda Information technology challenges PureSystems and PureData introduction PureData for Transactions PureData for Analytics

More information

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale WHITE PAPER Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale Sponsored by: IBM Carl W. Olofson December 2014 IN THIS WHITE PAPER This white paper discusses the concept

More information

What's New in SAP HANA SPS09 The Modern Platform for All Applications. Balaji Krishna, SAP HANA Product Management

What's New in SAP HANA SPS09 The Modern Platform for All Applications. Balaji Krishna, SAP HANA Product Management What's New in SAP HANA SPS09 The Modern Platform for All Applications Balaji Krishna, SAP HANA Product Management Legal disclaimer The information in this presentation is confidential and proprietary to

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

SAP HANA Storage Requirements

SAP HANA Storage Requirements SAP HANA Storage Requirements As an in-memory database, SAP HANA uses storage devices to save a copy of the data, for the purpose of startup and fault recovery without data loss. The choice of the specific

More information

SAP and Hortonworks Reference Architecture

SAP and Hortonworks Reference Architecture SAP and Hortonworks Reference Architecture Hortonworks. We Do Hadoop. June Page 1 2014 Hortonworks Inc. 2011 2014. All Rights Reserved A Modern Data Architecture With SAP DATA SYSTEMS APPLICATIO NS Statistical

More information

Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127

Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127 Streamline SAP HANA with Nearline Storage Solutions by PBS and IBM Elke Hartmann-Bakan, IBM Germany Dr. Klaus Zimmer, PBS Software DMM127 Agenda 2 Introduction Motivation Approach Solution IBM/PBS Software

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

Providing real-time, built-in analytics with S/4HANA. Jürgen Thielemans, SAP Enterprise Architect SAP Belgium&Luxembourg

Providing real-time, built-in analytics with S/4HANA. Jürgen Thielemans, SAP Enterprise Architect SAP Belgium&Luxembourg Providing real-time, built-in analytics with S/4HANA Jürgen Thielemans, SAP Enterprise Architect SAP Belgium&Luxembourg SAP HANA Analytics Vision Situation today: OLTP and OLAP separated, one-way streets

More information

SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery

SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery SAP HANA Operation Expert Summit BUILD - High Availability & Disaster Recovery Dr. Ralf Czekalla/SAP HANA Product Management May 09, 2014 Customer Disclaimer This presentation outlines our general product

More information

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Managing Big Data with Hadoop & Vertica A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Copyright Vertica Systems, Inc. October 2009 Cloudera and Vertica

More information

SAP HANA Backup and Recovery (Overview, SPS08)

SAP HANA Backup and Recovery (Overview, SPS08) SAP HANA Backup and Recovery (Overview, SPS08) Andrea Kristen, SAP HANA Product Management October 2014 Disclaimer This presentation outlines our general product direction and should not be relied on in

More information

Il mondo dei DB Cambia : Tecnologie e opportunita`

Il mondo dei DB Cambia : Tecnologie e opportunita` Il mondo dei DB Cambia : Tecnologie e opportunita` Giorgio Raico Pre-Sales Consultant Hewlett-Packard Italiana 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

SAP NetWeaver Information Lifecycle Management

SAP NetWeaver Information Lifecycle Management SAP NetWeaver Information Lifecycle Management What s New in Release 7.03 and Future Direction June 2012 SAP NetWeaver Information Lifecycle Management Information lifecycle management Retention management

More information

SAP HANA SPS 09 - What s New? SAP HANA Scalability

SAP HANA SPS 09 - What s New? SAP HANA Scalability SAP HANA SPS 09 - What s New? SAP HANA Scalability (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Disclaimer This

More information

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

More information

SAP HANA SPS 09 - What s New? Administration & Monitoring

SAP HANA SPS 09 - What s New? Administration & Monitoring SAP HANA SPS 09 - What s New? Administration & Monitoring (Delta from SPS08 to SPS09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All rights reserved. 1 Content

More information

A HIGH-PERFORMANCE, SCALABLE BIG DATA APPLIANCE LAURA CHU-VIAL, SENIOR PRODUCT MARKETING MANAGER JOACHIM RAHMFELD, VP FIELD ALLIANCES OF SAP

A HIGH-PERFORMANCE, SCALABLE BIG DATA APPLIANCE LAURA CHU-VIAL, SENIOR PRODUCT MARKETING MANAGER JOACHIM RAHMFELD, VP FIELD ALLIANCES OF SAP A HIGH-PERFORMANCE, SCALABLE BIG DATA APPLIANCE LAURA CHU-VIAL, SENIOR PRODUCT MARKETING MANAGER JOACHIM RAHMFELD, VP FIELD ALLIANCES OF SAP WEBTECH EDUCATIONAL SERIES A HIGH-PERFORMANCE, SCALABLE BIG

More information

SAP HANA In-Memory in Virtualized Data Centers. Arne Arnold, SAP HANA Product Management January 2013

SAP HANA In-Memory in Virtualized Data Centers. Arne Arnold, SAP HANA Product Management January 2013 SAP HANA In-Memory in Virtualized Data Centers Arne Arnold, SAP HANA Product Management January 2013 Agenda Virtualization In-Memory Pros & Cons with In-Memory Computing Virtualized SAP HANA Platform What

More information

Advanced In-Database Analytics

Advanced In-Database Analytics Advanced In-Database Analytics Tallinn, Sept. 25th, 2012 Mikko-Pekka Bertling, BDM Greenplum EMEA 1 That sounds complicated? 2 Who can tell me how best to solve this 3 What are the main mathematical functions??

More information

SAP HANA. SAP HANA Performance Efficient Speed and Scale-Out for Real-Time Business Intelligence

SAP HANA. SAP HANA Performance Efficient Speed and Scale-Out for Real-Time Business Intelligence SAP HANA SAP HANA Performance Efficient Speed and Scale-Out for Real-Time Business Intelligence SAP HANA Performance Table of Contents 3 Introduction 4 The Test Environment Database Schema Test Data System

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices

Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices September 10-13, 2012 Orlando, Florida Demonstration of SAP Predictive Analysis 1.0, consumption from SAP BI clients and best practices Vishwanath Belur, Product Manager, SAP Predictive Analysis Learning

More information

Real-Time Big Data Analytics SAP HANA with the Intel Distribution for Apache Hadoop software

Real-Time Big Data Analytics SAP HANA with the Intel Distribution for Apache Hadoop software Real-Time Big Data Analytics with the Intel Distribution for Apache Hadoop software Executive Summary is already helping businesses extract value out of Big Data by enabling real-time analysis of diverse

More information

Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform

Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform Jürgen Butsmann, Solution Owner, Member of Global Business Development Suite on SAP HANA, SAP October 9th, 2014 Public Agenda

More information

SQL Server 2014 New Features/In- Memory Store. Juergen Thomas Microsoft Corporation

SQL Server 2014 New Features/In- Memory Store. Juergen Thomas Microsoft Corporation SQL Server 2014 New Features/In- Memory Store Juergen Thomas Microsoft Corporation AGENDA 1. SQL Server 2014 what and when 2. SQL Server 2014 In-Memory 3. SQL Server 2014 in IaaS scenarios 2 SQL Server

More information

SAP HANA SPS 09 - What s New? Backup/Recovery

SAP HANA SPS 09 - What s New? Backup/Recovery SAP HANA SPS 09 - What s New? Backup/Recovery (Delta from SPS 08 to SPS 09) Andrea Kristen, SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

SAP HANA Reinventing Real-Time Businesses through Innovation, Value & Simplicity. Eduardo Rodrigues October 2013

SAP HANA Reinventing Real-Time Businesses through Innovation, Value & Simplicity. Eduardo Rodrigues October 2013 Reinventing Real-Time Businesses through Innovation, Value & Simplicity Eduardo Rodrigues October 2013 Agenda The Existing Data Management Conundrum Innovations Transformational Impact at Customers Summary

More information

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam. info@sepusa.com www.sepusa.com Copyright 2014 SEP

Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam. info@sepusa.com www.sepusa.com Copyright 2014 SEP Whitepaper: Back Up SAP HANA and SUSE Linux Enterprise Server with SEP sesam info@sepusa.com www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW... 3 SOLUTION COMPONENTS... 4-5 SAP HANA... 6 SEP

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

HANA Platform Real Time Data Transformations

HANA Platform Real Time Data Transformations HANA Platform Real Time Data Transformations Jiří Ptáček Professional Services & Support Manager 10 9 2015 Agenda 1 Company 2 SAP Real Time Data Platform, SAP Hana Platform 3 Concept of the Solution 4

More information

An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise

An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise Solutions Group The following is intended to outline our

More information

SAP Business Warehouse Powered by SAP HANA for the Utilities Industry

SAP Business Warehouse Powered by SAP HANA for the Utilities Industry SAP White Paper Utilities Industry SAP Business Warehouse powered by SAP HANA SAP S/4HANA SAP Business Warehouse Powered by SAP HANA for the Utilities Industry Architecture design for utility-specific

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Baader Investment Conference. Dr. Werner Brandt, CFO, SAP AG Munich, September 24, 2013

Baader Investment Conference. Dr. Werner Brandt, CFO, SAP AG Munich, September 24, 2013 Baader Investment Conference Dr. Werner Brandt, CFO, SAP AG Munich, September 24, 2013 Safe Harbor Statement Any statements contained in this document that are not historical facts are forward-looking

More information

An Overview of SAP BW Powered by HANA. Al Weedman

An Overview of SAP BW Powered by HANA. Al Weedman An Overview of SAP BW Powered by HANA Al Weedman About BICP SAP HANA, BOBJ, and BW Implementations The BICP is a focused SAP Business Intelligence consulting services organization focused specifically

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

CIO Guide How to Use Hadoop with Your SAP Software Landscape

CIO Guide How to Use Hadoop with Your SAP Software Landscape SAP Solutions CIO Guide How to Use with Your SAP Software Landscape February 2013 Table of Contents 3 Executive Summary 4 Introduction and Scope 6 Big Data: A Definition A Conventional Disk-Based RDBMs

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy. Orange County Convention Center Orlando, Florida June 3-5, 2014

SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy. Orange County Convention Center Orlando, Florida June 3-5, 2014 SAP BusinessObjects (BI) 4.1 on SAP HANA Piepaolo Vezzosi, SAP Product Strategy Orange County Convention Center Orlando, Florida June 3-5, 2014 Learning points SAP HANA scenarios for business intelligence

More information

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014 5 Keys to Unlocking the Big Data Analytics Puzzle Anurag Tandon Director, Product Marketing March 26, 2014 1 A Little About Us A global footprint. A proven innovator. A leader in enterprise analytics for

More information

RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40. October 2013

RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40. October 2013 RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40 October 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center

SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center SAP HANA SPS 09 - What s New? SAP DB Control Center DBA Tool to manage Data Center (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP AG or an SAP affiliate company. All

More information

SAP HANA Security Guide

SAP HANA Security Guide PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Important Critical Configurations.... 6 2 Introduction to SAP HANA Security....7 3 SAP HANA Security Patches....11 4 SAP HANA

More information

Solving big data problems in real-time with CEP and Dashboards - patterns and tips

Solving big data problems in real-time with CEP and Dashboards - patterns and tips September 10-13, 2012 Orlando, Florida Solving big data problems in real-time with CEP and Dashboards - patterns and tips Kevin Wilson Karl Kwong Learning Points Big data is a reality and organizations

More information

Innovative technology for big data analytics

Innovative technology for big data analytics Technical white paper Innovative technology for big data analytics The HP Vertica Analytics Platform database provides price/performance, scalability, availability, and ease of administration Table of

More information

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce

Elastic Application Platform for Market Data Real-Time Analytics. for E-Commerce Elastic Application Platform for Market Data Real-Time Analytics Can you deliver real-time pricing, on high-speed market data, for real-time critical for E-Commerce decisions? Market Data Analytics applications

More information

Business Analytics: The Big Leap Forward RUN BETTER

Business Analytics: The Big Leap Forward RUN BETTER Business Analytics: The Big Leap Forward RUN BETTER Business Analytics Has Struggled to Keep Up 2 A Revolution Credit Suisse, The Need for Speed 3 Typical Business Intelligence Today Business Intelligence

More information

Why EMC for SAP HANA. EMC is the #1 Storage Vendor for SAP (IDC Storage User Demand Study, Fall 2011)

Why EMC for SAP HANA. EMC is the #1 Storage Vendor for SAP (IDC Storage User Demand Study, Fall 2011) Why EMC for SAP HANA EMC is the #1 Storage Vendor for SAP (IDC Storage User Demand Study, Fall 2011) Strong installed base Best Enterprise Capabilities, Lowest TCO, Highest Performance More SAP Deployed

More information

CBW NLS High Speed Query Access to Database and Nearline Storage

CBW NLS High Speed Query Access to Database and Nearline Storage CBW NLS High Speed Query Access to Database and Nearline Storage Speed up Your SAP BW Queries with Column-based Technology Dr. Klaus Zimmer, PBS Software GmbH Agenda Motivation Nearline Storage in SAP

More information

High Availability & Disaster Recovery. Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014

High Availability & Disaster Recovery. Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014 High Availability & Disaster Recovery Sivagopal Modadugula/SAP HANA Product Management Session # 0506 May 09, 2014 Legal Disclaimer The information in this document is confidential and proprietary to SAP

More information

Enterprise and Standard Feature Compare

Enterprise and Standard Feature Compare www.blytheco.com Enterprise and Standard Feature Compare SQL Server 2008 Enterprise SQL Server 2008 Enterprise is a comprehensive data platform for running mission critical online transaction processing

More information

Use Case: Secure and Affordable SAP HANA Cloud- Based Solutions. Kevin Knuese, Symmetry SESSION CODE: SM1833

Use Case: Secure and Affordable SAP HANA Cloud- Based Solutions. Kevin Knuese, Symmetry SESSION CODE: SM1833 Use Case: Secure and Affordable SAP HANA Cloud- Based Solutions Kevin Knuese, Symmetry SESSION CODE: SM1833 LEARNING POINTS There are multiple options, scenarios, and prerequisites when it comes to deploying

More information

Using an In-Memory Data Grid for Near Real-Time Data Analysis

Using an In-Memory Data Grid for Near Real-Time Data Analysis SCALEOUT SOFTWARE Using an In-Memory Data Grid for Near Real-Time Data Analysis by Dr. William Bain, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 IN today s competitive world, businesses

More information

SAP NetWeaver BW Archiving with Nearline Storage (NLS) and Optimized Analytics

SAP NetWeaver BW Archiving with Nearline Storage (NLS) and Optimized Analytics SAP NetWeaver BW Archiving with Nearline Storage (NLS) and Optimized Analytics www.dolphin corp.com Copyright 2011 Dolphin, West Chester PA All rights are reserved, including those of duplication, reproduction,

More information

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL)

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL) Maintaining a Microsoft SQL Server 2008 Database Course 6231A: 5 days; Instructor-Led Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 09, 2008 (in development) English

More information

SAP BW: The Real-time Data Application Platform How SAP BW uses the SAP database options

SAP BW: The Real-time Data Application Platform How SAP BW uses the SAP database options SAP BW: The Real-time Data Application Platform How SAP BW uses the SAP database options Roland Kramer - Product and Strategy - PM EDW/In-Memory July 2014 Disclaimer This presentation outlines our general

More information

Dell s SAP HANA Appliance

Dell s SAP HANA Appliance Dell s SAP HANA Appliance SAP HANA is the next generation of SAP in-memory computing technology. Dell and SAP have partnered to deliver an SAP HANA appliance that provides multipurpose, data source-agnostic,

More information