If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Data in the Warehouse

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-10-04, 01:30
anand_dwsc anand_dwsc is offline
Registered User
 
Join Date: Mar 2004
Location: Chennai-India
Posts: 1
Data in the Warehouse

Hi all,

Can anybody explain me why the data in the data warehouse is in the denormalized form?

Thanks,
anand
Reply With Quote
  #2 (permalink)  
Old 03-10-04, 08:27
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
The reason that parts of the datawarehouse aren't normalized is that they serve functions that don't demand normalization and are often better served by other designs.

The staging area is typically not fully normalized because it pulls from the various source systems, and it is usually a compromise between the actual warehouse architechture and the source architecture.

The atomic area of the warehouse is normally third normal form, with a few possible exceptions that are driven by business needs.

The rollup area of the warehouse is intended to present data as the users need it. This is modeled heavily on the business needs of the users, so it is often non-normalized to make queries faster and simpler.

Data Marts are sometimes considered part of the warehouse. They exist solely to serve a specific business need. There is little if any normalization in a Data Mart.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On