We are all in the gutter, but some of us are looking at the stars
--Oscar Wilde
Dimensional modeling, explained by Ralph Kimball, provides industry specific
techniques to ensure that:
- The number of rows in the dimension tables is small. The row
size can be large, row size is the sum of bytes stored for all
the attributes in a row;
- The row size of the fact table is small. The number of rows
can be large, use range partitioning for fact tables with very
large row counts.
The star schema thus created …
[Read more]