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: 
Anonymous
Not applicable

how works parallelization

Hello, 

 

I wanted to check, if I want to develop a job which enriched with parallelization. Suppose, job contains, sort, tMap used for join 1,2 files/table, other component.  So I wanted to understand, how this will work?

what is best way to build the job, so performance will increase and in addition, output with and without parallel is same.

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

@mailforsaggy,to improve the performence,i will suggest you to store on disk option in tMap(Basic settings) and tSortRow.(Advanced Settings)

Anonymous
Not applicable
Author

@manodwhb, I can use store on disc option when data is huge or not fit in to the memory.

 

My question is different. My question is about implementation of parallelization. and How it work when we have component sort, tMap and etc in the job. what is run time behavior when job set to run in parallel consisting of these component.

manodwhb
Champion II
Champion II

Anonymous
Not applicable
Author

@manodwhd, I know how to enable the parallelization, but I wanted to understand how it behave at run time. likeif I join 3-4 files to tmap, then how it will join with main flow which is parallel and dedup component or with other components present in job.