Forum Discussion
Star or snowflake model
- Anonymous6 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.
Anonymous , Power Bi recommend Star Schema. Any DW/BI system will prefer that. But Snowflake will work.
refer
https://docs.microsoft.com/en-us/power-bi/guidance/
https://docs.microsoft.com/en-us/power-bi/guidance/star-schema