13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.

Slides:



Advertisements
Similar presentations
Chapter 13 The Data Warehouse
Advertisements

OLAP Tuning. Outline OLAP 101 – Data warehouse architecture – ROLAP, MOLAP and HOLAP Data Cube – Star Schema and operations – The CUBE operator – Tuning.
Intro to Data Mining: Extracting Information and Knowledge from Data.
Jennifer Widom On-Line Analytical Processing (OLAP) Introduction.
Chapter 13 Business Intelligence and Data Warehouses
Database Systems: Design, Implementation, and Management Tenth Edition
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Chapter 9 DATA WAREHOUSING Transparencies © Pearson Education Limited 1995, 2005.
Chapter 12 The Data Warehouse
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Advanced Querying OLAP Part 2. Context OLAP systems for supporting decision making. Components: –Dimensions with hierarchies, –Measures, –Aggregation.
COMP 578 Data Warehousing And OLAP Technology Keith C.C. Chan Department of Computing The Hong Kong Polytechnic University.
1 Lecture 10: More OLAP - Dimensional modeling
13 Chapter 13 The Data Warehouse Hachim Haddouti.
Lab3 CPIT 440 Data Mining and Warehouse.
By N.Gopinath AP/CSE. Two common multi-dimensional schemas are 1. Star schema: Consists of a fact table with a single table for each dimension 2. Snowflake.
CSE6011 Warehouse Models & Operators  Data Models  relations  stars & snowflakes  cubes  Operators  slice & dice  roll-up, drill down  pivoting.
Chapter 13 The Data Warehouse
Chapter 13 – Data Warehousing. Databases  Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age  Information,
Online Analytical Processing (OLAP) Hweichao Lu CS157B-02 Spring 2007.
1 Basic concepts of On-Line Analytical processing DT211 /4.
Chetan Bhirud Raza Mohammad Abinash Sahoo Online Marketing Giant.
Database Management Systems, 2 nd Edition. R. Ramakrishnan and J. Gehrke1 Decision Support Chapter 23.
ITEC 3220A Using and Designing Database Systems
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150 Additional Information Instructor: Dan Hebert.
Chapter 13 The Data Warehouse
12 The Data Warehouse and Data Mining MIS 304 Winter 2006.
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
Data Warehouse & Data Mining
Datawarehouse & Datamart OLAPs vs. OLTPs Dimensional Modeling Creating Physical Design Using SQL Mgt. Studio Module II: Designing Datamarts 1.
Datawarehouse Objectives
1 Data Warehouses BUAD/American University Data Warehouses.
13 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
Module 1: Introduction to Data Warehousing and OLAP
Database Systems: Design, Implementation, and Management Ninth Edition Chapter 13 Business Intelligence and Data Warehouses.
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
8 1 Chapter 8 Advanced SQL Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Dimensional Modeling Primer Chapter 1 Kimball & Ross.
Ayyat IT Group Murad Faridi Roll NO#2492 Muhammad Waqas Roll NO#2803 Salman Raza Roll NO#2473 Junaid Pervaiz Roll NO#2468 Instructor :- “ Madam Sana Saeed”
Fox MIS Spring 2011 Data Warehouse Week 8 Introduction of Data Warehouse Multidimensional Analysis: OLAP.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 13 Business Intelligence and Data Warehouses.
Pooja Sharma Shanti Ragathi Vaishnavi Kasala. BUSINESS BACKGROUND Lowe's started as a single hardware store in North Carolina in 1946 and since then has.
Managing Data for DSS II. Managing Data for DS Data Warehouse Common characteristics : –Database designed to meet analytical tasks comprising of data.
What is OLAP?.
Advanced Database Concepts
The Data Warehouse Chapter Operational Databases = transactional database  designed to process individual transaction quickly and efficiently.
1 Database Systems, 8 th Edition 1 Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: –How business intelligence.
12 1 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 12.4 Online Analytical Processing OLAP creates an advanced data.
Database Management Systems, 2 nd Edition. R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support.
SQL Server Analysis Services Understanding Unified Dimension Model (UDM)
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support Chapter 25.
1 Database Systems, 8 th Edition Star Schema Data modeling technique –Maps multidimensional decision support data into relational database Creates.
1 Data Warehousing Data Warehousing. 2 Objectives Definition of terms Definition of terms Reasons for information gap between information needs and availability.
BTM 382 Database Management Chapter 13: Business intelligence and data warehousing Chapter 14-4: Data analytics Chitu Okoli Associate Professor in Business.
Data Analytics, Data Mining, OLAP, Reporting Systems
Chapter 13 Business Intelligence and Data Warehouses
Chapter 13 The Data Warehouse
Data Warehouse.
Chapter 13 – Data Warehousing
Implementing Data Models & Reports with Microsoft SQL Server
Data Warehouse and OLAP
Database Connectivity and Web Development
Introduction of Week 9 Return assignment 5-2
Chapter 13 The Data Warehouse
Chapter 13 The Data Warehouse
Chapter 13 The Data Warehouse
Data Warehouse and OLAP
Geographic Information Systems
Presentation transcript:

13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

13 2 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Relational OLAP (continued)

13 3 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Multidimensional OLAP Extends OLAP functionality to multidimensional database management systems (MDBMSs) –MDBMS end users visualize stored data as a 3D cube-a data cube –Data cubes can grow to n number of dimensions, becoming hypercubes –To speed access, data cubes are held in memory in a cube cache

13 4 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Multidimensional OLAP (continued)

13 5 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Relational vs. Multidimensional OLAP

13 6 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Star Schemas Data modeling technique used to map multidimensional decision support data into relational database Creates near equivalent of multidimensional database schema from existing relational database Yield an easily implemented model for multidimensional data analysis, while still preserving relational structures on which operational database is built Has four components: facts, dimensions, attributes, and attribute hierarchies

13 7 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Facts Numeric measurements (values) that represent specific business aspect or activity –Normally stored in fact table that is center of star schema Fact table contains facts that are linked through their dimensions Metrics are facts computed or derived at run time

13 8 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Dimensions

13 9 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attributes Used to search, filter, or classify facts Dimensions provide descriptive characteristics about the facts through their attributes

13 10 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attributes (continued)

13 11 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attributes (continued)

13 12 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attributes (continued)

13 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attributes (continued)

13 14 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attribute Hierarchies Provides top-down data organization Provides capability to perform drill-down and roll-up searches in a data warehouse

13 15 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attribute Hierarchies (continued)

13 16 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Attribute Hierarchies (continued)

13 17 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Star Schema Representation Each dimension record is related to thousands of fact records Facilitates data retrieval functions

13 18 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Star Schema Representation (continued)