Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Performance tuning in QlikView?

Hi Experts,

What are the techniques used for Performance Tuning in QlikView?

Thanks in Advance,

Leela Madhav

5 Replies
swuehl
MVP
MVP

That's a pretty general question, are you looking for script or UI performance tuning?

Trying a general answer, too:

- Identify performance bottlenecks (don't try to optimize when there is no issue)

- Analyze, identify potential alternatives

- Implement alternatives and validate that performance is increased

To add some more concrete suggestions for best practices:

*** 6 Weeks in to QV Development, 30 Million Records QV Document and Help Needed!!! ****

Anonymous
Not applicable
Author

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.

Anonymous
Not applicable
Author

Thanks for information

Regards

Leela Madhav