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

Efficiency of large app on QMC

hi folks,

I have an app which is currently taking around 3 hours to run on the server. It does handle a large set of data so is to be expected but I would like to try and tune it to get the time down

The main purpose of the app is to calculate some expressions at a segment level so that we can use this for monthly trend as the size of the data we currently have in the dashboard is too large to have multiple months. So we include the current month plus aggregated old months so that users can see trends.

I have to load about 30 million client records and then calculate %'s at a grouped level so that these can be stored and loaded into the main dashboard

There are around 25 fields which we need to calculate the metric on.

I am using the SUM function and the GROUP BY to perform these metrics.

Is this the most efficient way to calculate percentages on large amounts of data?

Cannot post a QVW due to privacy 🙂

 

 

1 Reply
zhadrakas
Specialist II
Specialist II

this was very helpful for me to improve the load time of Group By Statements:
https://community.qlik.com/t5/QlikView-Documents/Optimize-Group-By-Performance/ta-p/1481470

regards
tim