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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ankit1988
Contributor III
Contributor III

QlikView Application Otimization

 
Labels (1)
2 Replies
Adam_Romanowski
Partner - Creator
Partner - Creator

Could you please post the log of successfull reload? We must analyze whole process.

Or
MVP
MVP

The size of an app has nothing to do with how long it might take to run that app's script. Likewise, the data model is not helpful in this regard.

You've included a partial log of a failed run, so there's no way to see what takes the extra time during a successful run. However, it does look like the time is being spent reading data from your database. If that's the case, the way to optimize it would be to improve the queries, add indexes, etc. on the database side. I'd suggest taking it up with the database-side developers or DBA.