IBM DB2 Analytics Accelerator: Real-Life Use Cases

Size: px
Start display at page:

Download "IBM DB2 Analytics Accelerator: Real-Life Use Cases"

Transcription

1 Patric Becker IBM BoeblingenLaboratory IBM DB2 Analytics Accelerator: Real-Life Use Cases

2 Legal Disclaimer IBM Corporation All Rights Reserved. The information contained in this publication is provided for informational purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this publication, it is provided AS IS without warranty of any kind, express or implied. In addition, this information is based on IBM s current product plans and strategy, which are subject to change by IBM without notice. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this publication or any other materials. Nothing contained in this publication is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. 2

3 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 3

4 Hybrid transaction/analytical processing The hybrid computing platform on z Systems Transaction Processing Analytics Workload Supports transaction processing and analytics workloads concurrently, efficiently and cost-effectively Delivers industry leading performance for mixed workloads The unique heterogeneous scaleout platform in the industry Superior availability, reliability and security 4

5 Deep DB2 integration within z Systems Applications Application Interfaces (standard SQL dialects) DBA Tools, z/os Console... Operational Interfaces (e.g. DB2 Commands) DB2 for z/os Data Manager Buffer Manager... IRLM Log Manager IBM DB2 Analytics Accelerator Superior availability, reliability, security Workload management Superior performance on analytic queries z/os on z Systems PureData System for Analytics 5

6 DB2 Analytics Accelerator Usage scenarios How organizations leverage the Accelerator today Rapid acceleration of Existing Business Critical Queries If the data is analyzed on the mainframe Performance improvements and cost reduction while retaining z Systems security and reliability Accelerate existing workload Reduce IT sprawl Reduce IT sprawl for analytics If the data is offloaded to a distributed data warehouse or data mart Simplify and consolidate complex infrastructures, low latency, reliability, security and TCO Derive business insight from z/os transaction systems If the data is not being analyzed yet Derive new business insight Include external & historical data Improve access to historical data and lower storage costs If the analysis is based on a lot of historical data One integrated, hybrid platform, optimized to run mixed workload Performance improvements and cost reduction Simplicity and time to value 6

7 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 7

8 Halkbank Case Study Halkbank extends banking services on social and mobile channels securely and cost-effectively We wanted to improve the performance for complex analytic queries both in order to support rapid and accurate decision making, and in order to meet deadlines for regulatory reporting, where we face penalties of tens of thousands of dollars for late reporting. We expect to be able to move 70 percent of our queries to DB2 Analytics Accelerator, accelerating queries, reducing our DB2 licensing costs on the mainframe, and freeing up processing resources for other workloads. -- Cenk Niksarlı, Head of IT Infrastructure at Halkbank 8

9 Swiss Mobiliar Case Study and Video Swiss Mobiliar accelerates 50% of queries by a factor of 100 Case Study: Video: DB2 Analytics Accelerator makes it possible for us to execute 90% of our queries 25x faster, and 50% of them 100x faster Queries that used to take five hours to complete are now processed in just 20 seconds in the optimized mainframe environment and we can run them any time, day or night, with no interruption to our production systems on the mainframe. -- Thomas Baumann, IT Performance Architect at Swiss Mobiliar 9

10 Banca Carige Case Study and Video Providing superior customer service on a secure platform Case Study: Video: DB2 Analytics Accelerator is key in our vision to provide the right level of data analysis to all users in the bank and possibly outside the bank. By using DB2 Analytics Accelerator, we expect to reach... all criteria we had in mind and create greater benefits for our users because our data are not moved Daniel Cericola, IT & Governance at Banca Carige 10

11 Swiss Re Case Study and Video Speeding high-level decision making that boosts the bottom line Case Study: Video: Our users are getting their reports as much as 70 percent faster reports that took 10 hours are now available the same day, so user satisfaction has increased dramatically, says Estermann. Because those reports contain key analytics that guide pricing and decision making across our lines of business, the solution has the potential to sharpen the company s competitive edge moving. -- Reto Estermann, Director, Information Technology at Swiss Re 11

12 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 12

13 High Performance Storage Saver Storing historical data in Accelerator only Query from Application to either Active only or Active and Historical Active Part #1 Part #1 No longer present on DB2 Storage Part #2 Part #3 Part #4 Part #5 Part #6 Part #7 Historical 13 Support for partitioned-by-range tables, for example: Time-based partitions, where only the recent partitions are used in a transactional context (frequent data changes, short running queries), but the entire table is used for analytics, regulatory/audit purposes, etc. (data intensive, complex queries)

14 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 14

15 In-database transformation and multi-step processing DB2 Analytics Accelerator introduces Accelerator-Only tables to store intermediate or final results of data transformation or multi-step processes Accelerator-Only tables enable complex data transformations taking place on DB2 Analytics Accelerator, called In-database transformation Accelerator-Only tables enable intermediate and final results of reporting or other processes to be generated and stored on DB2 Analytics Accelerator, called Indatabase multi-step processing 15 Advantages: Accelerate in-database data transformations and data movement processes Reduced need of data movement processes to other platforms for data transformation purposes Enables multi-step reporting on the Accelerator Saves disk space and CPU cost on z Systems currently used for transformations and reporting steps Allow data preparation steps for data mining and other advanced analytics to execute on the Accelerator Store a set of data in DB2 Analytics Accelerator only, not on DB2 for z/os, without using the High Performance Storage Saver functionality

16 Introducing Accelerator-only table type in DB2 for z/os Creation (DDL) and access remains through DB2 for z/os in all cases Non-accelerator DB2 table Data in DB2 only Table 1 Accelerator-shadow table Data in DB2 and the Accelerator Table 2 Table 2 Accelerator-archived table / partition Empty read-only partition in DB2 Partition data is in Accelerator only Accelerator-only table (AOT) Proxy table in DB2 Data is in Accelerator only Table 3 Table 4 Table 3 Table 4 16

17 Accelerator-only tables Technical basics AOTs are created and dropped using DB2 DDL statements (CREATE; DROP) Accelerator must be started QUERY ACCELERATION behavior may have any value during CREATE/DROP Syntax: CREATE TABLE MYTABLE (...) CCSID ccsid IN ACCELERATOR <ACCEL1>; DROP TABLE MYTABLE; Recommended to create a database in DB2 to be used for the AOTs CREATE TABLE MYTABLE (...) CCSID ccsid IN ACCELERATOR <ACCEL1> IN DATABASE MYDB; Usual authorization necessary to create objects in database SELECT and INSERT/UPDATE/DELETE operations using AOTs can only run on the Accelerator QUERY ACCELERATION behavior must be set to ENABLE/ELIGIBLE/ALL Accelerator-shadow tables, Accelerator-archived tables and other AOTs can be used in the same statement Dynamic and static SQL can be used with AOTs 17

18 Accelerator-only tables Technical basics INSERT FROM SELECT into an AOT Can only run on the accelerator All tables in the SELECT must reside in the accelerator Accelerated shadow DB2 tables Archive tables AOTs QUERY ACCELERATION behavior must be set to ENABLE/ELIGIBLE/ALL Cross-Loader to load data from AOTs into DB2 for z/os Different table names 18

19 Performance INSERT from SELECT Up to 95% better elapsed time and negligible CPU time in DB2 for INSERT FROM SELECT into accelerator-only tables for large amount of data 600 Class 2 CPU Time 500 Class 2 CPU Time (Lower is Better) # Rows in MIll CL2CPU_DGTT CL2CPU_PBG CL2CPU_IDT 19 19

20 Multi-step reporting applications with DB2 for z/os BEFORE Accelerator-only tables: Report processing on DB2, source data might reside on the Accelerator already Reporting Application Multi-Step Report 1 Credit Card Transaction History Credit Card Transaction History 2 n Customer Summary Mart Temporary results 2 1 Customer Summary Mart Temporary results n Temporary results Reports and Dashboards 20

21 Multi-step reporting applications with DB2 for z/os With Accelerator-only tables: Temporary objects and processing on the Accelerator Reporting Application Multi-Step Report 1 Credit Card Transaction History Credit Card Transaction History 2 n Customer Summary Mart 1 Customer Summary Mart Temporary results 2 Temporary results n Temporary results Reports and Dashboards Data for transactional and analytical processing 21

22 In-database transformation Using Accelerator-only tables and ELT logic in the Accelerator Transaction Processing Systems (OLTP) Customer Transactions Customer Data Customer Transactions Customer Data ELT logic Customer Transaction Summary and History AOTs Analytics Customer Summary Mart AOTs Advantages: Simpler to manage Better performance and reduced latency Data for transactional and analytical processing 22

23 Data scientist work area Using Accelerator-only tables for ad-hoc analysis Transaction Processing Systems (OLTP) Customer Transactions Customer Data Customer Transactions Customer Data Data Scientist John Work database John Work Area AOTs Work database Bob Work Area AOTs Data Scientist Bob Data for transactional and analytical processing 23

24 What can I do with AOTs? Deeper insight into operational status through faster reporting Support multistep reporting applications. Third party BI reporting suites, QMF, home grown applications, etc. Accelerated campaign tuning for IBM Campaign (Unica) Improved performance for iterative campaign tuning. Simplifying data-transformation processes Delivering in-database transformation within DB2 Analytics Accelerator Data mart consolidation through flexible data infrastructure Host data marts on z Systems, where the data originates Deeper insight into customers and markets Data scientist work area Simpler data integration with DB2 Analytics Accelerator Loader for z/os (load non-db2 for z/os data) Assimilate more data sources for analytics to shorten development cycles and speed integration efforts In-database analytics to accelerate predictive analytics Improves the quality of models, speeds calculations and delivers real-time, actionable business processes 24

25 (Relatively) New IBM Redbooks publication: SG Analytics on z Systems environment Warehouse concepts Logical data warehouse Transformation patterns Accelerator-only tables Concepts and architecture Use cases enabled by accelerator-only tables and in-database-analytics Multi-step reporting Using QMF to store query results and importing tables Accelerating IBM Campaign processing In-database transformations Accelerator and accelerator-only table usage within DataStage Accelerator-only tables supporting data scientists ad-hoc analysis Integration of more data sources and archiving for analytics In-database analytics 25

26 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 26

27 In-database analytics Enable acceleration of predictive analytics applications In-database analytics enables SPSS/Netezza Analytics (INZA) data mining and in-database modeling to be processed within the Accelerator Accelerates SPSS/Netezza Analytics (INZA) data mining and in-database modeling Allows frequent model refreshes to enable adequate scoring Reduced need of data movement processes to other platforms for predictive analytics purposes Supports the full lifecycle of a real-time analytics solution on a single, integrated system, combining transactional data, historical data, and predictive analytics 27

28 In-database analytics Technical basics Only SPSS Modeler 17 or higher is supported, which needs 18 INZA stored procedures dectree - Builds a Decision Tree model by growing and pruning a tree grow_dectree - Builds a Decision Tree model predict_dectree - Applies a Decision Tree model to generate classification predictions prune_dectree - Prunes a previously built Decision Tree model regtree - Builds a Regression Tree model by growing and pruning a tree grow_regtree - Builds a Regression Tree model prune_regtree - Prunes a previously built Regression Tree model predict_regtree - Applies a Regression Tree model to generate regression predictions for a dataset naivebayes - Builds a Naive Bayes model predict_naivebayes - Applies a Naive Bayes model to generate classification predictions for a dataset kmeans - Builds a Clustering model that clusters the input data into k centers. The centers are calculated as the mean value of the nearest input data records predict_kmeans - Applies a K-means Clustering model to cluster records of a dataset 28

29 In-database analytics Technical basics two_step - Builds a TwoStep Clustering model that first distributes the input data into a hierarchical tree structure according to the distance between the data records, then reduces the tree into k clusters. A second pass over the data associates the input data records to the next cluster predict_twostep - Applies a TwoStep Clustering model to score records of a dataset split_data - Randomly splits the input data into two separated subsets pmml_model - Stores the given analytics model as PMML document to a table list_all_models Lists all models with given characteristics model_exists - Checks if the given model exists. The model can be searched in the current or in another given database. drop_model - Drops the given model. All managed tables of this model are also dropped drop_all_models Drops all models For more information about these stored procedures, see the IBM Netezza In-Database Analytics Reference Guide and the IBM Netezza In-Database Analytics Developer's Guide. These PDF files are delivered in a compressed archive called nz-analyticsdoc-v3.2.0, which is available for download from IBM Fix Central. 29

30 Generic Wrapper for Remote Stored Procedures External Providers can supply Stored Procedures to execute on an Accelerator DB2 only acts as gateway 30

