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

can incremental load work together with QVS automated reload

Hi, in the white paper "How qlikTech uses QlickView - Salesforce.com.pdf ( download url is http://www.qlik.com/us/~/media/Files/resource-library/global-us/direct/datasheets/DS-QlikView-for-Sa... ) , it states that qliktech uses code to do a full data reload;this code is in addition to the code to do incremental loads (pg 9). I think the less coding the better, and wonder why they didn't just schedule the QV server to do the full reload?

2 Replies
Not applicable
Author

To reduce the loading time

Not applicable
Author

Rajnigupta; were you saying that the reason they used code to do a FULL reload instead of using QV server to do a full reload is because the code is faster? The code they used was:

<tablename>:

SQL SELECT Id,

FROM <tablename>;;

Store <tablename> into $(vQVDPath)<tablename>.qvd;

Drop Table <tablename>;

Thanks.