Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the main difference between schema in rdbms and schemas in datawarehouse?

1157


what is the synchonus? wht is the diff between synchronous and asynchronous what is the diff between v1 and v2 v3 delta modes in sap ecc

2543


Why facts table is useful in representing the data?

1050


What are the differences between star and snowflake schema?

1181


What is the difference between olap and datawarehosue?

1008


What are the steps to build the datawarehouse?

1087


What are snapshots? What are materialized views & where do we use them?

1099


Define data warehouse?

1100


What is recovering sessions?

998


Explain why dimenstion tables are denormalized in nature?

973


I know of using applysimple, but there are other ways too?

995


Suppose a null dataset with 10 variables; I want to print only name of the varibales in log window and also output window. How can we do this one?

1031


Which columns go to the fact table and which columns go the dimension table?

1022


What is a view as it relates to system modeling?

1031


Explain how to get the first 100 rows from the flat file into the target?

1028