31 In-database analytics Technical basics Example of how an application calls the DB2 for z/os wrapper stored procedure: CALL INZA.KMEANS( MYACCEL', 'model=adult_mdl, intable=tpch30m.customer, outtable=iwatest.adult_out, id=c_custkey, target=c_nationkey, transform=s, distance=euclidean, k=3, maxiter=5',?, ''); Blue = procedure/algorithm to execute Red = Accelerator to run the procedure on Green = Algorithm parameters Orange = Table information More information on wrapper stored procedures in DB2 Analytics Accelerator Knowledge Center: 01.ibm.com/support/knowledgecenter/SS4LQ8_5.1.0/com.ibm.datatools.aqt.doc/sp_msg/SPs/sp_ida a_wrapper.html 31

32 In-database analytics Data preparation (using AOTs) and SPSS modeling in the Accelerator Data for transactional and analytical processing Transaction Processing Systems (OLTP) With embedded scoring Customer Transactions Customer Data Customer Transactions Customer Data Customer Txn Data Prep AOTs Modeling SPSS Modeler Advantages: Allows fast model refreshes Ensures adequate scoring Better performance and reduced latency 32 Scoring outside accelerator with SPSS Modeler Server Scoring Adapter for DB2 for z/os Model Model

33 Installation and setup Described in Knowledge Center 01.ibm.com/support/knowledgecenter/SS4LQ8_5.1.0/com.ibm.datatools.aqt.do c/installmanual/concept/c_idaa_inst_analytics.html Installation package can be downloaded from Fix Central 33

34 In-database analytics (Customer Example) Data preparation (using AOTs) and SPSS modeling in the Accelerator Data Preparation Modelling Scoring source data Step 1 source process process type modeling nugget score output (select) node (select) result data IDAA Query acceleration Step 2 Step 3 In-database transformation and analytics Step 1: Performance Results Significant acceleration of select statement: Up to 10x Step 2: Performance Results: Data Preparation in minutes which was not possible before Significant acceleration of data preparation : Up to 240x End-to-end effect : Up to 23x Step 3: Performance Results Acceleration of Modelling highly depends on data size. 34 Your mileage can and will vary!!!

35 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 35

36 Workload Balancing with multiple accelerators having the same data Capacity weight DB2 Subsystem or DSG Member T1 T2 T3 Automatic workload balancing based on capacity weight Capacity weight T1 T2 T3 T1 T2 T3 Accelerator 1 Accelerator

37 Query routing after failure of an active accelerator Capacity weight DB2 Subsystem or DSG Member T1 T2 T3 Capacity weight T1 T2 T3 T1 T2 T3 Accelerator 1 Accelerator

38 Mixed setup with a shared accelerator DB2 Production Subsystem or DSG Member T1 T2 DB2 Test system T3 Load / Update T1, T2 T1 T2 T1 T2 T % Production 50 % Test

39 Mixed setup with a shared accelerator after a failure DB2 Production Subsystem or DSG Member T1 T2 DB2 Test system T3 Load / Update T1, T2 T1 T2 T1 T2 T % Production 0 % Test

40 Incremental Update with active/standby capture agents DB2 Log Cache Data Sharing Group CF DB2 Dynamic VIPA Last applied LRSN/RBA Last applied LRSN/RBA Accelerator 1 Accelerator

41 Incremental Update after active capture agent has failed DB2 Data Sharing Group CF Log Cache DB2 Dynamic VIPA Last applied LRSN/RBA Last applied LRSN/RBA Accelerator 1 Accelerator

42 High Performance Storage Saver with multiple accelerators after failure DB2 Subsystem or DSG Member Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 archived Image Copy Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 Accelerator 1 Accelerator 2 Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 42

43 High Performance Storage Saver with multiple accelerators DB2 Subsystem or DSG Member Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 archived Image Copy Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 Accelerator 1 Accelerator 2 Table Partition 1 Partition 2 Partition 3 Partition 4 Partition 5 Partition 6 43

44 Example: GDPS PPRC active/active with multiple site workload Site 1 Maximum 20 km Site 2 P P P GDPS-PPRC S S S DB2 Data Sharing Group CF DB2 44 Accelerator 1 Accelerator 2

45 Example: Workload flow for GDPS PPRC active/active Site 1 Site 2 DB2 Data Sharing Group DB2 Queries Queries 45 Accelerator 1 Accelerator 2

46 Example: GDPS PPRC active/active after failure of one site Maximum 20 km Site 1 Site 2 P P P GDPS-PPRC S S S DB2 Data Sharing Group CF DB2 46 Accelerator 1 Accelerator 2

47 Example: Workload flow for GDPS PPRC active/active after failure of one site Site 1 Site 2 DB2 Data Sharing Group DB2 Queries Queries Accelerator 1 Accelerator 2 47

48 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 48

49 Loading non-db2 Data Sources into Accelerator Product Comparison IBM DB2 Analytics Accelerator Loader The user must: Extract data from source (IMS, VSAM, Oracle, SMF, etc.) Convert extracted data to DB2 external load file format DataStage or other tooling can be used Create a DB2 table that matches format of extracted data Add newly created table to the Accelerator Construct a DB2 Load utility field specification that describes the input data Run Accelerator Loader batch job to load data to accelerator Accelerator Loader V2.1 Automates entire process: User builds a select statement from data source(s) (IMS, VSAM, SMF, Oracle, ) 49 Automatically creates the DB2 table Automatically adds table to Accelerator Automatically extracts specified source data Automatically converts data to necessary DB2 format (in memory) Automatically loads data to Accelerator Automatically enables table for acceleration Single batch job!

50 IBM DB2 Analytics Accelerator Loader for z/os v2.1 z/os based Server Direct Load from Data Sources 50

51 Loader V2.1 for Direct Load from VSAM into Accelerator Minutes Extract * + DB2 Load + Accelerator Load The Old vs The New 200GB VSAM KSDS z13 LPAR: 2 CPs 6 ziips w/smt ACCEL_LOAD_TASKS = Extract * + Loader External Load Loader Direct Load from Source Traditional Approach Loader V1.1 function Loader V2.1 Elapsed Time GCP Time ziip time 51 * Extract - A bare bones COBOL program was written/utilized for the base Extract

52 Agenda Value Proposition and Use Cases Query Acceleration High Performance Storage Saver In-database transformations In-database Analytics High Availability configurations DB2 Analytics Accelerator Loader V2.1 Summary 52

53 DB2 Analytics Accelerator Version 5.1 Adding new dimensions in functionality to expand use cases Rapid acceleration of existing Business Critical Queries Adding application support for temporary objects (QMF, Multi-step Reporting, IBM Campaign, etc.) Insight into now to maximize business opportunities in today s dynamic environment Accelerate existing workload Reduce IT sprawl Reduce IT sprawl for analytics In-database transformation to support Data Stage Balanced Optimization and the consolidation of ETL/ELT processing in DB2 for z/os Business agility through simplified architecture Derive business insight from z/os transaction systems In-database analytics to accelerate predictive analytics applications; SPSS/INZA data mining and in-database modeling can be processed within the Accelerator Real-time, actionable business processes Derive new business insight Individual ad-hoc analysis that provides a Data Scientist Work Area Environment to efficiently, continuously test and improve analytic results to drive better customer understanding Include external & historical data Improve access to historical data and lower storage costs Integrate more data sources for analytics, using DB2 Analytics Accelerator Loader for z/os to assimilate with IMS data or data from other sources Simplified access to information when you need it 53 Deliver Right-Time Analytics to drive better business outcomes

54 54

IBM DB2 Analytics Accelerator

IBM DB2 Analytics Accelerator June, 2017 IBM DB2 Analytics Accelerator DB2 Analytics Accelerator for z/os on Cloud for z/os Update Peter Bendel IBM STSM Disclaimer IBM s statements regarding its plans, directions, and intent are subject

More information

Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator

Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator Maryela Weihrauch, IBM Distinguished Engineer, WW Analytics on System z March, 2017 Please note IBM s statements regarding

More information

Db2 Analytics Accelerator V5.1 What s new in PTF 5

Db2 Analytics Accelerator V5.1 What s new in PTF 5 Ute Baumbach, Christopher Watson IBM Boeblingen Laboratory Db2 Analytics Accelerator V5.1 What s new in PTF 5 Legal Disclaimer IBM Corporation 2017. All Rights Reserved. The information contained in this

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

IDAA v4.1 PTF 5 - Update The Fillmore Group June 2015 A Premier IBM Business Partner

IDAA v4.1 PTF 5 - Update The Fillmore Group June 2015 A Premier IBM Business Partner IDAA v4.1 PTF 5 - Update The Fillmore Group June 2015 A Premier IBM Business Partner History The Fillmore Group, Inc. Founded in the US in Maryland, 1987 IBM Business Partner since 1989 Delivering IBM

More information

IBM DB2 Analytics Accelerator Trends and Directions

IBM DB2 Analytics Accelerator Trends and Directions March, 2017 IBM DB2 Analytics Accelerator Trends and Directions DB2 Analytics Accelerator for z/os on Cloud Namik Hrle IBM Fellow Peter Bendel IBM STSM Disclaimer IBM s statements regarding its plans,

More information

DB2 Analytics Accelerator Loader for z/os

DB2 Analytics Accelerator Loader for z/os Information Management for System z DB2 Analytics Accelerator Loader for z/os Agenda Challenges of loading to the Analytics Accelerator DB2 Analytics Accelerator for z/os Overview Managing the Accelerator

More information

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

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

More information

IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis

IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis IBM DB2 Analytics Accelerator for z/os, v2.1 Providing extreme performance for complex business analysis Willie Favero IBM Silicon Valley Lab Data Warehousing on System z Swat Team Thursday, March 15,

More information

Scalable Analytics: IBM System z Approach

Scalable Analytics: IBM System z Approach Namik Hrle IBM Distinguished Engineer hrle@de.ibm.com Scalable Analytics: IBM System z Approach Symposium on Scalable Analytics - Industry meets Academia FGDB 2012 FG Datenbanksysteme der Gesellschaft

More information

IBM SPSS Text Analytics for Surveys

IBM SPSS Text Analytics for Surveys Software Product Compatibility Reports Product IBM SPSS Text Analytics for Surveys 4.0.1.0 Contents Included in this report Operating systems Hypervisors (No hypervisors specified for this product) Prerequisites

More information

IBM SPSS Statistics Desktop

IBM SPSS Statistics Desktop Software Product Compatibility Reports Product IBM SPSS Statistics 26.0.0.0 Operating Systems The Operating sysytems section specifies the that IBM SPSS Statistics 26.0.0.0 supports, organized by operating

More information

Applying Analytics to IMS Data Helps Achieve Competitive Advantage

Applying Analytics to IMS Data Helps Achieve Competitive Advantage Front cover Applying Analytics to IMS Data Helps Achieve Competitive Advantage Kyle Charlet Deepak Kohli Point-of-View The challenge to performing analytics on enterprise data Highlights Business intelligence

More information

IBM Application Performance Analyzer for z/os Version IBM Corporation

IBM Application Performance Analyzer for z/os Version IBM Corporation IBM Application Performance Analyzer for z/os Version 11 IBM Application Performance Analyzer for z/os Agenda Introduction to Application Performance Analyzer for z/os A tour of Application Performance

More information

IBM Db2 Warehouse on Cloud

IBM Db2 Warehouse on Cloud IBM Db2 Warehouse on Cloud February 01, 2018 Ben Hudson, Offering Manager Noah Kuttler, Product Marketing CALL LOGISTICS Data Warehouse Community Share. Solve. Do More. There are 2 options to listen to

More information

Saving ETL Costs Through Data Virtualization Across The Enterprise

Saving ETL Costs Through Data Virtualization Across The Enterprise Saving ETL Costs Through Virtualization Across The Enterprise IBM Virtualization Manager for z/os Marcos Caurim z Analytics Technical Sales Specialist 2017 IBM Corporation What is Wrong with Status Quo?

More information

DB2 for z/os Enterprise Summit

DB2 for z/os Enterprise Summit DB2 for z/os Enterprise Summit IBM DB2 Analytics Accelerator Details and Use Cases Sheryl M. Larsen World Wide DB2 for z/os Evangelist IBM Information Management, SWG smlarsen@us.ibm.com Goals for Today

More information

IBM Db2 Analytics Accelerator Version 7.1

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

More information

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER

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

More information

IBM DB2 Analytics Accelerator High Availability and Disaster Recovery

IBM DB2 Analytics Accelerator High Availability and Disaster Recovery Redpaper Patric Becker Frank Neumann IBM Analytics Accelerator High Availability and Disaster Recovery Introduction With the introduction of IBM Analytics Accelerator, IBM enhanced for z/os capabilities

More information

WebSphere Commerce Developer Professional

WebSphere Commerce Developer Professional Software Product Compatibility Reports Product WebSphere Commerce Developer Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22

More information

that will impact New IoT Technology Trends Production Automation

that will impact New IoT Technology Trends Production Automation New IoT Technology Trends that will impact Production Automation Alexander Körner, Software Solution Architect Watson IoT Electronics Industry Lab, Munich IBM Deutschland GmbH @AlexKoeMuc 19. Juni 2018

More information

Evolving To The Big Data Warehouse

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

More information

IBM BigFix Lifecycle 9.5

IBM BigFix Lifecycle 9.5 Software Product Compatibility Reports Product IBM BigFix Lifecycle 9.5 Contents Included in this report Operating systems (Section intentionally removed by the report author) Hypervisors (Section intentionally

More information

zspotlight: Spark on z/os

zspotlight: Spark on z/os zspotlight: Spark on z/os Avijit Chatterjee, Ph.D. achatter@us.ibm.com, @ChatterAvijit STSM, IBM Competitive Project Office 1 CEOs are increasingly focused on customers as individuals leveraging contextual

More information

IBM i 7.3 Features for SAP clients A sortiment of enhancements

IBM i 7.3 Features for SAP clients A sortiment of enhancements IBM i 7.3 Features for SAP clients A sortiment of enhancements Scott Forstie DB2 for i Business Architect Eric Kass SAP on IBM i Database Driver and Kernel Engineer Agenda Independent ASP Vary on improvements

More information

How to Modernize the IMS Queries Landscape with IDAA

How to Modernize the IMS Queries Landscape with IDAA How to Modernize the IMS Queries Landscape with IDAA Session C12 Deepak Kohli IBM Senior Software Engineer deepakk@us.ibm.com * IMS Technical Symposium Acknowledgements and Disclaimers Availability. References

More information

Automating Information Lifecycle Management with

Automating Information Lifecycle Management with Automating Information Lifecycle Management with Oracle Database 2c The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

The New Disruptive Db2 Analytics Accelerator Delivering new flexible, integrated deployment options

The New Disruptive Db2 Analytics Accelerator Delivering new flexible, integrated deployment options The New Disruptive Db2 Analytics Accelerator Delivering new flexible, integrated deployment options Roberta Nobili IBM Cloud & Analytics 1 AGENDA Data gravity approach Db2 Analytics Accelerator V5 Today

More information

IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply IBM Corporation

IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply IBM Corporation IBM InfoSphere Data Replication s Change Data Capture (CDC) Fast Apply Agenda - Overview of Fast Apply - When to use Fast Apply - The available strategies & when to use - Common concepts - How to configure

More information

WebSphere Commerce Developer Professional 9.0

WebSphere Commerce Developer Professional 9.0 Software Product Compatibility Reports Continuous Delivery Product - Long Term Support Release WebSphere Commerce Developer Professional 9.0 Contents Included in this report Operating systems Hypervisors

More information

System Z Performance & Capacity Management using TDSz and DB2 Analytics Accelerator: UnipolSai Customer Experience

System Z Performance & Capacity Management using TDSz and DB2 Analytics Accelerator: UnipolSai Customer Experience System Z Performance & Capacity Management using TDSz and DB2 Analytics Accelerator: UnipolSai Customer Experience Marina Balboni & Roberta Barnabé System Z Transactions and Data Area, UnipolSai Francesco

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

DB2 for z/os Tools Overview & Strategy

DB2 for z/os Tools Overview & Strategy Information Management for System z DB2 for z/os Tools Overview & Strategy Haakon Roberts DE, DB2 for z/os & Tools Development haakon@us.ibm.com 1 Disclaimer Information regarding potential future products

More information

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You 20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You Kevin Cavanaugh, Vice President, Messaging and Collaboration Lotus Software and WebSphere Portal email@us.ibm.com Organizations

More information

Netezza The Analytics Appliance

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

More information

Build a system health check for Db2 using IBM Machine Learning for z/os

Build a system health check for Db2 using IBM Machine Learning for z/os Build a system health check for Db2 using IBM Machine Learning for z/os Jonathan Sloan Senior Analytics Architect, IBM Analytics Agenda A brief machine learning overview The Db2 ITOA model solutions template

More information

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 From Single Purpose to Multi Purpose Data Lakes Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 Agenda Data Lakes Multiple Purpose Data Lakes Customer Example Demo Takeaways

More information

IBM Social Rendering Templates for Digital Data Connector

IBM Social Rendering Templates for Digital Data Connector IBM Social Rendering Templates for Digital Data Dr. Dieter Buehler Software Architect WebSphere Portal / IBM Web Content Manager Social Rendering Templates for DDC- Overview This package demonstrates how

More information

IBM Data Virtualization Manager for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z

IBM Data Virtualization Manager for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z IBM for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z IBM z Analytics Agenda Big Data vs. Dark Data Traditional Data Integration Mainframe Data

More information

Innovations in Network Management with NetView for z/os

Innovations in Network Management with NetView for z/os Innovations in Network Management with NetView for z/os Larry Green IBM greenl@us.ibm.com Twitter: @lgreenibm Insert Custom Session QR if Desired. Thursday, August 7, 2014 Session 16083 Abstract NetView

More information

Performance Innovations with Oracle Database In-Memory

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

More information

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

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE

EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE White Paper EMC XTREMCACHE ACCELERATES VIRTUALIZED ORACLE EMC XtremSF, EMC XtremCache, EMC Symmetrix VMAX and Symmetrix VMAX 10K, XtremSF and XtremCache dramatically improve Oracle performance Symmetrix

More information

WebSphere Commerce Professional

WebSphere Commerce Professional Software Product Compatibility Reports Product WebSphere Commerce Professional 8.0.1+ Contents Included in this report Operating systems Glossary Disclaimers Report data as of 2018-03-15 02:04:22 CDT 1

More information

IBM IMS Tools Keynote

IBM IMS Tools Keynote IBM IMS TECHNICAL SYMPOSIUM 2016 IBM IMS Tools Keynote Janet LeBlanc IMS Tools Offering Manager 2016 IBM Corporation Agenda Our journey where we have been A couple of products you should see this week:

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

Baltimore Washington DB2 User s Group z/os Quarterly Meeting. Data Warehousing Market Trends and Best Practices

Baltimore Washington DB2 User s Group z/os Quarterly Meeting. Data Warehousing Market Trends and Best Practices Baltimore Washington DB2 User s Group z/os Quarterly Meeting Data Warehousing Market Trends and Best Practices Jonathan Sloan Senior Technical Consultant jonsloan@us.ibm.com Wednesday, September 10th,

More information

Oracle Big Data Connectors

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

More information

IBM TS7700 grid solutions for business continuity

IBM TS7700 grid solutions for business continuity IBM grid solutions for business continuity Enhance data protection and business continuity for mainframe environments in the cloud era Highlights Help ensure business continuity with advanced features

More information

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller REST APIs on z/os How to use z/os Connect RESTful APIs with Modern Cloud Native Applications Bill Keller bill.keller@us.ibm.com Important Disclaimer IBM s statements regarding its plans, directions and

More information

10/29/2013. Program Agenda. The Database Trifecta: Simplified Management, Less Capacity, Better Performance

10/29/2013. Program Agenda. The Database Trifecta: Simplified Management, Less Capacity, Better Performance Program Agenda The Database Trifecta: Simplified Management, Less Capacity, Better Performance Data Growth and Complexity Hybrid Columnar Compression Case Study & Real-World Experiences

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 BACKUP BUILT FOR VMWARE Mark Twomey Technical Director, The Office Of The CTO 2 Agenda Market Forces Optimized VMware Backup Backup And Recovery For VCE Vblock Protecting vcloud Director Customer Success

More information

Auditing DB2 on z/os. Software Product Research

Auditing DB2 on z/os. Software Product Research Auditing DB2 on z/os Software Product Research 1 Information stored in DB2 databases is of enormous value to corporations. Misuse of this information can launch competitive and legal penalties. In many

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 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

More information

Oracle 1Z0-515 Exam Questions & Answers

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

More information

Combine Native SQL Flexibility with SAP HANA Platform Performance and Tools

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

More information

Microsoft Exam

Microsoft Exam Volume: 42 Questions Case Study: 1 Relecloud General Overview Relecloud is a social media company that processes hundreds of millions of social media posts per day and sells advertisements to several hundred

More information

30%: Annual growth in Data; 0%: Annual Growth in budgets How Do You Manage? Parag Pithia, Information Management Software, IBM, India/SA

30%: Annual growth in Data; 0%: Annual Growth in budgets How Do You Manage? Parag Pithia, Information Management Software, IBM, India/SA IBM Data Management 30%: Annual growth in Data; 0%: Annual Growth in budgets How Do You Manage? Parag Pithia, Information Management Software, IBM, India/SA 1 The Information Challenge Addressing the Data

More information

Rational Asset Manager V7.5.1 packaging October, IBM Corporation

Rational Asset Manager V7.5.1 packaging October, IBM Corporation https://jazz.net/projects/rational-asset-manager/ Rational Asset Manager V7.5.1 packaging October, 2011 IBM Corporation 2011 The information contained in this presentation is provided for informational

More information

Oracle Database 11g for Data Warehousing and Business Intelligence

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

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

DB2 Performance A Primer. Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011

DB2 Performance A Primer. Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011 DB2 Performance A Primer Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011 Agenda Performance Defined DB2 Instrumentation Sources of performance metrics DB2 Performance Disciplines System

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

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

Business Analytics in System z: The IBM DB2 Analytics Accelerator Carlos Guardia

Business Analytics in System z: The IBM DB2 Analytics Accelerator Carlos Guardia Business Analytics in System z: The IBM DB2 Analytics Accelerator Carlos Guardia zim Lead Architect IBM Software Group Business challenges and technology trends Change in business requirements BI/DW is

More information

PRESERVE DATABASE PERFORMANCE WHEN RUNNING MIXED WORKLOADS

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

More information

Four Steps to Unleashing The Full Potential of Your Database

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

More information

Reducing MIPS Using InfoSphere Optim Query Workload Tuner TDZ-2755A. Lloyd Matthews, U.S. Senate

Reducing MIPS Using InfoSphere Optim Query Workload Tuner TDZ-2755A. Lloyd Matthews, U.S. Senate Reducing MIPS Using InfoSphere Optim Query Workload Tuner TDZ-2755A Lloyd Matthews, U.S. Senate 0 Disclaimer Copyright IBM Corporation 2010. All rights reserved. U.S. Government Users Restricted Rights

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

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

IBM s Integrated Data Management Solutions for the DBA

IBM s Integrated Data Management Solutions for the DBA Information Management IBM s Integrated Data Management Solutions for the DBA Stop Stressing and Start Automating! Agenda Daily Woes: Trials and tribulations of the DBA Business Challenges: Beyond the

More information

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1

Appliances and DW Architecture. John O Brien President and Executive Architect Zukeran Technologies 1 Appliances and DW Architecture John O Brien President and Executive Architect Zukeran Technologies 1 OBJECTIVES To define an appliance Understand critical components of a DW appliance Learn how DW appliances

More information

DB2 Analytics Accelerator for z/os

DB2 Analytics Accelerator for z/os A deep dive into the real workings Wednesday, May 16, 2013 Willie Favero, IBM DB2 SME Data Warehousing for System z Swat Team IBM Silicon Valley Laboratory Agenda DB2 Analytics Accelerator Refresher V3

More information

IBM Systems for Cognitive Solutions IBM Machine Learning for z/os

IBM Systems for Cognitive Solutions IBM Machine Learning for z/os IBM Systems for Cognitive Solutions IBM Machine Learning for z/os Khadija Souissi IBM Client Center Boeblingen Machine Learning takes center stage Gartner identifies Machine Learning as the Top Trend in

More information

Lotus Technical Night School XPages and RDBMS

Lotus Technical Night School XPages and RDBMS Lotus Technical Night School XPages and RDBMS Note: Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing

More information

Data Virtualization for the Enterprise

Data Virtualization for the Enterprise Data Virtualization for the Enterprise New England Db2 Users Group Meeting Old Sturbridge Village, 1 Old Sturbridge Village Road, Sturbridge, MA 01566, USA September 27, 2018 Milan Babiak Client Technical

More information

EMC XTREMCACHE ACCELERATES ORACLE

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

More information

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

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

More information

IBM Db2 Analytics Accelerator The Fillmore Group July 2018 A Premier IBM Business Partner

IBM Db2 Analytics Accelerator The Fillmore Group July 2018 A Premier IBM Business Partner IBM Db2 Analytics Accelerator The Fillmore Group July 2018 A Premier IBM Business Partner Agenda Day 1: Introductions The Fillmore Group IDAA Overview/Orientation Use cases How it works What s new in IDAA

More information

Capture Business Opportunities from Systems of Record and Systems of Innovation

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

More information

Innovate 2013 Automated Mobile Testing

Innovate 2013 Automated Mobile Testing Innovate 2013 Automated Mobile Testing Marc van Lint IBM Netherlands 2013 IBM Corporation Please note the following IBM s statements regarding its plans, directions, and intent are subject to change or

More information

The Never Ending Value of z Systems Focus on Analytics & Big Data

The Never Ending Value of z Systems Focus on Analytics & Big Data The Never Ending Value of z Systems Focus on Analytics & Big Data Hélène Lyon Distinguished Engineer & CTO, Analytics on z Systems for Europe Europe IMS SWAT Technical Executive IBM Systems, zsoftware

More information

Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX)

Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX) Andrea Tramontani CPLEX Optimization, IBM CWI, Amsterdam, June 12, 2018 Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX) Agenda CPLEX Branch-and-Bound (B&B) Primal heuristics in CPLEX

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

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

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

