Dylan’s BI Study Notes

My notes about Business Intelligence, Data Warehousing, OLAP, and Master Data Management

  • About me

    I am a senior development manager working for Oracle BI Applications development. My job involves the common area, including data warehouse modeling and dimension conformance. I was involved in Oracle E-Business Suite Financial Architecture, Oracle Customer Hub, and Oracle Fusion Projects product development in the past. Disclaimer: Opinions expressed in this blog are entirely my own and do not reflect the position of Oracle.
  • Blog Stats

    • 125,390 hits
  • My Tags

Archive for May, 2007

Aggregation for Data Warehouse, Part 4

Posted by Dylan Wan on May 30, 2007

I have briefly mentioned the various approaches of providing aggregation for data warehouse. This post describes the third approach of using the Materialized View (Oracle) or Automated Summary Table (AST, DB2) from the database system.  I will describe the Pro’s and Con’s of using this approach.

A materialized view, like a table or a view, is a database object. A materialized view can contain the results of a query. It enables you to have a very efficient data access to the pre-aggregated data. It also helps you to maintain such aggregated data by simply defining the query, like creating a database view. Read the rest of this entry »

Posted in BI, BI Work, Business Intelligence, DBI, Data Warehouse, Oracle | 1 Comment »

Aggregation for Data Warehouse, Part 3

Posted by Dylan Wan on May 1, 2007

This is my 3rd post related my series of postings on various techniques (see part 1) for providing aggregations in a data warehouse. I mentioned in part 2 that many ETL tools provide the support of creating, populating, and maintaining the aggregation tables. Today, I am describing the 2nd method - manually write the summarization process in a programming language. Read the rest of this entry »

Posted in BI, Business Intelligence, Data Warehouse, ETL | No Comments »