Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Preferred Underlying Data model

Hi All,

What is the preferred data model to be used in qlikview? 

Is it better to have normalized table or de-normalized (star schema or snow-flake schema).

1 Reply
Miguel_Angel_Baeyens

Hi,

Always when possible star schema. Generally speaking it better to have bigger tables with less hops bewteen them rather than lots of small tables with lots of hops between them. Denormalization is quite usual in this cases.

Hope that helps.

Miguel