Discuss the advantages & Disadvantages of star & snowflake
schema?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to use a client with different version than that of its Informatica server?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
What are the uses of etl tools?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
How to load data in informatica ?
How do you load only null records into target?
What do you understand by a term domain?
How to load the data from a flat file into the target where the source flat file name changes daily?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
What are the designer tools for creating transformations?
What are the different transaction levels available in transaction control transformation?
Reusable transformation and shortcut differences
can anyone suggest best free Talend data integration training online
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?