4.Explain Snowflkeschema ?

Answer Posted / prodyot sarkar

A snowflake schema is a variation on the star schema, in which very large dimension tables are normalized into multiple tables. Dimensions with hierarchies can be decomposed into a snowflake structure when you want to avoid joins to big dimension tables when you are using an aggregate of the fact table. For example, if you have brand information that you want to separate out from a product dimension table, you can create a brand snowflake that consists of a single row for each brand and that contains significantly fewer rows than the product dimension table.

Advantages of Using the Snowflake Schema
i)in some cases may improve performance because smaller tables are joined,
ii)is easier to maintain
iii)increases flexibility.

Disadvantages of Using the Snowflake Schema
i)increases the number of tables an end-user must work with
ii)makes the queries much more difficult to create because more tables need to be joined.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between view filter and report filter?

583


What are data modeling and data mining? Where it will be used?

554


What are the advantages and disadvantages of using stored procedures versus calling sql inline in cold fusion?

581


does anyone "QlikView" BI tool. if you have any docs send me pls. yaparas84@gmail.com

5480


What is normalization, first normal form, second normal form, third normal form?

548






What is Star Schema?

657


What are templates in which way it is help full?

591


What is the difference between metadata and data dictionary?

598


How do we design a universe?

527


What we will do with the universe for faster process?

586


How can we determine what records to extract?

605


What is the difference between star and snowflake schemas?

614


What is data stream and data adaopter. Is it same are different? Explain?

506


How to stop a batch?

559


What is surrogate key? Explain with examples.

617