The Data Warehouse Environment. Agenda The Structure of the Data Warehouse Subject Orientation Day 1 – day n Phenomenon Granularity Partitioning as a.

Slides:



Advertisements
Similar presentations
Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex.
Advertisements

A framework for organising and financing infrastructure provision Jan-Eric Nilsson, VTI.
Chapter 7 Structuring System Process Requirements
Overview of Topics Ways to trade – sole trader, company, partnership, LLP... Tax driven indicators Overview of sole trade Overview of company Allowable.
1 DB2 Access Recording Services Auditing DB2 on z/OS with “DBARS” A product developed by Software Product Research.
Data Warehouse Architecture Sakthi Angappamudali Data Architect, The Oregon State University, Corvallis 16 th May, 2005.
Copyright © 2008 Accenture All Rights Reserved. Accenture, its logo, and High Performance Delivered are trademarks of Accenture. Andrew Stone Common Security.
Daniel E. O’Leary – copyright 2000 Technology Background and Review Daniel E. O’Leary University of Southern California c
The Data Warehouse Environment. The Structure of the Data Warehouse  There are different levels of detail in the data warehouse.  Older level of detail.
GPS Tracking & Inventory Management GPS Tracking & Inventory Management Presented by: Product Activation Group.
Introduction to Accounting Information Systems. Learning Objectives To appreciate the complex, dynamic environment in which accounting is practiced. To.
Ch3 Data Warehouse part2 Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
Examine Quality Assurance/Quality Control Documentation
Data Warehouse Concepts & Architecture.
Database Administration Chapter 16. Need for Databases  Data is used by different people, in different departments, for different reasons  Interpretation.
Defining Data Warehouse Concepts and Terminology.
Chapter 7 Database Auditing Models
Chapter 7 Structuring System Process Requirements
Variable & Variable Universal Life Insurance  Variable Life  Combined traditional whole life insurance with mutual fund type of investments 
Business Intelligence
Cloud Tiering The recovery of primary storage by tiering inactive data.
Christopher Jeffers August 2012
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
ESCOP ™ System Center Operations Portal Expanding SCOM 2007 Data Warehouse and ACS Function.
SAMANVITHA RAMAYANAM 18 TH FEBRUARY 2010 CPE 691 LAYERED APPLICATION.
ERP. What is ERP?  ERP stands for: Enterprise Resource Planning systems  This is what it does: attempts to integrate all data and processes of an organization.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 7 Database Auditing Models.
Organizational Structure and Controls Organizational structure specifies: –The firm’s formal reporting relationships, procedures, controls, and authority.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
2 Copyright © Oracle Corporation, All rights reserved. Defining Data Warehouse Concepts and Terminology.
Data Warehouse Prerequisites Familiarity with Microsoft SQL Server Familiarity with Microsoft SQL Server System Administration for Microsoft SQL Server.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
12/6/05 The Data Warehouse from William H. Inmon, Building the Data Warehouse (4 th ed)
Have you ever wondered what life insurance is and if you need it ?
Copyright  Oracle Corporation, All rights reserved. ® 11 i Overview of Cost Management.
7 Strategies for Extracting, Transforming, and Loading.
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Chapter 4 Logical & Physical Database Design
By N.Gopinath AP/CSE.  The data warehouse architecture is based on a relational database management system server that functions as the central repository.
The common structure and ISO 9001:2015 additions
System Design. System Design After analyzing the problem, you must decide how to approach the design. During.
Accounting Events.
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Programming Session 6 LBSC 690 Information Technology.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
A presentation by W H Inmon BIG DATA – A STRATEGIC PERSPECTIVE.
2 Copyright © 2006, Oracle. All rights reserved. Defining Data Warehouse Concepts and Terminology.
Identify & Prevent Duplicate Payments Presenter: Daniel Kimpton.
The Corporate modules included in the Basic system are the Company Manager, Organisation Editor, Grades Editor, Milestone Manager, License Manager and.
Monday, October 31, 2016 Page : 1 Project “TATWEER” L3 TRAINING - SD Session No #1 Topic – Enterprise Structure Date : 27 th June 2015.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
1 DB2 Access Recording Services Auditing DB2 on z/OS with “DBARS” A product developed by Software Product Research.
Concurrency Control Managing Hierarchies of Database Elements (18.6)
Data and Applications Security Developments and Directions
Chapter 13 Business Intelligence and Data Warehouses
Data warehouse and OLAP
Part I: Purchases and Cash Disbursements Procedures
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Architectural Roadmap
Transitioning Your Billing In-House
An Introduction to Data Warehousing
Data Warehouse.
Data and Applications Security Developments and Directions
Data and Applications Security Developments and Directions
Module 5 Strategic Enterprise Management and Reporting Tools
SO-Architectural Roadmap
CHAPTER 5 THE DATA RESOURCE
Partner Facing Demo.
Data Warehouse and OLAP Technology
Database management systems
Presentation transcript:

The Data Warehouse Environment

Agenda The Structure of the Data Warehouse Subject Orientation Day 1 – day n Phenomenon Granularity Partitioning as a Design Approach Structuring data in the Data Warehouse Data Warehouse: The Standard Manual Auditing and the Data Warehouse Cost Justification

The Structure of the Data Warehouse Older level of detail Current level of detail A level of lightly summarized data A level of highly summarized data

Subject Orientation The data warehouse is oriented to the major subject areas of the corporation that have been defined in the high-level corporate data model. Typical subject areas include the following: –Customer –Product –Transaction or activity –Policy –Claim –Account

Day 1 – Day n Phenomenon

Granularity The single most important aspect of design of a data warehouse is the issue of granularity Indeed, the issue of granularity permeates the entire architecture that surrounds the data warehouse environment. Granularity refers to the level of detail or summarization of the units of data in the data warehouse. The more detail there is, the lower the level of granularity The less detail there is, the higher the level of granularity

Partitioning as a Design Approach A second major design issue of data in the warehouse (after that of granularity) is that of partitioning Partitioning of data refers to the breakup of data into separate physical units that can be handled independently. Proper partitioning can benefit the data warehouse in several ways: –Loading data –Accessing data –Archiving data –Deleting data –Monitoring data –Storing data Partitioning data properly allows data to grow and to be managed. Not partitioning data properly does not allow data to be managed or to grow gracefully

Partitioning of Data The purpose of partitioning of current detail data is to break data up into small, manageable physical units. Below is some of the tasks that cannot easily be performed when data resides in large physical units: –Restructuring –Indexing –Sequential Scanning, if needed –Reorganization –Recovery –Monitoring

Partitioning of data (cont’d) Data can be divided by many criteria, such as: –By date –By line of business –By geography –By organizational unit –By all of the above The choice of partitioning data are strictly up to the developer. As an example of how a life insurance company may choose to partition its data, consider the following physical units of data: 2000 health claims, 2001 health claims, 2002 health claims 1999 life claims, 2000 life claims, 2001 life claims, 2002 life claims 2000 casuality claims, 2001 casuality claims, 2002 casuality claims The insurance company has used the criteria of date, that is, year – and type of claim to partition the data

Partitioning of data (cont’d) Partitioning can be done in many ways: –Partition at the system level –Partition at the application level As a rule, it makes sense to partition data warehouse data at the application level

Structuring data in the Data Warehouse There are many more ways to structure data within the data warehouse. The most common are these: –Simple cumulative –Rolling summary –Simple direct –Continuous

Structuring data in the Data Warehouse (cont’d)