Fact table is in normalized or de-normalized form?

Answer

From the point of relational database design theory, dimension tables are usually in 2NF and fact tables anywhere between 2NF and 6NF.

However, dimensional modelling is a methodology unto itself, tailored to:

    one use case, namely reporting

    mostly one basic type (pattern) of a query

    one main user category -- business analyst, or similar

    row-store RDBMS like Oracle, SQl Server, Postgres ...

    one independently controlled load/update process (ETL); all other clients are read-only

There are other DW design methodologies out there, like

    Inmon's -- data structure driven

    Data Vault -- data structure driven

    Anchor modelling -- schema evolution driven

The main thing is not to mix-up database design theory with specific design methodology. You may look at a certain methodology through database design theory perspective, but have to study each methodology separately.

All data warehouse Questions

Ask your interview questions on data-warehouse

Write Your comment or Questions if you want the answers on data-warehouse from data-warehouse Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---