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: 
gkcchowdary
Creator
Creator

what is main difference partial reload and incremental load?

hi what is main differenace between partial and incremental load with any example in incremental load

3 Replies
prma7799
Master III
Master III

Hi,

Partial Reload - Partial Reload is used to Add a new table without reloading existing tables in Qlikview file and also we can replace the existing table in Qlikview file.

Suppose if you tables A and B already loaded into Qlikview file, then we can use Partial Reload to add Table C without reloading Tables A and B again.

Also you can replace existing table with new table.  Suppose if you Table A then during reload you can replace the Table A with new data.

Incremental Reload - It is used to reload only the modified/new records between the current and previous reload.

Or

What is the difference between Partial load and... | Qlik Community

HirisH_V7
Master
Master

Hi,

Partial reload executes a specific part of your sciprt, this can for example be used to refresh a certain table.

Incredemental reload is defined in the script to update certain tables incredementally, for example to add only new transactions to a transaction table.

Incremental reload is especially used to decrease the reload time, by for instance only loading new records from a data source instead of the complete table (which can be very big).

-hirish

HirisH