Chapter 13 The Data Warehouse

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.
Data Warehousing M R BRAHMAM.
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.
13 Chapter 13 The Data Warehouse Hachim Haddouti.
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.
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,
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
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
Data Warehouse. Design DataWarehouse Key Design Considerations it is important to consider the intended purpose of the data warehouse or business intelligence.
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.
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?.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
CSE 5331/7331 F'071 CSE 5331/7331 Fall 2007 Dimensional Modeling Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist University.
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.
7 Copyright © 2006, Oracle. All rights reserved. Defining a Relational Dimensional Model.
Geographic Information Systems GIS Data Databases.
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
Decision Support System by Simulation Model (Ajarn Chat Chuchuen)
Chapter 13 Business Intelligence and Data Warehouses
Chapter 13 The Data Warehouse
Data Warehouse.
Databases & Data Warehouses
Chapter 13 – Data Warehousing
On-Line Analytical Processing (OLAP)
Implementing Data Models & Reports with Microsoft SQL Server
Data Mining Concept Description
Data Warehouse and OLAP
University of Houston-Clear Lake Kaiser Permanente San Jose
Database Connectivity and Web Development
Introduction of Week 9 Return assignment 5-2
Chapter 13 The Data Warehouse
Chapter 13 The Data Warehouse
Data Warehouse and OLAP
Geographic Information Systems
Presentation transcript:

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

Relational OLAP (continued) Database Systems: Design, Implementation, & Management, 7th 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 Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

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

Relational vs. Multidimensional OLAP Database Systems: Design, Implementation, & Management, 7th 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 Database Systems: Design, Implementation, & Management, 7th 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 Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

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

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

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

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

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

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

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

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

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

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

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