Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is performance tuning in qlikview project?

Hi,

    Anyone please tell me.

Regards

Devi

5 Replies
Anonymous
Not applicable
Author

Try read these links and also give more details when you post questions

Improving Qlikview Load Performance

QlikView Performance Monitoring

Qlikview performance

vardhancse
Specialist III
Specialist III

DB->QVD

Scheduling the task for reload

jagan
Luminary Alumni
Luminary Alumni

Hi,

Performance tuning means simply reducing the loading time of the charts and Dashboard loading time.  Performance tuning in Qlikview is done at various stages, ie.,in front end and backend of the qlikview application.

Backend:

Do all the required calculations in the script itself.

Load only required data, for example if you are using only last 5 years data filter it out when you are loading data.

Load only required columns and tables so that Qlikview file size would be reduced.

If you are loading same tables in multiple dashboards then for the instance load from database and store it in QVDs and in other Dashboards load from QVD.

Frontend:

Use Set Analysis as much as possible.

Don't display all charts in a single sheet or provide buttons to show and hide the charts.

Don't display huge data in Tables, restrict user to do some selections so that the data would be reduced and load the table faster.

Limit the calculations in front end and move it to scripting.

Hope this helps you.

Regards,

Jagan.

Not applicable
Author

helpful, thanks

vinod22kv
Creator
Creator

Thank its very helpfull