Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalgoud
Creator III
Creator III

How to Devide One Big Qvw into 2 small Qvws, to get the better performance..?

Hi experts ,

My application size is around 3 GB , very slow response while working with full data , and even my application users are facing problem with slow response , they are asking for better response Qvw.

we have 2 Different types of data in our Application , and we Want to divide the total app into 2 small apps with navigation from one Qvw to another Qvw , so that we will get some better performance in the UI selections..

Please guide me  , how to maintain separate scripts  for each Qvw ,and how to form the NAvigation between 2 Qvw files.

urgent requirement , please respond if Know the Process...

thanks is Advance..

Regards

Vishal..

3 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi Vishal,

Performance may depends on various aspects

Data :

Reduce the data as much as possible, comment/drop unused fields in the Dashboard, so that the size of the file is reduced.

Reduce the number of rows, suppose if you dashboard is having 20 years of data, check with users whether they really going to use all the data for analysis, if not limit to last 5 years data.

If you are not using time part in Dashboard for analysis remove the time from date fields.

If you are having floating point numbers and if you are ignoring that then convert to integer, this will reduce the size.

Expressions:

Don't display all the records in the Straight/Pivot/Table box objects, restrict user to select some filters.

Use Set analysis in the expressions.

Don't use calculated dimensions.

Bring flags for calculation wherever possible.

Do all possible calculations in the scripting part, so that the charts loads faster.

Don't display all the charts in a single sheet, split it into multiple sheets or show/hide using buttons.

Hardware:

Since you are using 3GB Qlikview file, your system hardware should also be upto the mark, RAM and processors should be more for this.  If you are having very less configuration upgrade it.  Qlikview performs better if you have better hardware especially RAM.

Hope this helps you.

Regards,

Jagan.

vishalgoud
Creator III
Creator III
Author

Hi jagan Mohan,

thank you very much for your information , it is helpful..

we already Implemented almost all above tips, our ram size is 64 GB.

is it good plan to divide the application...? we are expecting a better performance after this , but don't know how to proceed for this, plz guide us to split the application as we are new to this kind of things...

ThanQ..

Regards,

Vishal.

jagan
Luminary Alumni
Luminary Alumni

Hi,

If the file size is reduced after your split definitely it will help you in

improving the performance.

Regards,

jagan.

On Tue, Apr 21, 2015 at 1:45 PM, vishal goud <qcwebmaster@qlikview.com>