Star Schema | Snowflake Schema |
De-Normalized Data Structure | Normalized Data Structure |
Category wise Single Dimension Table | Dimension table split into many pieces |
More data dependency and redundancy | less data dependency and No redundancy |
No need to use complicated join | Complicated Join |
Query Results Faster | Some delay in Query Processing |
No Parent Table | It May contain Parent Table |
Simple DB Structure | Complicated DB Structure |
Search this blog
Showing posts with label Snowflake schema. Show all posts
Showing posts with label Snowflake schema. Show all posts
Monday, June 28, 2010
Difference Between Star Schema and Snowflake Schema
Saturday, June 19, 2010
BI: Dimensional Model - Snowflake schema architecture
Snowflake schema architecture is a more complex variation of a star schema design. The main difference is that dimensional tables in a snowflake schema are normalized, so they have a typical relational database design.
Subscribe to:
Posts (Atom)

