Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
sifatnabil
Specialist
Specialist

Continuous Reload on QVD

Hi all,

I know continuous reload on big data sets can cause issues, but how about if the qvw just continuously reloads a QVD that is approximately 5k rows max? Would it cause any issues?

4 Replies
swuehl
MVP
MVP

This QVD needs to be updated from time to time (otherwise a  continuous reload wouldn't make much sense).

You need to take care that the QVD reader / writer processes don't lock each other, which will probably result in a script error.

sifatnabil
Specialist
Specialist
Author

Thanks - how do I ensure they don't lock each other though? One qvw will be writing to the QVD, and the other one reading from it.

Also, do you see any performance issues with this? Thanks.

Anonymous
Not applicable

Is the QVD used by anything else ?

If not. then why not eliminate the QVD generator & QVD and simply load the dashboard QVD directly from the data source ?

I'd also suggest putting at Sleep(10000), or whatever value you want, in the script to prevent your data source being continuously stressed.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

But one Reload Engine will be allocated for good.