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

Single Generator to create multiple QVDs

Hi All,

I have a generator that creates a single QVD with last five years of data and I have implimented incremental load in it.This generator loads everyday and it takes approx an hour.

Now objective is to reduce the load time.Plan is to create five different QVDs for each year and for the current year QVD only need to add incremental load.

Example:

DtKeyNameVal
20080101Jon100
20081231Jill200
20090101Jack300
20090101Jeff400
20091231Jean500
20100101Jenna600
20101231Jeanna700
20110101Jennifer800
20111231Jacob900
20120101Kelly100
20120102Mary200
20120103Matt900

Need to have 2008.QVD,2009.QVD,2010.QVD,2011.QVD and 2012.QVD.Only for 2012.QVD have to implement incremental load.

Can anyone suggest how can I create five different QVDs from a single resident table and only implement incremenatl load for current year QVD.Thanks...

2 Replies
kamalqlik
Partner - Specialist
Partner - Specialist

Ya Sure it can be done.You can just put the Condition in the script with the date filter so that different year data come in five QVD's and store them.

You can do something lyk this.

Load All fields

from QVD

Than use the year one by one as filter

and store thet QVD with it's year name one by one

regards

Kamal

jagan
Partner - Champion III
Partner - Champion III

Hi,

I think splitting single QVD into 5 QVDs doesn't help in improving performance.  Is your previous years data change?

If not load previous years into separate qvd for once and use that QVD without reloading everytime.  You just load the current year data.

Instead of loading all past and present data just load only the present data.

Hope this helps you.

Regards,

Jagan.