Can Snowflake schema be used in OLTP?
Page 1 of 1 • Share •
Can Snowflake schema be used in OLTP?
As in Star schema dimensional data is denormalized whereas in snow flake dimensional tables are normalized basing on business requirements.
In OLTP data is stored in normalised form.
Therefore is it possible to implement snowflake schema in OLTP environment? Yes or No? Justify.
In OLTP data is stored in normalised form.
Therefore is it possible to implement snowflake schema in OLTP environment? Yes or No? Justify.
debdw- Posts: 1
Join date: 2012-05-20
Re: Can Snowflake schema be used in OLTP?
This question makes no sense. You either are building an OLTP data model or a dimensional model. Snowflaking a dimensional model doesn't make it an OLTP model.

BoxesAndLines- Posts: 863
Join date: 2009-02-03
Location: USA
Re: Can Snowflake schema be used in OLTP?
Why stop at a snowflaked model? Why not implement a star schema as a OLTP model? But, in the end, like BnL says, just because a DM is snowflaked, doesn't make it a OLTP. It's how you use it that will determine if it's OLTP.
TheNJDevil- Posts: 45
Join date: 2011-03-01
Re: Can Snowflake schema be used in OLTP?
Like the other posters have said it depends on what you are using it for.
Consider a budget application. You need all this financial information rolled up along a variety of levels. A normalized model for that would not perform very well, but a star schema that can be updated handles this sort of need nicely.
The same would be true for a forecasting system for products.
Consider a budget application. You need all this financial information rolled up along a variety of levels. A normalized model for that would not perform very well, but a star schema that can be updated handles this sort of need nicely.
The same would be true for a forecasting system for products.

craigbert- Posts: 1
Join date: 2012-05-21
Location: Texas

Similar topics» Can Snowflake schema be used in OLTP?
» Only way to pull data from star/snowflake schema is by using facts?
» Why not snowflake if the aggregate dimension is needed for a different fact table?
» How to handle a change in the child dimension in snow-flake schema?
» Advice on relationships between Type 2 SCDs ?
» Only way to pull data from star/snowflake schema is by using facts?
» Why not snowflake if the aggregate dimension is needed for a different fact table?
» How to handle a change in the child dimension in snow-flake schema?
» Advice on relationships between Type 2 SCDs ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum