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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how do we improve the performance of qvw application

I have a qvw application with almost 1 GB size and it grows as data grows and expected to reach 3 GB with hardware of 64 GB RAM and 16 cores

but the issue is users are experiencing delay in the qvw application when they are opening in access point

I have few question

1. where and how we can find how much memory my qvw is taking

2. what are the best practices to have better qvw performance

3. What all we shall consider at qmc level to improve the performance

4 Replies
mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie...

PFA..

Hope this will helps you..!!

Regards,

Mohammad

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hie...

PFA...

How we can find how much memory my qvw is taking

LET vFileSize = filesize('Path\nameofqvw.qvw');


Just substitute the path and name of your qvw in the above, either just view the value of the variable created or add it to a text object etc.

='File Size = ' & $(vFileSize) &'KB'



Hope this will helps you..!!

Regards,

Mohammad

Anonymous
Not applicable
Author

Hi,

Have a look:

performance Tuneing

Hope it will help!!

Anonymous
Not applicable
Author

Hi,

Please go through this link by this way you can find how much memory your QVW

Re: How to Determine the size of QVW from the document

Hope it help!!