SlideShare ist ein Scribd-Unternehmen logo
1 von 25
High Performance Analytic Appliance: HANA
                    Understanding the Basics as a
                    PM
                                                   ]
                                         John Choate
                                               Chair

                                    Suzanne Passante
                                       Program Chair

                               Program Management &
                    Maintenance Strategies (PMMS) SIG
[ Key Learning Points for SAP HANA®




Real Experience. Real Advantage.      2
[ Table of Contents
 SAP HANA                          Technology Basics
  What is HANA?                    Key Terminology
                                    HANA Architecture
  Why the Need for HANA?           The “Heart” of HANA
         IT and Business           In-Memory Computing
  Why Use HANA?                     Engine
  Top 10 Reasons                   What is In-Memory?
   Companies Use HANA               In-Memory Computing
                                    HANA Column Storage vs.
                                     Row-Based Storage
                                    Column Storage
                                     Opportunities
                                    Multiple Engines
                                    What is Ad Hoc Analysis
Real Experience. Real Advantage.                               3
[ Table of Contents
 Applying SAP HANA
  Where can I use HANA?
  Use cases for HANA
  Key takeaways about HANA




Real Experience. Real Advantage.   4
[ What is SAP HANA?


  SAP HANA is the latest in-memory analytics product.
   Using HANA, companies can do ad hoc analysis of large
   volumes of big data in real time

  SAP HANA is a completely re-imagined platform for
   real-time business

  SAP HANA transforms businesses by streamlining
   transactions, analytics, planning, and predictive data
   processing on a single in-memory database so
   business can operate in real time
Real Experience. Real Advantage.                            5
[ Why the Need for SAP HANA?
 IT Challenges:
  “Big Data” (volume) growing and challenge for
    real-time access to Operational Enterprise Systems

  Costly for IT to purchase and maintain hardware to handle
   increasing data volumes

  IT not the hero – dissatisfied business users

  Processing and analysis results delayed

  Data not in real time

Real Experience. Real Advantage.                               6
[ Why the Need for SAP HANA?


 Challenges for Business:
  Inadequate access to real-time operational information

  Need to react faster to events impacting business

  Need to quickly uncover trends and patterns by functional
   users – empower users/organizations

  Need to improve business processes


Real Experience. Real Advantage.                               7
[ Why Use SAP HANA?


  HANA enables businesses to make smarter, faster
   decisions through real-time analysis and reporting,
   combined with dramatically accelerated business
   processes

  Lack of delay between insight and action turns business
   into a “real time business”




Real Experience. Real Advantage.                             8
[ Top 10 Reasons Why Companies Choose SAP
 HANA
  Speed – Manage                   Cloud – Step up to next
       massive volumes at high       advanced platform
       speed
                                    Innovation – Deploy ultimate
  Agility – Enable real-            platform for business
       time interactions across      innovation
       Value Chain
                                    Simplicity – Manage fewer
  Any Data – Gain insights          layers and landscapes for
       from structured and           lower costs
       unstructured data
                                    Value – Innovate without
  Insight – Unlock new              disruption and add value to
       insights with predictive,     legacy investments
       complex analysis
                                    Choice – Work with preferred
  Applications – Run                partner at every level
       next-generation
       applications
Real Experience. Real Advantage.                                    9
[ Technology Basics for SAP HANA




Real Experience. Real Advantage.   10
[ Key Terminology
       Aggregation: To enable the calculation of key figures,          In Memory Computing Engine (IMCE): The heart of
        the data from the info provider has to be aggregated to          Hana solution is the In-memory Computing Engine
        the detail level of the query, and formulas may also need
                                                                         (IMCE) allowing to create and perform accelerated
        to be calculated. The system has to aggregate using
        multiple characteristics.                                        calculations on data.


       BICS: Business Intelligence Consumer Services (BICS)            Multi-Dimensional Expressions (MDX): MDX is a
        is SAP's proprietary interface for queries.
                                                                         language developed by Microsoft for queries using multi-
                                                                         dimensional data.
       BusinessObjects: One can visualize SAP®
        BusinessObjects™ as "black boxes" that encapsulate
        data and business processes, thus hiding the details of         Online Analytical Processing (OLAP): OLAP makes
        the structure and implementation of the underlying data.         multi-dimensionally formatted data available using
                                                                         special interfaces.

       Business Warehouse (BW): SAP BW provides
        standard application data for program usage over                Partitioning: You use partitioning to split the total
        various systems.                                                 dataset for an info provider into several smaller,
                                                                         physically independent and redundancy-free units. This
       Compression: Compression features help reduce                    separation improves system performance.
        space requirement dramatically, resulting in lower
        storage cost and improved input and output
        performance.                                                    Structured Query Language (SQL): SQL is a special-
                                                                         purpose programming language designed for managing
       Data Stripping: Technique of segmenting logically                data.
        sequential data, such as a file, in a way that accesses of
        sequential segments are made to different physical
        storage devices. Striping is useful when a processing
        device requests access to data more quickly than a
        storage device can provide access.

Real Experience. Real Advantage.                                                                                                    11
[ HANA Architecture




Real Experience. Real Advantage.   12
[ The “Heart” of SAP HANA




Real Experience. Real Advantage.   13
[ In-Memory Computing Engine (Simplified)




Real Experience. Real Advantage.            14
[ What is In-Memory?

  In-memory means all the data is stored in the memory
   (RAM)




  There is no time wasted in loading the data from hard disk
   to RAM, or while processing, keeping some data in RAM
   and some data on disk temporarily

  Everything is in-memory all the time, which gives the
   CPUs quick access to data for processing


Real Experience. Real Advantage.                                15
[ SAP HANA Column Storage Vs. Row-Based
  Storage
                                      Storing data in columns is not a new
                                       technology, but it has not been
                                       leveraged to its full potential, yet


                                      The columnar storage is read-
                                       optimized, that is, the read operations
                                       can be processed very fast. However,
                                       it’s not write-optimized, as new insert
                                       might lead to moving a lot of data to
                                       create a place for new data


                                      HANA handles this well with delta
                                       merge. The columnar storage
                                       performs very well while reading and
                                       the write operations are taken care of
                                       by the In-Memory Computing Engine
                                       (IMCE) in some other ways


Real Experience. Real Advantage.                                                 16
[ Column Storage Opportunities
                                      Compression: As the data written next
                                       to each other is of same type, there is no
                                       need to write the same values again and
                                       again

                                      Partitioning: HANA supports two types
                                       of partitioning. A single column can be
                                       partitioned to many HANA servers, and
                                       different columns of a table can be
                                       partitioned in different HANA servers.
                                       Columnar storage easily enables this
                                       partitioning

                                      Data stripping: When querying a table,
                                       there are often times where a lot of
                                       columns are not used

                                      Parallel Processing: It is always
                                       performance-critical to make full use of
                                       the resources available. With the current
                                       boost in the number of CPUs, the more
                                       work they can do in parallel, the better
                                       the performance
Real Experience. Real Advantage.                                                    17
[ Multiple Engines


  HANA has multiple engines inside its computing engine
   for better performance
  HANA supports both SQL & OLAP reporting tools; there
   are separate engines to perform operations respectively
         There is a separate calculation engine to do calculations.
          There is also a planning engine used for functional
          reporting. Above all sits something like a controller which
          breaks incoming requests into multiple pieces and sends
          sub queries to these engines. There are separate row and
          column engines to process operations between tables
          stored in rows and tables stored in column format

Real Experience. Real Advantage.                                        18
[ What is Ad Hoc Analysis?
  In traditional data warehouses, such as SAP BW, a lot of
   pre-aggregation is done for quick results

  The IT administrator decides which information might be
   needed for analysis and prepares the result for the end
   users

  Results in fast performance but the end user has no
   flexibility

  With SAP HANA and its speedy engine, no pre-
   aggregation is required. The user can perform any kind of
   operation in reports and does not have to wait hours to
   get the data ready for analysis in real time.
Real Experience. Real Advantage.                               19
[ Where Can I Use SAP HANA?
 Anywhere there are large volumes of data
     Aerospace & Defense             Marketing
     Automotive                      Media
     Banking                         Mill Products
     Chemical                        Mining
     Consumer Products               Oil & Gas
     Cross Industry                  Professional Services
     Customer Service                Public Sector
     Finance                         Retail
     Healthcare                      Sales
     High Tech                       Supply Chain
     Industrial Machinery &          Telecommunications
      Components
                                      Transportation
     Insurance
                                      Utilities
     Life Sciences
                                      Wholesale Distribution
     Manufacturing
                                   Top Functional Areas of Data Usage
Real Experience. Real Advantage.                                        20
[ Use Cases For Using SAP HANA
  Sales Reporting (CRM):
      Quickly identify top customers and products by channel – with real-time sales
       reporting. Improve order fulfillment rates and accelerate
      Key sales processes at the same time, with instant analysis of credit memo and
       billing list
  Financial Reporting (FICO)
      Obtain immediate insights across your business – into revenue, accounts payable
       and receivable, open, and overdue items
      Top general ledger transaction and days sales outstanding (DSO). Make the right
       financial decisions, armed with real-time information
  Shipping Reporting (LE-SHP)
      Rely on real-time shipping reporting for complete stock overview analysis. One can
       better plan/monitor outbound delivery
      Assess and optimize stock levels – with accurate information at one’s fingertips
  Purchasing Reporting (P2P/SRM)
      Gain timely insights into purchase orders, vendors, and the movement of goods –
       with real-time purchasing reporting
      Make better purchasing decisions based on a complete analysis of order history
  Master Data Reporting (DG/MDM)
         Obtain real-time reporting on main master data, including customer, vendor, and
Real Experience. Real Advantage. for improved productivity and accuracy
             materials lists                                                                21
[ Key Takeaways About SAP HANA
  Empowers Your Organization
         Reduced reliance on IT resources
         Real-time visibility to complete data for transaction and analytics
          processing
         Enable a 360 degree view of your business

  Real-Time Analytics for Operational Data
         Go from “what happened yesterday” to real time
         Close to zero latency
         Ability to leverage and analyze large volumes of data

  Low Total Cost of Ownership (TCO)
         Non-disruptive to existing Enterprise Data Warehousing (EDW) Strategy
         Low TCO by leveraging the latest technology and delivery as pre-
          configured appliance




Real Experience. Real Advantage.                                                  22
[ First in a New Series by PMMS SIG
 Session                           Topic

        1                          HANA

        2                          RDS

        3                          RDS + HANA

        4                          RDS + HANA & CLOUD




Real Experience. Real Advantage.                        23
[ Sneak Preview – Coming in 2013
                                   Rapid Deployment Solutions
                                            (RDS)
  AVOID THE MAZE!                  Fast
                                   • Addresses specific needs quickly
                                   • Accelerates time-to-value
                                   • Speeds end-user adoption
                                   Simple
                                   • Business outcome-focused
                                   • Modular, yet integrated
                                   • All environments (on-premise,
                                     cloud, and mobile)



Real Experience. Real Advantage.                                        24
[



                Thank you for participating.
                                   For ongoing education in this area of focus, visit
                                                                   www.asug.com.        ]
Real Experience. Real Advantage.

Weitere ähnliche Inhalte

Was ist angesagt?

Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemSAPinsider Events
 
SAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitSAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitEdwin Weijers
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationLinh Nguyen
 
SAP R 3 , E C C & SAP S 4 HANA
SAP R 3 , E C C &  SAP S 4 HANASAP R 3 , E C C &  SAP S 4 HANA
SAP R 3 , E C C & SAP S 4 HANAMadhav Wagle
 
Sap for beginners
Sap for beginnersSap for beginners
Sap for beginnersRohit Verma
 
Building the Business Case for SAP S/4HANA
Building the Business Case for SAP S/4HANABuilding the Business Case for SAP S/4HANA
Building the Business Case for SAP S/4HANABluefin Solutions
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeSAP Technology
 
SAP Cloud Platform Product Overview
SAP Cloud Platform Product OverviewSAP Cloud Platform Product Overview
SAP Cloud Platform Product OverviewSAP Cloud Platform
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradeTony de Thomasis
 
An Overview of SAP S4/HANA
An Overview of SAP S4/HANAAn Overview of SAP S4/HANA
An Overview of SAP S4/HANADebajit Banerjee
 
S4 HANA presentation.pptx
S4 HANA presentation.pptxS4 HANA presentation.pptx
S4 HANA presentation.pptxNiranjanPatro2
 
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfSAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfsubbulokam
 

Was ist angesagt? (20)

Moving to SAP S/4HANA
Moving to SAP S/4HANAMoving to SAP S/4HANA
Moving to SAP S/4HANA
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
 
Sap architecture
Sap architectureSap architecture
Sap architecture
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
SAP S/4HANA Migration Cockpit
SAP S/4HANA Migration CockpitSAP S/4HANA Migration Cockpit
SAP S/4HANA Migration Cockpit
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
SAP R 3 , E C C & SAP S 4 HANA
SAP R 3 , E C C &  SAP S 4 HANASAP R 3 , E C C &  SAP S 4 HANA
SAP R 3 , E C C & SAP S 4 HANA
 
Sap for beginners
Sap for beginnersSap for beginners
Sap for beginners
 
SAP Hana Overview
SAP Hana OverviewSAP Hana Overview
SAP Hana Overview
 
Building the Business Case for SAP S/4HANA
Building the Business Case for SAP S/4HANABuilding the Business Case for SAP S/4HANA
Building the Business Case for SAP S/4HANA
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 
SAP Cloud Platform Product Overview
SAP Cloud Platform Product OverviewSAP Cloud Platform Product Overview
SAP Cloud Platform Product Overview
 
Preparing for SAP EHP Upgrade
Preparing for SAP EHP UpgradePreparing for SAP EHP Upgrade
Preparing for SAP EHP Upgrade
 
Presentation introduction to sap
Presentation introduction to sapPresentation introduction to sap
Presentation introduction to sap
 
An Overview of SAP S4/HANA
An Overview of SAP S4/HANAAn Overview of SAP S4/HANA
An Overview of SAP S4/HANA
 
SAP ARCHITECTURE (I).pptx
SAP ARCHITECTURE (I).pptxSAP ARCHITECTURE (I).pptx
SAP ARCHITECTURE (I).pptx
 
S4 HANA presentation.pptx
S4 HANA presentation.pptxS4 HANA presentation.pptx
S4 HANA presentation.pptx
 
SAP Fiori ppt
SAP Fiori pptSAP Fiori ppt
SAP Fiori ppt
 
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdfSAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
SAP S_4HANA Migration Cockpit - Migrate your Data to SAP S_4HANA.pdf
 

Andere mochten auch

Introduction to HANA in-memory from SAP
Introduction to HANA in-memory from SAPIntroduction to HANA in-memory from SAP
Introduction to HANA in-memory from SAPugur candan
 
Dassian GOVCON Overview
Dassian GOVCON OverviewDassian GOVCON Overview
Dassian GOVCON OverviewDassian Inc.
 
What is an_sap_business_blueprint
What is an_sap_business_blueprintWhat is an_sap_business_blueprint
What is an_sap_business_blueprintPrashant Tyagi
 
SITIST 2015 Dev - Abap on Hana
SITIST 2015 Dev - Abap on HanaSITIST 2015 Dev - Abap on Hana
SITIST 2015 Dev - Abap on Hanasitist
 
Kindness to parents
Kindness to parentsKindness to parents
Kindness to parentsAabid Khan
 
Pricing Routine In Vofm
Pricing Routine In VofmPricing Routine In Vofm
Pricing Routine In Vofmgueste6b4e7
 
Step by step procedure for loading of data from the flat file to the master d...
Step by step procedure for loading of data from the flat file to the master d...Step by step procedure for loading of data from the flat file to the master d...
Step by step procedure for loading of data from the flat file to the master d...Prashant Tyagi
 
Enhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAPEnhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAPAabid Khan
 
SAP BADI Implementation Learning for Functional Consultant
SAP BADI Implementation Learning for Functional ConsultantSAP BADI Implementation Learning for Functional Consultant
SAP BADI Implementation Learning for Functional ConsultantAnkit Sharma
 
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & Migration
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & MigrationSAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & Migration
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & MigrationJothi Periasamy
 
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...Jothi Periasamy
 
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)Jothi Periasamy
 
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...Jothi Periasamy
 
Enterprise Data Science Use Cases
Enterprise Data Science Use CasesEnterprise Data Science Use Cases
Enterprise Data Science Use CasesJothi Periasamy
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application DevelopmentZaranTech LLC
 
Enterprise data science - What it takes to build?
Enterprise data science - What it takes to build?Enterprise data science - What it takes to build?
Enterprise data science - What it takes to build?Jothi Periasamy
 
Innovating to Real-Time using SAP BusinessObjects & SAP HANA
Innovating to Real-Time using SAP BusinessObjects & SAP HANAInnovating to Real-Time using SAP BusinessObjects & SAP HANA
Innovating to Real-Time using SAP BusinessObjects & SAP HANAKurt J. Bilafer
 
Clone skills, inc sap hana & bobi 4.0 coursework - case study - v1
Clone skills, inc   sap hana & bobi 4.0 coursework - case study - v1Clone skills, inc   sap hana & bobi 4.0 coursework - case study - v1
Clone skills, inc sap hana & bobi 4.0 coursework - case study - v1Jothi Periasamy
 

Andere mochten auch (20)

Introduction to HANA in-memory from SAP
Introduction to HANA in-memory from SAPIntroduction to HANA in-memory from SAP
Introduction to HANA in-memory from SAP
 
Dassian GOVCON Overview
Dassian GOVCON OverviewDassian GOVCON Overview
Dassian GOVCON Overview
 
What is an_sap_business_blueprint
What is an_sap_business_blueprintWhat is an_sap_business_blueprint
What is an_sap_business_blueprint
 
SITIST 2015 Dev - Abap on Hana
SITIST 2015 Dev - Abap on HanaSITIST 2015 Dev - Abap on Hana
SITIST 2015 Dev - Abap on Hana
 
Kindness to parents
Kindness to parentsKindness to parents
Kindness to parents
 
Why sap hana
Why sap hanaWhy sap hana
Why sap hana
 
Pricing Routine In Vofm
Pricing Routine In VofmPricing Routine In Vofm
Pricing Routine In Vofm
 
Step by step procedure for loading of data from the flat file to the master d...
Step by step procedure for loading of data from the flat file to the master d...Step by step procedure for loading of data from the flat file to the master d...
Step by step procedure for loading of data from the flat file to the master d...
 
B adi
B adiB adi
B adi
 
Enhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAPEnhancing data sources with badi in SAP ABAP
Enhancing data sources with badi in SAP ABAP
 
SAP BADI Implementation Learning for Functional Consultant
SAP BADI Implementation Learning for Functional ConsultantSAP BADI Implementation Learning for Functional Consultant
SAP BADI Implementation Learning for Functional Consultant
 
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & Migration
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & MigrationSAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & Migration
SAP s/4 HANA - sFIN Accelerated Implementation, Upgrade & Migration
 
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...
Analyzing Financial Statements (FS) Through SAP BOBI 4.0 - a “SAP HANA” enabl...
 
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)
SAP HANA 1.0 Solutions Overview (A Practical Approach for Utility and CPG)
 
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...
Financial Planning/Budgeting Review and Approval Process in SAP BPC NW 7.5 - ...
 
Enterprise Data Science Use Cases
Enterprise Data Science Use CasesEnterprise Data Science Use Cases
Enterprise Data Science Use Cases
 
SAP HANA Native Application Development
SAP HANA Native Application DevelopmentSAP HANA Native Application Development
SAP HANA Native Application Development
 
Enterprise data science - What it takes to build?
Enterprise data science - What it takes to build?Enterprise data science - What it takes to build?
Enterprise data science - What it takes to build?
 
Innovating to Real-Time using SAP BusinessObjects & SAP HANA
Innovating to Real-Time using SAP BusinessObjects & SAP HANAInnovating to Real-Time using SAP BusinessObjects & SAP HANA
Innovating to Real-Time using SAP BusinessObjects & SAP HANA
 
Clone skills, inc sap hana & bobi 4.0 coursework - case study - v1
Clone skills, inc   sap hana & bobi 4.0 coursework - case study - v1Clone skills, inc   sap hana & bobi 4.0 coursework - case study - v1
Clone skills, inc sap hana & bobi 4.0 coursework - case study - v1
 

Ähnlich wie SAP HANA - Understanding the Basics

Impact of in-memory technology and SAP HANA (2012 Update)
Impact of in-memory technology and SAP HANA (2012 Update)Impact of in-memory technology and SAP HANA (2012 Update)
Impact of in-memory technology and SAP HANA (2012 Update)Vitaliy Rudnytskiy
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotDebajit Banerjee
 
Hana Training Day 1
Hana Training Day 1Hana Training Day 1
Hana Training Day 1mishra4927
 
Impact of in-memory technology and SAP HANA on your business, IT, and career
Impact of in-memory technology and SAP HANA on your business, IT, and careerImpact of in-memory technology and SAP HANA on your business, IT, and career
Impact of in-memory technology and SAP HANA on your business, IT, and careerVitaliy Rudnytskiy
 
Introducing the SAP high-performance analytic appliance (SAP HANA)
Introducing the SAP high-performance analytic appliance (SAP HANA)Introducing the SAP high-performance analytic appliance (SAP HANA)
Introducing the SAP high-performance analytic appliance (SAP HANA)IBM India Smarter Computing
 
SAP Strategie und Innovation
SAP Strategie und InnovationSAP Strategie und Innovation
SAP Strategie und InnovationIBM Switzerland
 
Liquidity Risk Management powered by SAP HANA
Liquidity Risk Management powered by SAP HANALiquidity Risk Management powered by SAP HANA
Liquidity Risk Management powered by SAP HANASAP Technology
 
What Is SAP HANA And Its Benefits?
What Is SAP HANA And Its Benefits?What Is SAP HANA And Its Benefits?
What Is SAP HANA And Its Benefits?ManojAgrawal74
 
IT Simplification with the SAP HANA platform
IT Simplification with the SAP HANA platformIT Simplification with the SAP HANA platform
IT Simplification with the SAP HANA platformVolker Haentjes
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Doug Berry
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Doug Berry
 
HANA overview
HANA overviewHANA overview
HANA overviewjenkin
 
SAP HANA on IBM Power Systems
SAP HANA on IBM Power SystemsSAP HANA on IBM Power Systems
SAP HANA on IBM Power SystemsthinkASG
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Doug Berry
 
Innovating for Growth
Innovating for Growth Innovating for Growth
Innovating for Growth NetApp
 
Top SAP Online training institute in Hyderabad
Top SAP Online training institute in HyderabadTop SAP Online training institute in Hyderabad
Top SAP Online training institute in HyderabadAadhyaKrishnan
 
Simplify IT with SAP HANA Infographic
Simplify IT with SAP HANA InfographicSimplify IT with SAP HANA Infographic
Simplify IT with SAP HANA InfographicVolker Haentjes
 
IT Simplification with the SAP HANA Platform
IT Simplification with the SAP HANA PlatformIT Simplification with the SAP HANA Platform
IT Simplification with the SAP HANA PlatformSAP Asia Pacific
 

Ähnlich wie SAP HANA - Understanding the Basics (20)

Impact of in-memory technology and SAP HANA (2012 Update)
Impact of in-memory technology and SAP HANA (2012 Update)Impact of in-memory technology and SAP HANA (2012 Update)
Impact of in-memory technology and SAP HANA (2012 Update)
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical Snapshot
 
Hana Training Day 1
Hana Training Day 1Hana Training Day 1
Hana Training Day 1
 
Impact of in-memory technology and SAP HANA on your business, IT, and career
Impact of in-memory technology and SAP HANA on your business, IT, and careerImpact of in-memory technology and SAP HANA on your business, IT, and career
Impact of in-memory technology and SAP HANA on your business, IT, and career
 
Introducing the SAP high-performance analytic appliance (SAP HANA)
Introducing the SAP high-performance analytic appliance (SAP HANA)Introducing the SAP high-performance analytic appliance (SAP HANA)
Introducing the SAP high-performance analytic appliance (SAP HANA)
 
SAP Strategie und Innovation
SAP Strategie und InnovationSAP Strategie und Innovation
SAP Strategie und Innovation
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
Liquidity Risk Management powered by SAP HANA
Liquidity Risk Management powered by SAP HANALiquidity Risk Management powered by SAP HANA
Liquidity Risk Management powered by SAP HANA
 
What Is SAP HANA And Its Benefits?
What Is SAP HANA And Its Benefits?What Is SAP HANA And Its Benefits?
What Is SAP HANA And Its Benefits?
 
IT Simplification with the SAP HANA platform
IT Simplification with the SAP HANA platformIT Simplification with the SAP HANA platform
IT Simplification with the SAP HANA platform
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8
 
HANA overview
HANA overviewHANA overview
HANA overview
 
SAP HANA on IBM Power Systems
SAP HANA on IBM Power SystemsSAP HANA on IBM Power Systems
SAP HANA on IBM Power Systems
 
SAP HANA_class1.pptx
SAP HANA_class1.pptxSAP HANA_class1.pptx
SAP HANA_class1.pptx
 
Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8Hana To Go Presentation Final With Demo Screen Shots Nov8
Hana To Go Presentation Final With Demo Screen Shots Nov8
 
Innovating for Growth
Innovating for Growth Innovating for Growth
Innovating for Growth
 
Top SAP Online training institute in Hyderabad
Top SAP Online training institute in HyderabadTop SAP Online training institute in Hyderabad
Top SAP Online training institute in Hyderabad
 
Simplify IT with SAP HANA Infographic
Simplify IT with SAP HANA InfographicSimplify IT with SAP HANA Infographic
Simplify IT with SAP HANA Infographic
 
IT Simplification with the SAP HANA Platform
IT Simplification with the SAP HANA PlatformIT Simplification with the SAP HANA Platform
IT Simplification with the SAP HANA Platform
 

Mehr von Global Business Solutions SME (13)

5 Generations - Where Do You Fit In?
5 Generations - Where Do You Fit In?5 Generations - Where Do You Fit In?
5 Generations - Where Do You Fit In?
 
Business Story Telling
Business Story TellingBusiness Story Telling
Business Story Telling
 
Order To Cash Process
Order To Cash ProcessOrder To Cash Process
Order To Cash Process
 
Business Storytelling
Business Storytelling Business Storytelling
Business Storytelling
 
5 Generations - Where Do You Fit In?
5 Generations - Where Do You Fit In?5 Generations - Where Do You Fit In?
5 Generations - Where Do You Fit In?
 
Order to Cash - The #1 Business Process to Know!
Order to Cash - The #1 Business Process to Know!Order to Cash - The #1 Business Process to Know!
Order to Cash - The #1 Business Process to Know!
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Understand SAP ASAP 8.0
Understand SAP ASAP 8.0Understand SAP ASAP 8.0
Understand SAP ASAP 8.0
 
Big data/Hadoop/HANA Basics
Big data/Hadoop/HANA BasicsBig data/Hadoop/HANA Basics
Big data/Hadoop/HANA Basics
 
RDS Supporting SAP HANA
RDS Supporting SAP HANARDS Supporting SAP HANA
RDS Supporting SAP HANA
 
RDS - Understanding the SAP Basics of Rapid Deployment Solutions
RDS - Understanding the SAP Basics of Rapid Deployment SolutionsRDS - Understanding the SAP Basics of Rapid Deployment Solutions
RDS - Understanding the SAP Basics of Rapid Deployment Solutions
 
Scrum in 30 seconds!
Scrum in 30 seconds!Scrum in 30 seconds!
Scrum in 30 seconds!
 
2012 Asug Aberd O2 C Final
2012 Asug Aberd O2 C Final2012 Asug Aberd O2 C Final
2012 Asug Aberd O2 C Final
 

Kürzlich hochgeladen

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 

Kürzlich hochgeladen (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

SAP HANA - Understanding the Basics

  • 1. High Performance Analytic Appliance: HANA Understanding the Basics as a PM ] John Choate Chair Suzanne Passante Program Chair Program Management & Maintenance Strategies (PMMS) SIG
  • 2. [ Key Learning Points for SAP HANA® Real Experience. Real Advantage. 2
  • 3. [ Table of Contents SAP HANA Technology Basics  What is HANA?  Key Terminology  HANA Architecture  Why the Need for HANA?  The “Heart” of HANA  IT and Business  In-Memory Computing  Why Use HANA? Engine  Top 10 Reasons  What is In-Memory? Companies Use HANA  In-Memory Computing  HANA Column Storage vs. Row-Based Storage  Column Storage Opportunities  Multiple Engines  What is Ad Hoc Analysis Real Experience. Real Advantage. 3
  • 4. [ Table of Contents Applying SAP HANA  Where can I use HANA?  Use cases for HANA  Key takeaways about HANA Real Experience. Real Advantage. 4
  • 5. [ What is SAP HANA?  SAP HANA is the latest in-memory analytics product. Using HANA, companies can do ad hoc analysis of large volumes of big data in real time  SAP HANA is a completely re-imagined platform for real-time business  SAP HANA transforms businesses by streamlining transactions, analytics, planning, and predictive data processing on a single in-memory database so business can operate in real time Real Experience. Real Advantage. 5
  • 6. [ Why the Need for SAP HANA? IT Challenges:  “Big Data” (volume) growing and challenge for real-time access to Operational Enterprise Systems  Costly for IT to purchase and maintain hardware to handle increasing data volumes  IT not the hero – dissatisfied business users  Processing and analysis results delayed  Data not in real time Real Experience. Real Advantage. 6
  • 7. [ Why the Need for SAP HANA? Challenges for Business:  Inadequate access to real-time operational information  Need to react faster to events impacting business  Need to quickly uncover trends and patterns by functional users – empower users/organizations  Need to improve business processes Real Experience. Real Advantage. 7
  • 8. [ Why Use SAP HANA?  HANA enables businesses to make smarter, faster decisions through real-time analysis and reporting, combined with dramatically accelerated business processes  Lack of delay between insight and action turns business into a “real time business” Real Experience. Real Advantage. 8
  • 9. [ Top 10 Reasons Why Companies Choose SAP HANA  Speed – Manage  Cloud – Step up to next massive volumes at high advanced platform speed  Innovation – Deploy ultimate  Agility – Enable real- platform for business time interactions across innovation Value Chain  Simplicity – Manage fewer  Any Data – Gain insights layers and landscapes for from structured and lower costs unstructured data  Value – Innovate without  Insight – Unlock new disruption and add value to insights with predictive, legacy investments complex analysis  Choice – Work with preferred  Applications – Run partner at every level next-generation applications Real Experience. Real Advantage. 9
  • 10. [ Technology Basics for SAP HANA Real Experience. Real Advantage. 10
  • 11. [ Key Terminology  Aggregation: To enable the calculation of key figures,  In Memory Computing Engine (IMCE): The heart of the data from the info provider has to be aggregated to Hana solution is the In-memory Computing Engine the detail level of the query, and formulas may also need (IMCE) allowing to create and perform accelerated to be calculated. The system has to aggregate using multiple characteristics. calculations on data.  BICS: Business Intelligence Consumer Services (BICS)  Multi-Dimensional Expressions (MDX): MDX is a is SAP's proprietary interface for queries. language developed by Microsoft for queries using multi- dimensional data.  BusinessObjects: One can visualize SAP® BusinessObjects™ as "black boxes" that encapsulate data and business processes, thus hiding the details of  Online Analytical Processing (OLAP): OLAP makes the structure and implementation of the underlying data. multi-dimensionally formatted data available using special interfaces.  Business Warehouse (BW): SAP BW provides standard application data for program usage over  Partitioning: You use partitioning to split the total various systems. dataset for an info provider into several smaller, physically independent and redundancy-free units. This  Compression: Compression features help reduce separation improves system performance. space requirement dramatically, resulting in lower storage cost and improved input and output performance.  Structured Query Language (SQL): SQL is a special- purpose programming language designed for managing  Data Stripping: Technique of segmenting logically data. sequential data, such as a file, in a way that accesses of sequential segments are made to different physical storage devices. Striping is useful when a processing device requests access to data more quickly than a storage device can provide access. Real Experience. Real Advantage. 11
  • 12. [ HANA Architecture Real Experience. Real Advantage. 12
  • 13. [ The “Heart” of SAP HANA Real Experience. Real Advantage. 13
  • 14. [ In-Memory Computing Engine (Simplified) Real Experience. Real Advantage. 14
  • 15. [ What is In-Memory?  In-memory means all the data is stored in the memory (RAM)  There is no time wasted in loading the data from hard disk to RAM, or while processing, keeping some data in RAM and some data on disk temporarily  Everything is in-memory all the time, which gives the CPUs quick access to data for processing Real Experience. Real Advantage. 15
  • 16. [ SAP HANA Column Storage Vs. Row-Based Storage  Storing data in columns is not a new technology, but it has not been leveraged to its full potential, yet  The columnar storage is read- optimized, that is, the read operations can be processed very fast. However, it’s not write-optimized, as new insert might lead to moving a lot of data to create a place for new data  HANA handles this well with delta merge. The columnar storage performs very well while reading and the write operations are taken care of by the In-Memory Computing Engine (IMCE) in some other ways Real Experience. Real Advantage. 16
  • 17. [ Column Storage Opportunities  Compression: As the data written next to each other is of same type, there is no need to write the same values again and again  Partitioning: HANA supports two types of partitioning. A single column can be partitioned to many HANA servers, and different columns of a table can be partitioned in different HANA servers. Columnar storage easily enables this partitioning  Data stripping: When querying a table, there are often times where a lot of columns are not used  Parallel Processing: It is always performance-critical to make full use of the resources available. With the current boost in the number of CPUs, the more work they can do in parallel, the better the performance Real Experience. Real Advantage. 17
  • 18. [ Multiple Engines  HANA has multiple engines inside its computing engine for better performance  HANA supports both SQL & OLAP reporting tools; there are separate engines to perform operations respectively  There is a separate calculation engine to do calculations. There is also a planning engine used for functional reporting. Above all sits something like a controller which breaks incoming requests into multiple pieces and sends sub queries to these engines. There are separate row and column engines to process operations between tables stored in rows and tables stored in column format Real Experience. Real Advantage. 18
  • 19. [ What is Ad Hoc Analysis?  In traditional data warehouses, such as SAP BW, a lot of pre-aggregation is done for quick results  The IT administrator decides which information might be needed for analysis and prepares the result for the end users  Results in fast performance but the end user has no flexibility  With SAP HANA and its speedy engine, no pre- aggregation is required. The user can perform any kind of operation in reports and does not have to wait hours to get the data ready for analysis in real time. Real Experience. Real Advantage. 19
  • 20. [ Where Can I Use SAP HANA? Anywhere there are large volumes of data  Aerospace & Defense  Marketing  Automotive  Media  Banking  Mill Products  Chemical  Mining  Consumer Products  Oil & Gas  Cross Industry  Professional Services  Customer Service  Public Sector  Finance  Retail  Healthcare  Sales  High Tech  Supply Chain  Industrial Machinery &  Telecommunications Components  Transportation  Insurance  Utilities  Life Sciences  Wholesale Distribution  Manufacturing Top Functional Areas of Data Usage Real Experience. Real Advantage. 20
  • 21. [ Use Cases For Using SAP HANA  Sales Reporting (CRM):  Quickly identify top customers and products by channel – with real-time sales reporting. Improve order fulfillment rates and accelerate  Key sales processes at the same time, with instant analysis of credit memo and billing list  Financial Reporting (FICO)  Obtain immediate insights across your business – into revenue, accounts payable and receivable, open, and overdue items  Top general ledger transaction and days sales outstanding (DSO). Make the right financial decisions, armed with real-time information  Shipping Reporting (LE-SHP)  Rely on real-time shipping reporting for complete stock overview analysis. One can better plan/monitor outbound delivery  Assess and optimize stock levels – with accurate information at one’s fingertips  Purchasing Reporting (P2P/SRM)  Gain timely insights into purchase orders, vendors, and the movement of goods – with real-time purchasing reporting  Make better purchasing decisions based on a complete analysis of order history  Master Data Reporting (DG/MDM)  Obtain real-time reporting on main master data, including customer, vendor, and Real Experience. Real Advantage. for improved productivity and accuracy materials lists 21
  • 22. [ Key Takeaways About SAP HANA  Empowers Your Organization  Reduced reliance on IT resources  Real-time visibility to complete data for transaction and analytics processing  Enable a 360 degree view of your business  Real-Time Analytics for Operational Data  Go from “what happened yesterday” to real time  Close to zero latency  Ability to leverage and analyze large volumes of data  Low Total Cost of Ownership (TCO)  Non-disruptive to existing Enterprise Data Warehousing (EDW) Strategy  Low TCO by leveraging the latest technology and delivery as pre- configured appliance Real Experience. Real Advantage. 22
  • 23. [ First in a New Series by PMMS SIG Session Topic 1 HANA 2 RDS 3 RDS + HANA 4 RDS + HANA & CLOUD Real Experience. Real Advantage. 23
  • 24. [ Sneak Preview – Coming in 2013 Rapid Deployment Solutions (RDS) AVOID THE MAZE! Fast • Addresses specific needs quickly • Accelerates time-to-value • Speeds end-user adoption Simple • Business outcome-focused • Modular, yet integrated • All environments (on-premise, cloud, and mobile) Real Experience. Real Advantage. 24
  • 25. [  Thank you for participating. For ongoing education in this area of focus, visit www.asug.com. ] Real Experience. Real Advantage.