an overview of data warehousing and olap technology › dbsystems › lectures ›...

14
Prabhjot Singh

Upload: others

Post on 06-Jul-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Prabhjot Singh

Page 2: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Data Warehousing and OLAP

Architecture of DW

Backend Tools and Utilities

Conceptual Model and Front End Operations

Database Design Methodology

Warehouse Servers

Metadata and Warehouse Management

Page 3: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Integrate Data

Multiple Heterogeneous Sources

Support Analytical Reporting

Decision Making

Page 4: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

On-line Analytical Processing

Use DW data to analyze information

Data divided into cubes

Numeric Facts – Measures

Categorized by Dimensions

Page 5: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities
Page 6: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities
Page 7: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Data Cleaning/Transforming

Loading – Full and Incremental Load

Refreshing – Updates in Source Data

Page 8: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Multidimensional data model (Cube)

Pivoting

Rollup

Drill Down

Slice and Dice

Page 9: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities
Page 10: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Star Schema – Single Fact Table and Single Table for each dimension

Page 11: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Snowflake Schema – Refinement of Star, dimension tables are normalized.

Page 12: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Basis for

comparison

ROLAP MOLAP

Storage & Fetched

Data stored and fetched from main data warehouse.

Data stored and fetched from the MDDBs.

Data Form Relational tables. Large multidimensional array made of data cubes.

Data volumes

Large data volumes. Limited summaries data is kept in MDDBs.

View Creates a multidimensional view of data dynamically.

Already stores the static multidimensional view of data in MDDBs.

Access Slow access. Faster access.

Page 13: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Types of Metadata: • Administrative Metadata

• Business Metadata

• Operational Metadata

Metadata Repository • Store and Manage

• Share among tools

Page 14: An Overview of Data Warehousing and OLAP Technology › dbsystems › Lectures › AnOverviewofData... · Data Warehousing and OLAP Architecture of DW Backend Tools and Utilities

Thank You!