Business Intelligence Tutorial

Lesson 1. About data warehousing

In this section, you will obtain an overview of data warehousing and the data warehousing tasks in this tutorial.


What is data warehousing?

The systems that contain operational data--the data that runs the daily transactions of your business--contain information that is useful to business analysts. For example, analysts can use information about which products were sold in which regions at which time of year to look for anomalies or to project future sales. However, there are several problems if analysts access the operational data directly:

Data warehousing solves these problems. In data warehousing, you create stores of informational data--data that is extracted from the operational data and then transformed for end- user decision making. For example, a data warehousing tool might copy all the sales data from the operational database, perform calculations to summarize the data, and write the summarized data to a separate database from the operational data. End users can query the separate database (the warehouse) without impacting the operational databases.


Lesson overview

DB2 Universal Database offers the Data Warehouse Center, a DB2 component that automates warehouse processing. You can use the Data Warehouse Center to define which data to include in the warehouse. Then, you can use the Data Warehouse Center to automatically schedule refreshes of the data in the warehouse.

This tutorial covers the most common tasks that are required to set up a warehouse.

In this tutorial, you will:


[ Top of Page | Previous Page | Next Page ]