-------What are the Adv of Star Schema and Snow Flake
Schema?
Answer Posted / vishwamitra
# 1 StarSchema Advantage: Slicing down,performance increase
and
easy to understand the data.
# 2 Star Schema:
Definition: The 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.
A single Fact table (center of the star) surrounded by
multiple dimensional tables(the points of the star).
Advantages:
Simplest DW schema
Easy to understand
Easy to Navigate between the tables due to less number of
joins.
Most suitable for Query processing
Disadvantages:
Occupies more space
Highly Denormalized
Snowflake schema:
Definition: A Snowflake schema is a Data warehouse Schema
which consists of a single Fact table and multiple
dimensional tables. These Dimensional tables are
normalized.A variant of the star schema where each
dimension can have its own dimensions.
Advantages:
These tables are easier to maintain
Saves the storage space.
Disadvantages:
Due to large number of joins it is complex to navigate
Starflake schema - Hybrid structure that contains a mixture
of (denormalized) STAR and (normalized) SNOWFLAKE schemas
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is defined as Cognos Impromptu?
How do we drill through from a powerplay cube to reportnet?\
What are types of batch available in cognos?
What is the difference between Section and Section using Master/Detail in Cognos 8 Report Studio? I tried these both options many times on lists and crosstabs, but dint find any difference. So please give the answer in detail with example.
What are cognos connection initial page components?
When we save a report in report studio with what extn it save?
what are the migration tools available in the market with respect to cognos such as impromptu reports are migrated to cognos reportnet?
Can you explain cognos planning?
Give me any example of semi and non additive measures?
what is the main advantage of impromptu over cognos reportnet?
What is meant by alternate drill down with ex?
A product manager is analysing the sales made for each product, he has requested a report containing data for specific products. To do this we will create a report that includes a prompt page that filters on specific products within specific product subcategory and category.
What do you understand by the term 'aggregate cache'?
What is metric store database?
--------------Explain Table of contents?