Discuss the advantages & Disadvantages of star & snowflake
schema?

Answers were Sorted based on User's Feedback



Discuss the advantages & Disadvantages of star & snowflake schema?..

Answer / alhad kulkarni

The question is Advantages and Disadvantages, not What is
Star or Snowflake.
Star Adv: Reduced Joins, Faster Query Operation.
Snow Adv: Distributed data, Easier to obtain fact-less data
e.g. Orders Shipped across one Quarter.

Star DisAdv: Bigger table sizes, Too many rows in Fact Table
Snow DisAdv: More number of joins, Slower Query operation,

Is This Answer Correct ?    78 Yes 1 No

Discuss the advantages & Disadvantages of star & snowflake schema?..

Answer / ravi sadanand

Star Schema: It is fully denormalized schema.the diagram of
fact table with dimension tables resembles a star that's
why it is called star schema.All the dimensions will be in
2nd normal form.
Snow flow schema:In this all dimensions will be in
normalized form.that's why it is called normalized star
schema.For each attribut a seperate table will be
created.As there is a possibility for more number of
joins,obviously the performance will be degraded.

Is This Answer Correct ?    34 Yes 11 No

Discuss the advantages & Disadvantages of star & snowflake schema?..

Answer / susanta karmakar

Star Schema: A star schema is a specialized design that
consists of multiple dimension tables, which describe
aspects of a business, and one fact table, which contains
the facts about the business.For example, if you have a
mail-order business selling books, some dimension tables are
customers, books, catalogs, and fiscal years. The fact table
contains information about the books that are ordered from
each catalog by each customer during the fiscal year.

Is This Answer Correct ?    8 Yes 7 No

Discuss the advantages & Disadvantages of star & snowflake schema?..

Answer / hania

Star Schama : easy for users to understand, optimize navigation and more suitable for query processing, and works faster.

Disadvantages: Dimension table have greater rows, large fact table

Is This Answer Correct ?    2 Yes 2 No

Discuss the advantages & Disadvantages of star & snowflake schema?..

Answer / krishna

in starschema the fact is denormalised ...all dimension
tables are normalise..there will be primary foreignkey
relation ship between fact and dimension tables.
for better perfomance we use starschema when compare to
snow flake schema ..where fact table and dimension tables
are normalised...for every dimension table tthere will be a
look table ..we have to dig from top to bottom in the
snowflake schema.

Is This Answer Correct ?    18 Yes 28 No

Post New Answer

More Informatica Interview Questions

Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?

0 Answers  


Can you use the maping parameters or variables created in one maping into any other reusable transformation?

1 Answers  


wat are deployement groups in informatica, how it will be used for developers

0 Answers  


Explain lookup transformation in informatica

0 Answers   Informatica,


what is target load plan

2 Answers   Cap Gemini,






What is A cache?

2 Answers  


How can we create index after completion of load process?

0 Answers  


If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?

2 Answers  


in which situations do u go for scds ?

3 Answers   TCS,


What is an unconnected transformation?

0 Answers   Informatica,


Flat file heaving 1 lack records and I want to push 52000 records to the target?

7 Answers  


Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.

1 Answers  


Categories