Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
RMotta2408
Creator II
Creator II

tPostJob and tParallelize to use two tDBRow

Hi everyone,

Is it considered best practice (or even good practice) to connect tParallelize to tPostJob so that, at the end of a Job, I can use two tDBRow components that don't have any dependencies between them?

  • tPostJob --> on component ok --> tParallelize --> parallelize --> tDBRow1
  • ..................................................................... --> parallelize --> tDBRow2

 

 

I don't want to create a dependency between tDBRow1 and tDBRow2, as shown below:

  • tPostJob --> on component ok --> tDBRow1 --> on component ok --> tDBRow2

 

Thank you,

Rui

Labels (3)
4 Replies
NNayal1600240775
Contributor III
Contributor III

Hi you can use the 2 dbrow in parallel like below:

0695b00000sMjoLAAS.png0695b00000sMjiFAAS.png

RMotta2408
Creator II
Creator II
Author

Hi @Neha Nayal​ ,

 

Thanks for the reply.

Just one question: why these tParallelize?

0695b00000sNNhZAAW.png 

Can't it be just like this?

0695b00000sNNiIAAW.png 

Thank you,

Rui

 

NNayal1600240775
Contributor III
Contributor III

Hi ,

 

those 2 tparallelize is not required. you can just add below0695b00000sO21PAAS.png 

 

RMotta2408
Creator II
Creator II
Author

Hi @Neha Nayal​ ,

 

Thanks for the reply.

 

Cheers,

Rui