Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Avoid reloading a qvd

Hi,

I am using incremental loads for one of my qvw but I also load a qvd while performing the incremental loads which has more than 100M records. Is there a way, I can avoid loading the qvd evrytime I run the incrementals and somehow concatenate my new table to the exisitng qvd. Curretnly it takes a long time to reload the qvd

Please advise

7 Replies
danielrozental
Master II
Master II

You should look into optimizing the QVD load so it takes only a few seconds to load.

Not applicable
Author

Hi Daniel,

Can you advise how would I optimize my qvd.

danielrozental
Master II
Master II

Sure, post your load script and I will

martin59
Specialist II
Specialist II

Hi,

To optimize your QVD load time, you can split it in multiple QVDs. One by YearMonth for example.

And if you can have some update on the last 2 months, you just have to load the 3 last QVDs.

Hope that helps you.

Martin Favier

Not applicable
Author

I have only 3 days worth of data.. but it is a huge table with around 100M

danielrozental
Master II
Master II

Please post your script.

martin59
Specialist II
Specialist II

Could you post your script please ?

Martin Favier