introduction to introduction to datawarehousing
play

Introduction to Introduction to Datawarehousing Umberto Nanni - PowerPoint PPT Presentation

D IPARTIMENTO DI I NGEGNERIA INFORMATICA AUTOMATICA E GESTIONALE A NTONIO R UBERTI Master of Science in Engineering in Computer Science (MSE-CS) (MSE-CS) Seminars in Software and Services for the Information Society Umberto Nanni Introduction


  1. D IPARTIMENTO DI I NGEGNERIA INFORMATICA AUTOMATICA E GESTIONALE A NTONIO R UBERTI Master of Science in Engineering in Computer Science (MSE-CS) (MSE-CS) Seminars in Software and Services for the Information Society Umberto Nanni Introduction to Introduction to Datawarehousing Umberto Nanni Seminars of Software and Services for the Information Society 1

  2. Business Intelligence Architecture management system system management management KPI DSS MKT CRM HR system … data mining reporting OLAP goals results Datamart-1 Datamart-2 Datamart-3 Datawarehouse ETL systems operational system external service ERP internet / data systems systems extranet sources operational system Umberto Nanni Seminars of Software and Services for the Information Society 2

  3. What is Data Warehousing Collection of methods, technologies and tools to assist the “knowledge worker” (manager, analyst) to conduct data analysis aimed at supporting decision-making and/or improving the management of information assets Umberto Nanni Seminars of Software and Services for the Information Society 3

  4. What is a Data Warehouse A data warehouse is a collection of data • integrated (far beyond the organization) • consistent (despite the heterogeneous origin) • focused (an interest area is defined) • historical (over a consistent timeframe) • permanent (never delete your data!) Umberto Nanni Seminars of Software and Services for the Information Society 4

  5. Purpose of a Data Warehouse A Data Warehouse helps (allows) you: to take decisions • to identify and interpret phenomena • to make predictions about the future to make predictions about the future • • to control a complex system • Umberto Nanni Seminars of Software and Services for the Information Society 5

  6. Value and quantity of information logistics sales marketing BD prices prices competitors competitors value value strategic information reports $$$ $$$ $ selected selected information primary information sources quantity Umberto Nanni Seminars of Software and Services for the Information Society 6

  7. OLTP & OLAP OLTP - On-Line Transaction Processing – realm of (write and / or read) transactions, recovery, consistency consistency – many, fast and frequent operations – high level of concurrency – access to a small amount of data – on-the-fly data update OLAP - On-Line Analytical Processing – read only read only – few operations – low level of concurrency – access to huge amounts of data – historical but essentially static data Umberto Nanni Seminars of Software and Services for the Information Society 7

  8. Separation between: Operational Database & Data Warehouse • different computational load • different needs: • different needs: – DB: dynamic data, asynchronous updates – DW: static data, periodic updates • integration with business activity: – DB: supporting operations (focused, timely) – DW: supporting decisions (descriptive, historical) – DW: supporting decisions (descriptive, historical) • data collection: – DB: minimal – DW: maximal Umberto Nanni Seminars of Software and Services for the Information Society 8

  9. Two issues with different perspectives • Data redundancy – OLTP (DB): to avoid, bringing to inconsistency – OLTP (DB): to avoid, bringing to inconsistency and/or inefficiency on updates – OLAP (DW): redundancy avoids recomputation and shorten response time • Indexing – OLTP (DB): good when you search – bad when you – OLTP (DB): good when you search – bad when you update... you need some trade-off – OLAP (DW): the more, the best Umberto Nanni Seminars of Software and Services for the Information Society 9

  10. Some Data Warehouse Systems • Oracle 12 • IBM InfoSphere Warehouse • IBM InfoSphere Warehouse • Microsoft SQL-Server 2012 – Analysis Services • Sybase IQ • Hyperion (bought by Oracle) • Teradata (division of NCR) • Teradata (division of NCR) • Netezza – Cognos (bought by IBM) • Business Objects (bought by SAP) Umberto Nanni Seminars of Software and Services for the Information Society 10

  11. A comparison by Gartner Donald Feinberg, Mark A. Beyer Magic Quadrant for Data Warehouse Database Management Systems Gartner RAS Core Research Note G00173535, 28 January 2010 Umberto Nanni Seminars of Software and Services for the Information Society 11

  12. Architectures for Datawarehousing: issues • separating OLTP & OLAP • scalability • extensibility • security • security • administrability Umberto Nanni Seminars of Software and Services for the Information Society 12

  13. Architecture for Datawarehousing • determined by design choices • determined by / determines the choice of a • determined by / determines the choice of a software system • determines the cost and makes possible future integration (quantitative and / or qualitative) qualitative) • affects the cost of data processing Umberto Nanni Seminars of Software and Services for the Information Society 13

  14. Data Mart Collection of data focused on particular user profile or on particular target analysis on particular target analysis Alternatives: 1. dependent Data Mart: it is a subset and/or an aggregation of data in the primary DW → DM extracted from a DW 2. independent Data Mart: it is a subset and/or an aggregation 2. independent Data Mart: it is a subset and/or an aggregation of data in the operational DB → DW= U i (DM i ), that is, DW is a set of DM 3. hybrid solution, combining 1, 2 Umberto Nanni Seminars of Software and Services for the Information Society 14

  15. DW architecture: 1 Level • there is only an operational DW • virtual DB (no OLTP-OLAP separation) • data coincident with DB operational • difficult integration with other sources data - level 1 middleware (copy of) operational operational DB external sources sources warehouse analysis Umberto Nanni Seminars of Software and Services for the Information Society 15

  16. DW architecture: 2 Levels – dependent DMs • data sources complemented with external sources • running on dedicated software platform • ETL: Extraction, Transformation, Loading • ETL: Extraction, Transformation, Loading • materialization of the DW • materialization of Data Marts data - level 1 data - level 2 ETL oper Data Mart Mart BD BD DW ext Data BD Mart sources feeding warehouse analysis Umberto Nanni Seminars of Software and Services for the Information Society 16

  17. DW architecture: 2 Levels – independent DMs • Data Mart are materialized by feeding • DW = union of DMs • DW = union of DMs data - level 1 data - level 2 ETL oper Data BD BD Mart Mart ext Data BD Mart sources feeding warehouse analysis Umberto Nanni Seminars of Software and Services for the Information Society 17

  18. DW architecture: 3 Levels a level of "reconciled" data (operational data store) is • introduced separation into two phases of ETL activities: separation into two phases of ETL activities: • • 1. extraction / transformation 2. loading data - level 1 data - level 2 data - level 3 ET(L) oper Data BD BD Mart Mart reconcilied DW data ext Data BD loading Mart sources feeding warehouse analysis Umberto Nanni Seminars of Software and Services for the Information Society 18

  19. ETL: Extraction, Transformation, Loading Operational Data, External Data extraction extraction • cleaning - validation - filtering • transformation • Reconciled Data loading • Data Warehouse Umberto Nanni Seminars of Software and Services for the Information Society 19

  20. Extraction • initial extraction: – targeted at the creation of the DW – targeted at the creation of the DW • furter extractions: – static (replaces the whole DW) – incremental – incremental • log • timestamp Umberto Nanni Seminars of Software and Services for the Information Society 20

  21. Cleaning • changing VALUES • duplicates • duplicates • inconsistencies – domain violation – functional dependency violation • null values • misuse of fields • misuse of fields • spelling • abbreviations (not homogeneous) Umberto Nanni Seminars of Software and Services for the Information Society 21

  22. Transformation • changing FORMATS: • misalignment of formats • field overloading • unhomogeneous coding • unhomogeneous coding Umberto Nanni Seminars of Software and Services for the Information Society 22

  23. Loading • Refresh: ex-novo load of the whole DW ex-novo load of the whole DW • Update: differential updates Umberto Nanni Seminars of Software and Services for the Information Society 23

  24. Metadata • internal metadata – concerning the administration of the DW (i.e., sources, transformations, schemas, users, etc..) schemas, users, etc..) • external metadata – interesting for users (e.g., measurement units, possible combinations) • STANDARDs • CWM - Common Warehouse Model (OMG), defined by: – UML (Unified Modeling Language) – UML (Unified Modeling Language) – XML (eXtensible Markup Language) – XMI (XML Metadata Interchange) OMG = Object Management Group: CORBA (Common Object Request Broker Architecture), UML (Unified Modeling Language) , MDA (Model-Driven Architecture) Umberto Nanni Seminars of Software and Services for the Information Society 24

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend