Data Warehouse and OLAP

Slides:



Advertisements
Similar presentations
April 30, Data Warehousing and OLAP Technology: An Overview  What is a data warehouse?  Data warehouse architecture  From data warehousing to.
Advertisements

Data Warehousing Willem Visser RW334. Somebody is watching! Everybody seems to be recording your every move Loyalty cards Cookies – Facebook, Twitter,…
Data Warehousing CPS216 Notes 13 Shivnath Babu. 2 Warehousing l Growing industry: $8 billion way back in 1998 l Range from desktop to huge: u Walmart:
Data Warehousing M R BRAHMAM.
Data Warehouse Architecture Sakthi Angappamudali Data Architect, The Oregon State University, Corvallis 16 th May, 2005.
COMP 578 Data Warehousing And OLAP Technology Keith C.C. Chan Department of Computing The Hong Kong Polytechnic University.
Chapter 13 The Data Warehouse
Ch3 Data Warehouse part2 Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
DATA WAREHOUSE (Muscat, Oman).
CS346: Advanced Databases
An Overview of Data Warehousing and OLTP Technology Presenter: Parminder Jeet Kaur Discussion Lead: Kailang.
Ch3 Data Warehouse Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2010.
M ODULE 5 Metadata, Tools, and Data Warehousing Section 4 Data Warehouse Administration 1 ITEC 450.
Dr. Bernard Chen Ph.D. University of Central Arkansas
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
©Silberschatz, Korth and Sudarshan18.1Database System Concepts - 5 th Edition, Aug 26, 2005 Buzzword List OLTP – OnLine Transaction Processing (normalized,
Data Warehouse & Data Mining
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie.
AN OVERVIEW OF DATA WAREHOUSING
Datawarehouse Objectives
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 5-1 Chapter 5 Business Intelligence: Data.
1 Data Warehouses BUAD/American University Data Warehouses.
OLAP & DSS SUPPORT IN DATA WAREHOUSE By - Pooja Sinha Kaushalya Bakde.
The Data Warehouse “A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile collection of “all” an organisation’s data in support.
Data Warehousing.
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
October 28, Data Warehouse Architecture Data Sources Operational DBs other sources Analysis Query Reports Data mining Front-End Tools OLAP Engine.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Ch3 Data Warehouse Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
CISB594 – Business Intelligence Data Warehousing Part I.
Fox MIS Spring 2011 Data Warehouse Week 8 Introduction of Data Warehouse Multidimensional Analysis: OLAP.
The Data Warehouse “A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile collection of “all” an organisation’s data in support.
Data Mining Data Warehouses.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
Advanced Database Concepts
The Data Warehouse Chapter Operational Databases = transactional database  designed to process individual transaction quickly and efficiently.
Dr. Chen, Data Mining  A/W & Dr. Chen, Data Mining Chapter 6 The Data Warehouse Jason C. H. Chen, Ph.D. Professor of MIS School of Business Administration.
Copyright© 2014, Sira Yongchareon Department of Computing, Faculty of Creative Industries and Business Lecturer : Dr. Sira Yongchareon ISCG 6425 Data Warehousing.
CS 157B: Database Management Systems II April 10 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
1 Database Systems, 8 th Edition Star Schema Data modeling technique –Maps multidimensional decision support data into relational database Creates.
Introduction to OLAP and Data Warehouse Assoc. Professor Bela Stantic September 2014 Database Systems.
Presented By: Pedel Oppong-Abebrese,Pedel Oppong-Abebrese Michael Boadi, William Osei, Nana Amoa OforiMichael BoadiWilliam OseiNana Amoa Ofori DATA WAREHOUSING.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
11/20/ :11 AMData Mining 1 Data Mining – CSE 9033 Chapter – 1; Data Warehousing Dr. Goutam Sarker, B.E., M.E., Ph.D.(Engineering), Fellow: IE(I),
Overview of Data Warehousing and OLAP
Overview of Data Warehousing (DW) and OLAP
Business Intelligence Overview
Dr.S.Sridhar,Ph.D., RACI(Paris),RZFM(Germany),RMR(USA),RIEEEProc.
Data Warehousing Data warehousing provides architectures & tools for business executives to systematically organize, understand & use their data to make.
Advanced Applied IT for Business 2
Decision Support System by Simulation Model (Ajarn Chat Chuchuen)
Data Warehousing CIS 4301 Lecture Notes 4/20/2006.
Chapter 13 Business Intelligence and Data Warehouses
Data warehouse and OLAP
Chapter 13 The Data Warehouse
Chapter 5 Data Management
OLAP Concepts and Techniques
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Data Warehouse.
Chapter 13 – Data Warehousing
المحاضرة 4 : مستودعات البيانات (Data warehouse)
Data Warehouse and OLAP
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie
Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009
Introduction of Week 9 Return assignment 5-2
Data Warehouse.
Data Warehousing Concepts
Data Warehouse and OLAP Technology
Presentation transcript:

Data Warehouse and OLAP Data Mining: Concepts and Techniques by J. Han and M. Kamber 8/7/2019 CSE591: Data Mining by H. Liu

What is a data warehouse? A repository of information collected from multiple sources, stored under a unified schema at a single site Characteristics: Subject-oriented Integrated Time-variant Nonvolatile A semantically consistent data store for decision support at enterprise level 8/7/2019 CSE591: Data Mining by H. Liu

Data warehousing and a multidimensional data model DWing - the process of constructing and using DW. OLTP and OLAP: user & system orientation, data contents, database design, view, access patterns (Table 2.1) A DM is usually modeled by a multidimensional database structure - a data cube An example of a data cube of Student Information dimensions: nationality, level, status, … 8/7/2019 CSE591: Data Mining by H. Liu

Schemas for multidimensional databases OLTP and OLAP on the same databases(?) achieving high performance of both systems Dimensions are the perspectives or entities Facts are numeric measures Dimension table and fact table DW schemas Star Snowflakes Fact constellations 8/7/2019 CSE591: Data Mining by H. Liu

Examples for defining schemas define cube, define dimension …as…in Star Fig. 2.4 Example 2.4 Snowflake Fig. 2.5 Example 2.5 Fact constellation Fig. 2.6 Example 2.6 8/7/2019 CSE591: Data Mining by H. Liu

CSE591: Data Mining by H. Liu OLAP operations Concept hierarchy one for each dimension Operations (Fig. 2.10) Dice Slice Pivot Roll-up Drill-down 8/7/2019 CSE591: Data Mining by H. Liu

Data Warehouse Architecture A 3-tier data warehouse architecture Front-end tools OLAP server Data warehouse server Three models: Enterprise warehouse Data mart Virtual warehouse 8/7/2019 CSE591: Data Mining by H. Liu

CSE591: Data Mining by H. Liu Metadata Repository When used in DW, metadata are the data that define warehouse objects: a directory to help the decision support system analyst locate the contents of the DW a guide to the mapping of data from the source to the DW a guide to the algorithms used for summarization A metadata repository contains the DW structure, operational metadata, algorithms used, mapping, data related to system performance, business metadata 8/7/2019 CSE591: Data Mining by H. Liu

CSE591: Data Mining by H. Liu From DW to DM DW back-end tools and utilites data extraction, cleaning, transformation, load, refresh The uses of DW generate reports and answer predefined queries analyze summarized and detailed data performing multidimensional analysis knowledge discovery and strategic decision making using data mining Information, analytical processing and DM 8/7/2019 CSE591: Data Mining by H. Liu