Forum Discussion
Syndicate_Admin
Administrator
3 years agoConvert mademade table columns to dimension table.
Good I have an order table which has approximately 60 columns. Applying the concept of normalization / denormalization, what I intend is to separate the different columns into several dimension ...
DataVitalizer
Super User
3 years agoHi Syndicate_Admin
The recommended approach is to duplictae the Fact table to create separate dimension tables, from the fact table remove the columns used in Dimension tablels and keep only those which can be used as foreign keys to keep the link between them.
Most of time dimension tables don't get updated frequently, in this case I could create static Dimension tables instead of duplicating the Fact one many times, depends on your use case.
Did it work ? Mark it as a solution to help spreading knowledge
Was this exchange helpful? A kudos 👍 would be appreciated