More information

Advancing your SAP Solutions A review of future options around SAP on IBM i and SAP HANA

Advancing your SAP Solutions A review of future options around SAP on IBM i and SAP HANA Advancing your SAP Solutions A review of future options around SAP on IBM i and Ron Schmerbauch, SAP on Power IBM i rschmerb@us.ibm.com November 2016 Enhingen, DE Agenda What do things look like in 4Q2016?

More information

IBM DATA VIRTUALIZATION MANAGER FOR z/os

IBM DATA VIRTUALIZATION MANAGER FOR z/os IBM DATA VIRTUALIZATION MANAGER FOR z/os Any Data to Any App John Casey Senior Solutions Advisor jcasey@rocketsoftware.com IBM z Analytics A New Era of Digital Business To Remain Competitive You must deliver

More information

XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER

XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER 1 XTREMIO: TRANSFORMING APPLICATIONS, ENABLING THE AGILE DATA CENTER MAX FISHMAN XTREMIO PRODUCT MANAGEMENT 2 THE ALL FLASH ARRAY REVOLUTION ALL FLASH ARRAY 3 XTREMIO ENABLES THE AGILE DATA CENTER 10%

More information

Benchmarking z/os Development Tasks - Comparing Programmer Productivity using RDz and ISPF

Benchmarking z/os Development Tasks - Comparing Programmer Productivity using RDz and ISPF IBM Software Group Benchmarking z/os Development Tasks - Comparing Programmer Productivity using RDz and ISPF Jon Sayles RDz Technical Enablement jsayles@us.ibm.com 2010 IBM Corporation Agenda and Disclaimer

More information

IBM Education Assistance for z/os V2R2

IBM Education Assistance for z/os V2R2 IBM Education Assistance for z/os V2R2 Item: RSM Scalability Element/Component: Real Storage Manager Material current as of May 2015 IBM Presentation Template Full Version Agenda Trademarks Presentation

More information

IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux

IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux IBM Infrastructure Suite for z/vm and Linux: Introduction IBM Tivoli OMEGAMON XE on z/vm and Linux August/September 2015 Please Note IBM s statements regarding its plans, directions, and intent are subject

More information

CICS Product Update. Danny Mace Director, CICS Products IBM Software. August 2012 Session Number 11417

CICS Product Update. Danny Mace Director, CICS Products IBM Software. August 2012 Session Number 11417 CICS Product Update Danny Mace Director, CICS Products IBM Software August 2012 Session Number 11417 IBM Presentation Template Full Version Agenda Solved: A brief history of CICS A reflection on some revolutionary

More information

Khadija Souissi. Auf z Systems November IBM z Systems Mainframe Event 2016

Khadija Souissi. Auf z Systems November IBM z Systems Mainframe Event 2016 Khadija Souissi Auf z Systems 07. 08. November 2016 @ IBM z Systems Mainframe Event 2016 Acknowledgements Apache Spark, Spark, Apache, and the Spark logo are trademarks of The Apache Software Foundation.

