
Creator III
2019-04-04
01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Preceding Vs Resident Load
Hi
Can someone explain exact difference between preceding and resident load with example.
Like in which scenario we should use resident and in which preceding.
Thanks,
Villyee
1,882 Views
4 Replies

Partner - Master III
2019-04-04
02:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
they are similar in that you loading data you have in memory once more but preceding load is in most cases faster.
check below
https://community.qlik.com/t5/Qlik-Design-Blog/Preceding-Load/ba-p/1469534
also the code is much cleaner.
so basically use preceding load when you can.
note- there are other uses for resident load e.g. you load your table but you want a subset (columns/rows) in another table
check below
https://community.qlik.com/t5/Qlik-Design-Blog/Preceding-Load/ba-p/1469534
also the code is much cleaner.
so basically use preceding load when you can.
note- there are other uses for resident load e.g. you load your table but you want a subset (columns/rows) in another table

Creator III
2019-04-05
01:08 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please explain with scenario.
It means in which scenario we should use resident but not preceding.
It means in which scenario we should use resident but not preceding.
1,857 Views

Partner - Master III
2019-04-05
01:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you are loading table A with 5 columns. you want to check the value of a column and add flags as new columns.
you should use preceding load.
as i mentioned before
resident load e.g. you load your table but you want a subset (columns/rows) in another table
you should use preceding load.
as i mentioned before
resident load e.g. you load your table but you want a subset (columns/rows) in another table
1,854 Views

Contributor
2019-04-08
12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Preceding load faster than Resident load.
Go through Henric's Blog pos and commentss..
http://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load/TTRockStars
1,834 Views
