Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Star or snowflake model

Hello, I will develop a bi with more than 100 reports and many data. In principle I started designing the model in star but I have doubts if snowflake is better? What do you think? On the other hand, you could have several pbix files with star model and others in snowflake not? Or you see a problem. Thanks a lot. A greeting

  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous 
    It is really depended on your data itself, you can say Snowflake is the extension of the star schema. Snowflake schema is easy to maintain, lessen the redundancy hence consumes less space but complex to design. Whereas star schema is simple to understand and design, uses less number of joins and simple queries but have some issues such as data redundancy and integrity.


    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

4 Replies

  • Hi Anonymous 

     

    Once you have your model ready (preferably in Star), you can run several reports on it. Start schema has been most efficient. 

     

    Appreciate your Kudos!

     

    If I solve your problem, please accept this as a Solution

     

    Add me on Linked In , Visit my blog vizcube.biz
    Subscribe to my youtube channel 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Quite often is a matter of data. Sometimes you can't reduce a model to a complete Star. Very often my models are snowflaked

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 
    It is really depended on your data itself, you can say Snowflake is the extension of the star schema. Snowflake schema is easy to maintain, lessen the redundancy hence consumes less space but complex to design. Whereas star schema is simple to understand and design, uses less number of joins and simple queries but have some issues such as data redundancy and integrity.


    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.