The Snowflake Schema gets its name from an extra layer or layers of dimension tables which are NOT directly related to the fact table. The extra layers make the star look more like a “Snowflake” ...
The Snowflake model uses normalised data, which means that the data is organised inside the database in order to eliminate redundancy and thus helps to reduce the amount of data. The hierarchy of the ...
Ok so I was talking to someone about this and they were saying they were using a snowflake schema for this pattern. Now I'm new to data warehouse architecture, that is something I am looking to expand ...