Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

Reload time

Hi experts,

Let us assume My QVD reload time is  1 hours now i want reduce that time without using the filter conditions and resident table how we can get it?

6 Replies
its_anandrjs

What is the format of your reload time.

Regard,
Anand

prabhas277
Creator
Creator
Author

hi

started at 09:23:15 and ended at 10:29:15 ..

Not applicable

Hi prabhas

When you add any condition in the where statement of qvd it is not optimized anymore so reload is slow. The only solution is to load qvd without conditions (optimized). also can you please kindly write your example that you are writing in your code it help us to fix up this issue.

Hope this helps

rajeshvaswani77
Specialist III
Specialist III

Please use optimized load. Refer below link for details.

https://community.qlik.com/thread/46072

thanks,

Rajesh Vaswani

its_anandrjs

Hi,

Better way is first load the QVD as normal from the data base like reading Raw Data and make QVD. After this do the transformation and other filter selection in the QVD that will reduce the load time also it is more convenient to you to use this QVD. And if the qvd reading raw data from the source data it will take time depends on your data base rows.

Regards,

Anand

rajeshvaswani77
Specialist III
Specialist III

Also, you can check. If you do not need all the data. Then read only required rows. Like say if you have transaction data for various Years, you need only current and previous years data. Then you must limit yourself to read only the current and previous years data. This will bring down the load times. However it depends on your context as well.

thanks,

Rajesh Vaswani