Chapter 13 The Data Warehouse

Slides:



Advertisements
Similar presentations
Database Administration
Advertisements

Chapter 13 The Data Warehouse
Accessing Organizational Information—Data Warehouse
Chapter 13 The Data Warehouse.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved. 8-1 BUSINESS DRIVEN TECHNOLOGY Chapter Eight: Viewing and Protecting Organizational.
Dimensional Modeling Business Intelligence Solutions.
Introduction to Data Warehouse and Data Mining MIS 2502 Data Analytics
Chapter 13 Business Intelligence and Data Warehouses
Database Systems: Design, Implementation, and Management Tenth Edition
Chapter 2 Data Models 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.
Chapter 12 The Data Warehouse
Chapter 6 Database Design
Distributed Database Management Systems
Manajemen Basis Data Pertemuan 8 Matakuliah: M0264/Manajemen Basis Data Tahun: 2008.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Administration
15 1 Chapter 15 Database Administration Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
15 1 Chapter 15 Database Administration Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
13 Chapter 13 The Data Warehouse Hachim Haddouti.
Chapter 9 Database Design
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,
CHAPTER 08 Accessing Organizational Information – Data Warehouse
ITEC 3220A Using and Designing Database Systems
Chapter 13 The Data Warehouse
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
2 1 Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Data Warehouse & Data Mining
2 1 Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
9/14/2012ISC329 Isabelle Bichindaritz1 Database System Life Cycle.
Datawarehouse Objectives
Database Administration
Fundamentals, Design, and Implementation, 9/e by David M. Kroenke Lecture 23: Sharing Enterprise Data Chapter 15 BSA206 Database Management Systems.
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
13 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
Fundamentals of Information Systems, Seventh Edition 1 Chapter 3 Data Centers, and Business Intelligence.
15 1 Chapter 15 Database Administration Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Learning Objectives.
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.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 13 Business Intelligence and Data Warehouses.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
12 1 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 12.4 Online Analytical Processing OLAP creates an advanced data.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 17 Sharing Enterprise Data.
1 Copyright © Oracle Corporation, All rights reserved. Business Intelligence and Data Warehousing.
SQL Server Analysis Services Understanding Unified Dimension Model (UDM)
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
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.
Enterprise Resource Planning System & Data Warehousing Implementation.
James A. Senn’s Information Technology, 3rd Edition
Advanced Applied IT for Business 2
Chapter 13 Business Intelligence and Data Warehouses
Chapter 13 The Data Warehouse
ITD1312 Database Principles Chapter 5: Physical Database Design
Chapter 6 Database Design
Data Warehouse.
Chapter 13 – Data Warehousing
Chapter 4 Entity Relationship (ER) Modeling
Database Connectivity and Web Development
Introduction of Week 9 Return assignment 5-2
Database Administration
Chapter 13 The Data Warehouse
Chapter 13 The Data Warehouse
Data Warehouse.
Database Administration
Presentation transcript:

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

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

Star Schema Performance-Improving Techniques Four techniques to optimize data warehouse design are: Normalizing dimensional tables Maintaining multiple fact tables to represent different aggregation levels Denormalizing fact tables Partitioning and replicating tables Achieve semantic simplicity and facilitate end-user navigation through the dimensions Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Star Schema Performance-Improving Techniques (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Star Schema Performance-Improving Techniques (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Star Schema Performance-Improving Techniques (continued) Denormalizing fact tables improves data access performance and save data storage space Partitioning splits table into subsets of rows or columns Replication makes copy of table and places it in different location Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Implementing a Data Warehouse Numerous constraints, including: Available funding Management’s view of role played by an IS department and of extent and depth of information requirements Corporate culture No single formula can describe perfect data warehouse development Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

The Data Warehouse as an Active Decision Support Framework Data warehouse is not static database It is dynamic framework for decision support that is always a work in progress Data warehouse is critical component of modern DSS, but it is not the only critical component Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

A Company-Wide Effort That Requires User Involvement Data warehouse data cross departmental lines and geographical boundaries Building a data warehouse requires the designer: Involve end users in process Secure end users’ commitment from beginning Create continuous end-user feedback Manage end-user expectations Establish procedures for conflict resolution Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Satisfy the Trilogy: Data, Analysis, and Users Data warehouse designer must satisfy: Data integration and loading criteria Data analysis capabilities with acceptable query performance End-user data analysis needs Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

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

Data Mining Data mining tools do the following: Analyze data Uncover problems or opportunities hidden in data relationships Form computer models based on their findings Use models to predict business behavior Require minimal end-user intervention Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

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

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