QlikView script resources
My previous post was about little tool which is capable to show and export CPU and RAM usage of a specific Windows process. I’ve used this tool to grab resource usage of QlikView during reload. Combining the exported csv file and QlikView log file I was able to build qvw file that shows resources per script part. So I was able to see which script part(s) grab the most of resources and try to optimize it. ...