Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

what are sequential and parallel reloads?

Hi All,

Can any one help me to understand Sequential and Parallel Reloads in qlik?

Regards

Abhay

1 Solution

Accepted Solutions
tresesco
MVP
MVP

As the word suggest itself:

Sequential reload: multiple reload run one-after-another, i.e. - the second reload can only start when the first one is over.

Parallel reload: more than one reloads run simultaneously in the same system.

View solution in original post

5 Replies
tresesco
MVP
MVP

As the word suggest itself:

Sequential reload: multiple reload run one-after-another, i.e. - the second reload can only start when the first one is over.

Parallel reload: more than one reloads run simultaneously in the same system.

abhaysingh
Specialist II
Specialist II
Author

thanks tresesco, but i would like to understand the concept of it apart from it. with any example if possible

manojkulkarni
Partner - Specialist II
Partner - Specialist II

Sequential reload: As name suggests, load will one after other. eg: This will be more usefull when you need to make any operation or aggregate on already loaded data. So you next load is dependent on the previous one.

Parallel Load: You have different set of data present, where in there is dependency but load time is constraint. Then you go for parallel load to reduce the reload time of operation.

But I don't think you can do parallel load in single QVW application. It has to be from multiple applications.

tresesco
MVP
MVP

In server environment, you would get an option that lets you set maximum number (default - 4, I guess) of simultaneous application that can be reloaded (i.e- parallel reload). This is important, because if you allow too many application to be reloaded at the same time, the server resource might reach a bottle neck, would affect the performance negatively.

Hope this gives you an idea.

mithilesh17
Partner - Creator II
Partner - Creator II

Hi,

As far as I know dependency is there in sequential (one reload have to be completed before second i.e. second is dependent on first, there is an option in QMC as Dependency under Documents-> Reload) and in parallel reload, concurrent reloads can be take place at once.

HTH.

Regards,