JesseBethke.com
Divulgences into Web Design, Application Development, and Ponderings of Interest

Calendar

May 2008
Sun Mon Tue Wed Thu Fri Sat
« Mar    
 123
45678910
11121314151617
18192021222324
25262728293031

Meta

Archive for May, 2008

Automatic Population of the Time Dimension for an OLAP Cube

Saturday, May 24th, 2008

An OLAP cube is a data structure that organizes data in a fashion that promotes end-user driven adhoc reporting. Many front end utilities exist to allow users to manipulate the cube by slicing the data by dimensions, drilling through layers of granularity, and pulling out the measures they want.

One of the most common dimensions for an OLAP cube is the time dimension. The time dimension allows the user to aggregate data based on, well dimensions of time. For instance, you may report data on a daily, weekly, or monthly basis.

(more…)