More information

Optimize Your Heterogeneous SOA Infrastructure

Optimize Your Heterogeneous SOA Infrastructure Optimize Your Heterogeneous SOA Infrastructure SHARE Boston 2010 Walter Falk IBM, Executive Director Cloud Business Development wfalk@us.ibm.com The world is getting smarter more instrumented, interconnected,

More information

InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary

InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary InfoSphere Warehouse with Power Systems and EMC CLARiiON Storage: Reference Architecture Summary v1.0 January 8, 2010 Introduction This guide describes the highlights of a data warehouse reference architecture

More information

DATA MINING AND WAREHOUSING

DATA MINING AND WAREHOUSING DATA MINING AND WAREHOUSING Qno Question Answer 1 Define data warehouse? Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making

More information

Contents. Why You Should Read This Book by Tom Ramey... i About the Authors... v Introduction by Surekha Parekh... xv

Contents. Why You Should Read This Book by Tom Ramey... i About the Authors... v Introduction by Surekha Parekh... xv Contents Why You Should Read This Book by Tom Ramey... i About the Authors... v Introduction by Surekha Parekh... xv DB2 12 for z/os: Technical Overview and Highlights by John Campbell and Gareth Jones...

More information

IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018

IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018 IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018 Milan Babiak Client Technical Professional, Analytics on Z Systems North America IBM Canada Milan.Babiak@ca.ibm.com

More information