Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Script calculations or Set analysis?

Hi all,

I would like to know, as a best practice, which methodology is better?

to do all possible calculations in the script and create more calculated data tables in memory, or,

do the calculations using set analysis?

what are the trade-offs?

Thanks,

Boris

2 Replies
its_anandrjs

Try to create good data model for the application and follow one of the data modelling techniques like

Star Schema or Snowflake Schema, best is Star Schema.

Regards

Not applicable
Author

I am using a star schema, but still I have to use a lot of set analysis due to complex charts I need to calculate.

my questions is in terms of performance, what are the trade-offs in building more calculated tables in memory or doing the calculations in the set analysis?