Star schema vs Snowflake schema |
|
|
Star and snowflake are most common types of dimensional modeling. Always a debating question in the data warehousing context is which one works better? You will here arguments favouring both sides, however the question is incomplete without mentioning the system/business. The decision whether to employ a star schema or a snowflake schema should consider the relative strengths of the database platform in question and the query tool to be employed. Star SchemasThe star schema is the simplest data warehouse schema. It is called a star schema because the diagram resembles a star, with points radiating from a center. The center of the star consists of one or more fact tables and the points of the star are the dimension tables. Snowflake SchemaThe snowflake schema is a variation of the star schema used in a data warehouse. The snowflake schema (sometimes callled snowflake join schema) is a more complex schema than the star schema because the tables which describe the dimensions are normalized. Star vs Snowflake
|
Free tutorials on fundamental concepts of business intelligence and data warehousing: