Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what are the optimization technique in datamodel and UI level
Hi ,
Check this,
http://www.quickintelligence.co.uk/qlikview-optimised-qvd-loads/
&
1. Don't use conditions on the QVD's like where and exists
2. Don't add an extra column's to the QVD's.
3. Don't use Joins, concatenate and Keeps rather than Joins you can use Apply map()
&
script level:
1)drop temp tables
2)use mapping if possible
3)try to avoid join
ui level:
1)write conditions instead of chart in script level it self
2)observe the memory consumption of charts to populate
Hope this helps,
-HirisH
you can find a lot of docs about optimization in the community, just use the search (upper right)
Best pratices documents which i have collected ... | Qlik Community
ashfaq's answer here
https://community.qlik.com/message/654730?_ga=1.141671610.963237119.1449325235#654730