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

How to minimize the reload task time in qliksense

Can you chime your advises on minimizing the reload task time in qliksense.  I would like to find out the bottle necks and fix it.  Please advise.  Environment is Feb 2019 (qliksense).

2 Replies
crusader_
Partner - Specialist
Partner - Specialist

Hi,

First of all, analyze your script to identify which operations take time the most (very good tool Script Log Analyzer - developed by @rwunderlich could be found here as well as Document Analyzer (QV or QS) to see what fields/tables are actually in use.

Depending on results split your big problem into small chunks and solve them one by one... In some cases it worth to review the whole logic implemented in script.

Hope this helps.

//Andrei

JordyWegman
Partner - Master
Partner - Master

Hi,

Also check for optimized loads that are not optimized now. To keep your optimized load you can only do a where exists or a rename of a field.

Jordy

Climber

Work smarter, not harder