Lecture @Dhbw: Data Warehouse Review Questions Andreas Buckenhofer, Daimler Tss About Me

Total Page:16

File Type:pdf, Size:1020Kb

Lecture @Dhbw: Data Warehouse Review Questions Andreas Buckenhofer, Daimler Tss About Me A company of Daimler AG LECTURE @DHBW: DATA WAREHOUSE REVIEW QUESTIONS ANDREAS BUCKENHOFER, DAIMLER TSS ABOUT ME Andreas Buckenhofer https://de.linkedin.com/in/buckenhofer Senior DB Professional [email protected] https://twitter.com/ABuckenhofer https://www.doag.org/de/themen/datenbank/in-memory/ Since 2009 at Daimler TSS Department: Big Data http://wwwlehre.dhbw-stuttgart.de/~buckenhofer/ Business Unit: Analytics https://www.xing.com/profile/Andreas_Buckenhofer2 NOT JUST AVERAGE: OUTSTANDING. As a 100% Daimler subsidiary, we give 100 percent, always and never less. We love IT and pull out all the stops to aid Daimler's development with our expertise on its journey into the future. Our objective: We make Daimler the most innovative and digital mobility company. Daimler TSS INTERNAL IT PARTNER FOR DAIMLER + Holistic solutions according to the Daimler guidelines + IT strategy + Security + Architecture + Developing and securing know-how + TSS is a partner who can be trusted with sensitive data As subsidiary: maximum added value for Daimler + Market closeness + Independence + Flexibility (short decision making process, ability to react quickly) Daimler TSS 4 LOCATIONS Daimler TSS Germany 7 locations 1000 employees* Ulm (Headquarters) Daimler TSS China Stuttgart Hub Beijing Berlin 10 employees Karlsruhe Daimler TSS Malaysia Hub Kuala Lumpur Daimler TSS India * as of August 2017 42 employees Hub Bangalore 22 employees Daimler TSS Data Warehouse / DHBW 5 WHICH CHALLENGES COULD NOT BE SOLVED BY OLTP? WHY IS A DWH NECESSARY? • Distributed data: data is spread across applications • Different data structures: each system has its won data model • Missing integrated view: data is not harmonized / standardized • Missing historic data: OLTP normally stores current data only • Technological challenges: OLTP has different infrastructure requirements • System workload: additional workload from DWH users most likely decreases performance for OLTP users Daimler TSS Data Warehouse / DHBW 6 EXPLAIN TWO DEFINITIONS OF THE DWH Ralph Kimball William Harvey „Bill“ Inmon „A data warehouse is a copy of “A data warehouse is a subject- transaction data specifically oriented, integrated, time- structured for querying and variant , nonvolatile collection of reporting“ data in support of management’s decision-making process” Daimler TSS Data Warehouse / DHBW 7 WHICH CHARACTERISTICS DOES A DWH HAVE ACCORDING TO BILL INMON? • Subject-oriented • A DWH is organized around the major themes, not around processes • Integrated • Data in the DWH is harmonized and uniformly standardized across all sources • Non-volatile • Operations in a DW are insert and select (Updates and deletes for technical reasons only) • Time-variant • All data in the data warehouse is accurate as of some moment in time and has to be associated with a time stamp Daimler TSS Data Warehouse / DHBW 8 WHICH LAYERS DOES THE LOGICAL STANDARD ARCHITECTURE HAVE? • Staging (Input) • Integration (Cleansing) • Core Warehouse (Storage) • Aggregation • Mart (Reporting, Output) • and additionally Metadata, Security, DWH Manager, Monitor Daimler TSS Data Warehouse / DHBW 9 LOGICAL STANDARD DATA WAREHOUSE ARCHITECTURE Internal data sources Data Warehouse Backend Frontend OLTP Core Mart Layer Staging Integration Warehouse Aggregation (Output Layer Layer Layer Layer Layer) (Input (Cleansing (Storage (Reporting OLTP Layer) Layer) Layer) Layer) External data sources Metadata Management Security DWH Manager incl. Monitor Daimler TSS Data Warehouse / DHBW 10 DESCRIBE STAGING LAYER CHARACTERISTICS • “Landing Zone” for data coming into a DWH • Purpose is to increase speed into DWH and decouple source and target system (repeating extraction run, additional delivery) • Granular data (no pre-aggregation or filtering in the Data Source Layer, i.e. the source system) • Usually not persistent, therefore regular housekeeping is necessary (for instance delete data in this layer that is few days/weeks old or – more common - if a correct upload to Core Warehouse Layer is ensured) • Tables have no referential integrity constraints, columns often varchar Daimleronly TSS Data Warehouse / DHBW 11 DESCRIBE CORE WAREHOUSE LAYER CHARACTERISTICS • Data storage in an integrated, consolidated, consistent and non- redundant (normalized) data model • Contains enterprise-wide data organized around multiple subject-areas • Application / Reporting neutral data storage on the most detailed level of granularity (incl. historic data) • Size of database can be several TB and can grow rapidly due to data historization Daimler TSS Data Warehouse / DHBW 12 DESCRIBE MART LAYER CHARACTERISTICS • Data is stored in a denormalized data model for performance reasons and better end user usability/understanding • The Data Mart Layer is providing typically aggregated data or data with less history (e.g. latest years only) in a denormalized data model • Created through filtering or aggregating the Core Warehouse Layer • One Mart ideally represents one subject area • Technically the Data Mart Layer can also be a part of an Analytical Frontend product (such as Qlik, Tableau, or IBM Cognos TM1) and need not to be stored in a relational database Daimler TSS Data Warehouse / DHBW 13 KIMBALL BUS ARCHITECTURE WHAT ARE MAIN CHARACTERISTICS? • 2-layered architecture • Sum of the data marts constitute the Enterprise DWH • Enterprise Service Bus / conformed dimensions for integration purposes (don’t confuse with ESB as middleware/communication system between applications) • Rather simple approach to make data fast and easily accessible • Lower startup costs (but higher subsequent development costs) • If table structures change (instable source systems), high effort to implement the changes and reload data, especially conformed dimensions (“Dimensionitis” desease) Daimler TSS Data Warehouse / DHBW 14 DATA INTEGRATION WITH AND WITHOUT CORE WAREHOUSE LAYER Layer Core Warehouse Core Warehouse Daimler TSS Data Warehouse / DHBW 15 DATA VAULT 2.0 ARCHITECTURE (DAN LINSTEDT) WHAT ARE MAIN CHARACTERISTICS? • Data in Raw Data Vault Layer is regarded as “Single version of the facts” • Business rules are implemented down-stream • Core Warehouse Layer is modeled with Data Vault and integrates data by BK (business key) “only” • Real-Time capability • Write-back of data in Core Warehouse Layer Daimler TSS Data Warehouse / DHBW 16 WHICH TABLE TYPES ARE USED IN DATA VAULT? Daimler TSS Data Warehouse / DHBW 17 HOW MANY ROWS ARE STORED IN THE HUB AND LINK TABLES? Staging Data in table stg_vehicle from 15.01.2015 vehicleid model producti engine color ondate V1 SUV 15.01.13 E1 red V2 Cabrio 16.01.13 E2 blue V1 SUV 15.01.13 E1 red V3 Cabrio 17.01.13 E3 red Staging Data Data in table stg_vehicle from 16.01.2015 V1 SUV 16.01.13 E4 red V4 Cabrio 17.01.13 E5 blue Staging Data Data in table stg_vehicle from 17.01.2015 V1 SUV 16.01.13 E1 red Daimler TSS Data Warehouse / DHBW 18 HOW MANY ROWS ARE STORED IN THE HUB AND LINK TABLES? • H_VEHICLE • 4 rows: V1, V2, V3, V4 • H_ENGINE • 5 rows: E1, E2, E3, E4, E5 • L_PLUGGED_IN_EFFECTIVITY • 5 rows: V1-E1, V2-E2, V3-E3, V1-E4, V4-E5 Daimler TSS Data Warehouse / DHBW 19 HOW MANY ROWS ARE STORED IN THE FIRST 3 SAT TABLES? Staging Data Data in table stg_vehicle from 15.01.2015 vehicleid model producti engine color ondate V1 SUV 15.01.13 E1 red V2 Cabrio 16.01.13 E2 blue V1 SUV 15.01.13 E1 red V3 Cabrio 17.01.13 E3 red Staging Data Data in table stg_vehicle from 16.01.2015 V1 SUV 16.01.13 E4 red V4 Cabrio 17.01.13 E5 blue Staging Data Data in table stg_vehicle from 17.01.2015 V1 SUV 16.01.13 E1 red Daimler TSS Data Warehouse / DHBW 20 HOW MANY ROWS ARE STORED IN THE FIRST 3 SAT TABLES? Staging Data Data in table stg_vehicle from 15.01.2015 vehicleid model producti engine color 5 ondate V1 SUV 15.01.13 E1 red V2 Cabrio 16.01.13 E2 blue 4 4 V1 SUV 15.01.13 E1 red V3 Cabrio 17.01.13 E3 red 6 5 Staging Data Data in table stg_vehicle from 16.01.2015 V1 SUV 16.01.13 E4 red 5 V4 Cabrio 17.01.13 E5 blue Staging Data Data in table stg_vehicle from 17.01.2015 V1 SUV 16.01.13 E1 red Daimler TSS Data Warehouse / DHBW 21 WHICH TABLE TYPES ARE USED IN A STAR SCHEMA? Daimler TSS Data Warehouse / DHBW 22 WHICH THREE TYPES OF SLOWLY CHANGING DIMENSIONS ARE MOST COMMON? SCD Type 1 • No History • Dimension attributes always contain current data SCD Type 2 • Full Historization • Dimension contains timestamps SCD Type 3 • Historization of latest change only • And storage of current value Daimler TSS Data Warehouse / DHBW 23 WHAT IS THE SIZE OF THE CUBE IN TERMS OF NUMBER OF CELLS? For an MOLAP model with 4 dimensions having 10, 20, 50 and 100 elements and 50 000 facts what is the size of the cube in terms of number of cells? • 1 000 000 (= 10 * 20 * 50 * 100) Daimler TSS Data Warehouse / DHBW 24 MOLAP OR ROLAP Which type of OLAP system would you recommend • for getting fast response times for smaller data sizes MOLAP • for achieving an optimal storage utilization ROLAP • for an enterprise cube of 10 TB ROLAP Daimler TSS Data Warehouse / DHBW 25 WHICH ROLAP ENHANCEMENTS EXIST? • Precomputation of aggregated values • Materialized views / query tables store data physically • Relational Columnar (in-memory) databases Daimler TSS Data Warehouse / DHBW 26 WHICH MONITORING TECHNIQUES EXIST TO DETECT CHANGES IN THE SOURCE? Trigger-based Replication Log-based Timestamp- Snapshot-based techniques discovery based discovery discovery Performance Medium Low Low Medium High impact on source system Performance Low Low Low Low High impact on target system Load on network Low Low Low Low High Data loss if No Yes Yes No No nologging operations Daimler TSS Data Warehouse / DHBW 27 WHICH MONITORING TECHNIQUES EXIST TO DETECT CHANGES IN THE SOURCE? Trigger-based Replication Log-based Timestamp- Snapshot-based techniques discovery based discovery discovery Identify DELETE Yes Yes Yes No Yes operations Identify ALL Yes Yes Yes No No changes (changes between extractions) Daimler TSS Data Warehouse / DHBW 28 WHAT ARE TYPICAL DATA QUALITY PROBLEMS AND POSSIBLE SOLUTIONS? Issue Solution Wrong data e.g.
Recommended publications
  • Design and Integration of Data Marts and Various Techniques Used for Integrating Data Marts
    Rashmi Chhabra et al, International Journal of Computer Science and Mobile Computing, Vol.3 Issue.4, April- 2014, pg. 74-79 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320–088X IJCSMC, Vol. 3, Issue. 4, April 2014, pg.74 – 79 RESEARCH ARTICLE Data Mart Designing and Integration Approaches 1 2 Rashmi Chhabra , Payal Pahwa 1Research Scholar, CSE Department, NIMS University, Jaipur (Rajasthan), India 2Bhagwan Parshuram Institute of Technology, I.P.University, Delhi, India 1 [email protected], 2 [email protected] ________________________________________________________________________________________________ Abstract— Today companies need strategic information to counter fiercer competition, extend market share and improve profitability. So they need information system that is subject oriented, integrated, non volatile and time variant. Data warehouse is the viable solution. It is integrated repository of data gathered from many sources and used by the entire enterprise. In order to standardize data analysis and enable simplified usage patterns, data warehouses are normally organized as problem driven, small units called data marts. Each data mart is dedicated to the study of a specific problem. The data marts are merged to create data warehouse. This paper discusses about design and integration of data marts and various techniques used for integrating data marts. Keywords - Data Warehouse; Data Mart; Star schema; Multidimensional Model; Data Integration __________________________________________________________________________________________________________ I. INTRODUCTION A data warehouse is a subject-oriented, integrated, time variant, non-volatile collection of data in support of management’s decision-making process [1]. Most of the organizations these days rely heavily on the information stored in their data warehouse.
    [Show full text]
  • Data Mart Setup Guide V3.2.0.2
    Agile Product Lifecycle Management Data Mart Setup Guide v3.2.0.2 Part Number: E26533_03 May 2012 Data Mart Setup Guide Oracle Copyright Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Data Warehousing on AWS
    Data Warehousing on AWS March 2016 Amazon Web Services – Data Warehousing on AWS March 2016 © 2016, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents AWS’s current product offerings and practices as of the date of issue of this document, which are subject to change without notice. Customers are responsible for making their own independent assessment of the information in this document and any use of AWS’s products or services, each of which is provided “as is” without warranty of any kind, whether express or implied. This document does not create any warranties, representations, contractual commitments, conditions or assurances from AWS, its affiliates, suppliers or licensors. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers. Page 2 of 26 Amazon Web Services – Data Warehousing on AWS March 2016 Contents Abstract 4 Introduction 4 Modern Analytics and Data Warehousing Architecture 6 Analytics Architecture 6 Data Warehouse Technology Options 12 Row-Oriented Databases 12 Column-Oriented Databases 13 Massively Parallel Processing Architectures 15 Amazon Redshift Deep Dive 15 Performance 15 Durability and Availability 16 Scalability and Elasticity 16 Interfaces 17 Security 17 Cost Model 18 Ideal Usage Patterns 18 Anti-Patterns 19 Migrating to Amazon Redshift 20 One-Step Migration 20 Two-Step Migration 20 Tools for Database Migration 21 Designing Data Warehousing Workflows 21 Conclusion 24 Further Reading 25 Page 3 of 26 Amazon Web Services – Data Warehousing on AWS March 2016 Abstract Data engineers, data analysts, and developers in enterprises across the globe are looking to migrate data warehousing to the cloud to increase performance and lower costs.
    [Show full text]
  • Data Warehousing
    DMIF, University of Udine Data Warehousing Andrea Brunello [email protected] April, 2020 (slightly modified by Dario Della Monica) Outline 1 Introduction 2 Data Warehouse Fundamental Concepts 3 Data Warehouse General Architecture 4 Data Warehouse Development Approaches 5 The Multidimensional Model 6 Operations over Multidimensional Data 2/80 Andrea Brunello Data Warehousing Introduction Nowadays, most of large and medium size organizations are using information systems to implement their business processes. As time goes by, these organizations produce a lot of data related to their business, but often these data are not integrated, been stored within one or more platforms. Thus, they are hardly used for decision-making processes, though they could be a valuable aiding resource. A central repository is needed; nevertheless, traditional databases are not designed to review, manage and store historical/strategic information, but deal with ever changing operational data, to support “daily transactions”. 3/80 Andrea Brunello Data Warehousing What is Data Warehousing? Data warehousing is a technique for collecting and managing data from different sources to provide meaningful business insights. It is a blend of components and processes which allows the strategic use of data: • Electronic storage of a large amount of information which is designed for query and analysis instead of transaction processing • Process of transforming data into information and making it available to users in a timely manner to make a difference 4/80 Andrea Brunello Data Warehousing Why Data Warehousing? A 3NF-designed database for an inventory system has many tables related to each other through foreign keys. A report on monthly sales information may include many joined conditions.
    [Show full text]
  • Data Management Backgrounder What It Is – and Why It Matters
    Data management backgrounder What it is – and why it matters You’ve done enough research to know that data management is an important first step in dealing with big data or starting any analytics project. But you’re not too proud to admit that you’re still confused about the differences between master data management and data federation. Or maybe you know these terms by heart. And you feel like you’ve been explaining them to your boss or your business units over and over again. Either way, we’ve created the primer you’ve been looking for. Print it out, post it to the team bulletin board, or share it with your mom so she can understand what you do. And remember, a data management strategy should never focus on just one of these areas. You need to consider them all. Data Quality what is it? Data quality is the practice of making sure data is accurate and usable for its intended purpose. Just like ISO 9000 quality management in manufacturing, data quality should be leveraged at every step of a data management process. This starts from the moment data is accessed, through various integration points with other data, and even includes the point before it is published, reported on or referenced at another destination. why is it important? It is quite easy to store data, but what is the value of that data if it is incorrect or unusable? A simple example is a file with the text “123 MAIN ST Anytown, AZ 12345” in it. Any computer can store this information and provide it to a user, but without help, it can’t determine that this record is an address, which part of the address is the state, or whether mail sent to the address will even get there.
    [Show full text]
  • Business Intelligence: Multidimensional Data Analysis
    Business Intelligence: Multidimensional Data Analysis Per Westerlund August 20, 2008 Master Thesis in Computing Science 30 ECTS Credits Abstract The relational database model is probably the most frequently used database model today. It has its strengths, but it doesn’t perform very well with complex queries and analysis of very large sets of data. As computers have grown more potent, resulting in the possibility to store very large data volumes, the need for efficient analysis and processing of such data sets has emerged. The concept of Online Analytical Processing (OLAP) was developed to meet this need. The main OLAP component is the data cube, which is a multidimensional database model that with various techniques has accomplished an incredible speed-up of analysing and processing large data sets. A concept that is advancing in modern computing industry is Business Intelligence (BI), which is fully dependent upon OLAP cubes. The term refers to a set of tools used for multidimensional data analysis, with the main purpose to facilitate decision making. This thesis looks into the concept of BI, focusing on the OLAP technology and date cubes. Two different approaches to cubes are examined and compared; Multidimensional Online Analytical Processing (MOLAP) and Relational Online Analytical Processing (ROLAP). As a practical part of the thesis, a BI project was implemented for the consulting company Sogeti Sverige AB. The aim of the project was to implement a prototype for easy access to, and visualisation of their internal economical data. There was no easy way for the consultants to view their reported data, such as how many hours they have been working every week, so the prototype was intended to propose a possible method.
    [Show full text]
  • IBM Industry Models and IBM Master Data Management Positioning And
    IBM Analytics White paper IBM Industry Models and IBM Master Data Management Positioning and Deployment Patterns 2 IBM Industry Models and IBM Master Data Management Introduction Although the value of implementing Master Data Management (MDM) • The Joint Value Proposition summarizes the scenarios in which solutions is widely acknowledged, it is challenging for organizations IBM Industry Models and MDM accelerate projects and bring to realize the promised value. While there are many reasons for this, value. ranging from organizational alignment to siloed system architecture, • Positioning of IBM MDM and IBM Industry Models explains, by certain patterns have been proven to dramatically increase the success using the IBM reference architecture, where each product brings rates of successful projects. value, and how they work together. • IBM Industry Models and MDM deployment options describes The first of these patterns, which is not unique to MDM projects, is the different reasons for which IBM Industry Models are that the most successful projects are tightly aligned with a clear, concise implemented, and how IBM Industry Models are used together business value. Beyond this, MDM projects create challenges to an with IBM MDM in implementing a solution. organization along several lines. • A comparison of IBM Industry Models and MDM discusses the similarities and differences in structure and content of IBM • MDM is a business application that acts like infrastructure. Industry Models and IBM MDM. Organizations need to learn what this means to them and how they are going to adapt to it. This document is intended for any staff involved in planning for or • Although MDM projects might not start with data governance, implementing a joint IBM Industry Models and MDM initiative within they quickly encounter it.
    [Show full text]
  • Dynamic Data Fabric and Trusted Data Mesh Using Goldengate
    Business / Technical Brief Technology Brief: Dynamic Data Fabric and Trusted Data Mesh using the Oracle GoldenGate Platform Core Principles and Attributes for a Trusted, Ledger-based, Low-latency Streaming Enterprise Data Architecture January 2021, Version 2.1 Copyright © 2021, Oracle and/or its affiliates Public 1 Dynamic Data Fabric and Trusted Data Mesh using the Oracle GoldenGate Platform Copyright © 2021, Oracle and/or its affiliates | Public Document Disclaimer This document is for informational purposes only and is intended solely to assist you in planning for the implementation and upgrade of the product features described. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle. Due to the nature of the product architecture, it may not be possible to safely include all features described in this document without risking significant destabilization of the code. Document Purpose The intended audience for this document includes technology executives and enterprise data architects who are interested in understanding Data Fabric, Data Mesh and the Oracle GoldenGate streaming data platform. The document’s organization and content assume familiarity with common enterprise data management tools and patterns but is suitable for individuals new to Oracle GoldenGate, Data Fabric and Data Mesh concepts. The primary intent of this document is to provide education about (1) emerging data management capabilities, (2) a detailed enumeration of key attributes of a trusted, real-time Data Mesh, and (3) concise examples for how Oracle GoldenGate can be used to provide such capabilities.
    [Show full text]
  • Data Warehousing on Uniprot in Annotated Protein
    A DATA MART FOR ANNOTATED PROTEIN SEQUENCE EXTRACTED FROM UNIPROT DATABASE Maulik Vyas B.E., C.I.T.C, India, 2007 PROJECT Submitted in partial satisfaction of the requirements for the degree of MASTER OF SCIENCE in COMPUTER SCIENCE at CALIFORNIA STATE UNIVERSITY, SACRAMENTO FALL 2011 A DATA MART FOR ANNOTATED PROTEIN SEQUENCE EXTRACTED FROM UNIPROT DATABASE A Project By Maulik Vyas Approved by: __________________________________, Committee Chair Meiliu Lu, Ph.D. __________________________________, Second Reader Ying Jin, Ph. D. ____________________________ Date ii Student: Maulik Vyas I certify that this student has met the requirements for format contained in the University format manual, and that this project is suitable for shelving in the Library and credit is to be awarded for the Project. __________________________, Graduate Coordinator ________________ Nikrouz Faroughi, Ph.D. Date Department of Computer Science iii Abstract of A DATA MART FOR ANNOTATED PROTEIN SEQUENCE EXTRACTED FROM UNIPROT DATABASE by Maulik Vyas Data Warehouses are used by various organizations to organize, understand and use the data with the help of provided tools and architectures to make strategic decisions. Biological data warehouse such as the annotated protein sequence database is subject oriented, volatile collection of data related to protein synthesis used in bioinformatics. Data mart contains a subset of enterprise data from data warehouse that is of value to a specific group of users. I implemented a data mart based on data warehouse design principles and techniques on protein sequence database using data provided by Swiss Institute of Bioinformatics. While the data warehouse contains information about many protein sequence areas, data mart focuses on one or more subject area.
    [Show full text]
  • A Guide to Selecting the Right Customer Data Platform (CDP)
    WHITE PAPER A Guide to Selecting the Right Customer Data Platform (CDP) Digital transformation is profoundly impacting practically every business today. It is commonly understood that customer engagement is one of the key foundational capabilities underpinning this transformation. It is also understood that the ability of an enterprise to Key performance characteristics of the Redpoint Customer effectively engage its customers is dependent on its ability to Data Platform include agility, precision, scale, speed and create and operationalize the most complete and accurate accessibility needed to be the data engine driving enterprise view of a customer and make it available for use at every digital transformation: customer touchpoint. Customer data platforms (CDPs) are a • Agility – Support for all data sources and unparalleled type of data platform required to operationalize all data about flexibility: The Redpoint Customer Data Platform is archi- customers at the speed, accuracy and depth required to tected to work with all sizes and types of data whether effectively drive transformative levels of engagement. structured, semi-structured, or unstructured data. It also The objective of this CDP Guide is threefold and provides: provides out-of-the-box connectors to any environment spanning traditional databases, applications and advanced 1. Redpoint Global’s definition and point of view of a CDP. Hadoop/data lake and other No-SQL environments. The 2. Various industry analyst CDP definitions and related criteria platform integrates first-, second-, and third-party data to to help organizations understand how to select the CDP create a complete and always fresh view of a customer that that best enables digital transformation.
    [Show full text]
  • Data Mart and Reporting Guide
    Data Mart and Reporting Guide Version 7.1.1 Broadband Care Manager (BCM) 7.1.1 Data Mart and Reporting February 2012 Copyright © 2000–2012 Alcatel-Lucent [http://www.alcatel-lucent.com]. All rights reserved. Legal Notice Alcatel, Lucent, Alcatel-Lucent, the Alcatel-Lucent logo, Motive and the Motive logo are trademarks of Alcatel-Lucent. All other trademarks are the property of their respective owners. The information presented is subject to change without notice. Alcatel-Lucent assumes no responsibility for inaccuracies contained herein. PID 3JB-15001-AAAI-PCZZA Contents Preface .......................................................................................................................... xi About this guide ............................................................................................................. xi Conventions .................................................................................................................. xii Support and contact information ...................................................................................... xiii Introduction to Data Mart and Reporting ...................................................................... 1 1 The Motive Data Mart and Reporting solution ....................................................................... 3 Installing or Upgrading the Data Mart and Publishing the Standard Reports .............. 7 2 Performing a fresh Data Mart installation ............................................................................. 8 Preparing the database
    [Show full text]
  • © 2011 by the 451 Group. All Rights Reserved Nosql, Newsql and Beyond Open Source Driving Innovation in Distributed Data Management
    © 2011 by The 451 Group. All rights reserved NoSQL, NewSQL and Beyond Open Source Driving Innovation in Distributed Data Management Matt hew As lett, The 451 Group [email protected] © 2011 by The 451 Group. All rights reserved Overview – Open source impact in the database market – NoSQL and NewSQL databases • Adoption/development drivers • Use cases – And beyond • Data grid/cache • Cloud databases • Total data © 2011 by The 451 Group. All rights reserved 451 Research is focused on the business of enterprise IT innovation. The company’s analysts provide critical and timely insight into the competitive dynamics of innovation in emerging technology segments. The 451 Group Tier1 Research is a single‐source research and advisory firm covering the multi‐tenant datacenter, hosting, IT and cloud‐computing sectors, blending the best of industry and financial research. The Uptime Institute is ‘The Global Data Center Authority’ and a pioneer in the creation and facilitation of end‐user knowledge communities to improve reliability and uninterruptible availability in datacenter facilities. TheInfoPro is a leading IT advisory and research firm that provides real‐world ppperspectives on the customer and market dynamics of the TOTAL DATA enterprise information technology landscape, harnessing the collective knowledge and insight of leading IT organizations worldwide. ChangeWave Research is a research firm that identifies and quantifies ‘change’ in consumer spending behavior, corporate purchasing, and industry, company and technology trends. © 2011 by The 451 Group. All rights reserved Coverage areas – Senior analyst, enterprise software – Commercial Adoption of Open Source (CAOS) • Adoption by enterprises • Adoption by vendors – Information Management • Databases • Data warehousing • Data caching © 2011 by The 451 Group.
    [Show full text]