<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Improving the speed with tparallelize component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303455#M75334</link>
    <description>&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.I am running 2 jobs in parallel to save time. But the process takes a long time when they execute in parallel, so i am now thinking of running them sequentially only. How to improve the load time when 2 jobs are running in parallel? what is this option "Use an independent process to run a Subjob".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.There are 2 drop down options 1. End on 1st Subjob.2. End of all subjobs. If i choose option 1 (&lt;/P&gt;&lt;P&gt;End on 1st Subjob), is it like the other jobs will start running as soon as one of the subjobs gets executed successfully? I assume with option 2 (End of all subjobs), it waits for both the jobs to complete &amp;amp; then execute the other jobs. IS this understanding correct?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:12:35 GMT</pubDate>
    <dc:creator>sushantk19</dc:creator>
    <dc:date>2024-11-16T01:12:35Z</dc:date>
    <item>
      <title>Improving the speed with tparallelize component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303455#M75334</link>
      <description>&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.I am running 2 jobs in parallel to save time. But the process takes a long time when they execute in parallel, so i am now thinking of running them sequentially only. How to improve the load time when 2 jobs are running in parallel? what is this option "Use an independent process to run a Subjob".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.There are 2 drop down options 1. End on 1st Subjob.2. End of all subjobs. If i choose option 1 (&lt;/P&gt;&lt;P&gt;End on 1st Subjob), is it like the other jobs will start running as soon as one of the subjobs gets executed successfully? I assume with option 2 (End of all subjobs), it waits for both the jobs to complete &amp;amp; then execute the other jobs. IS this understanding correct?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303455#M75334</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2024-11-16T01:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Improving the speed with tparallelize component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303456#M75335</link>
      <description>&lt;P&gt;Hi @Sushant Kapoor​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You are almost there. "&lt;I&gt;end of first subjob":&lt;/I&gt;&amp;nbsp;it sequences the particular subjob to be executed at the end of the first subjob.&lt;/P&gt;&lt;P&gt;&lt;I&gt;"end of all subjobs":&lt;/I&gt;&amp;nbsp;it waits the relevant subjob to be executed at the end of all subjobs.&lt;/P&gt;&lt;P&gt;please go through below use case, it will help you understanding.&lt;/P&gt;&lt;P&gt;https://help.talend.com/reader/o2I5HrOFZtZItmjCxsjUtQ/hTNWWNoHPUOHW1i7eiq9tQ&lt;/P&gt;&lt;P&gt;Please mark as solution if it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 08:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303456#M75335</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-10-30T08:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Improving the speed with tparallelize component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303457#M75336</link>
      <description>&lt;P&gt;@Vikram Kumar​&amp;nbsp;: Unfortunately, the above explanation did not solve my problem completely. I am aware of above theory.  My 2 queries are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How to improve the job performance when 2 jobs run in parallel. i feel its very slow now when my 2 jobs run in parallel&lt;/LI&gt;&lt;LI&gt;my main job design is as below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tParallelize----&amp;gt; Subjob1&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;Subjob2---&amp;gt; Subjob3...... so on &lt;/P&gt;&lt;P&gt;I want Subjob1 and Subjob2 run in parallel. Subjob1 is time consuming SCD2 job so that should keep running in parallel by the time  Subjob2, Subjob3 etc run sequentially. what i want is Subjob3.Subjob4 etc should keep running and not wait till Subjob1 is completed. what option do i use? "&lt;I&gt;end of first subjob": OR  "end of all subjobs":&lt;/I&gt;&amp;nbsp;??&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 08:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303457#M75336</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-10-30T08:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Improving the speed with tparallelize component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303458#M75337</link>
      <description>&lt;P&gt;Hi @Sushant Kapoor​&amp;nbsp;,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt; You can improve the job performance in below ways:&lt;OL&gt;&lt;LI&gt;Using native drivers instead of open source jdbc driver though talend team won't support for native drivers&lt;/LI&gt;&lt;LI&gt;You can try changing the commit size for db&lt;/LI&gt;&lt;LI&gt;You can utilize jvm parameters to increase the memory size&lt;/LI&gt;&lt;LI&gt;You can breakdown the subjob which is taking long time&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;2.You can follow the below method to achieve your requirements based on the time taken for each subjob. Your largest time taking subjob you will use as second subjob,  as first subjob you can use small job, one you can use synchronize option based on end of your first job which is smaller one, remaining all you connect parallize. Please try modifying it to fit your requirement.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AFzHoAAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137528i4E779EFE93129980/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AFzHoAAL.png" alt="0693p00000AFzHoAAL.png" /&gt;&lt;/span&gt;Please let me know if it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 10:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303458#M75337</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-10-30T10:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Improving the speed with tparallelize component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303459#M75338</link>
      <description>&lt;P&gt;@Vikram Kumar​&amp;nbsp;: Thanks for your inputs.  &lt;/P&gt;&lt;P&gt;You can improve the job performance in below ways:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using native drivers instead of open source jdbc driver though talend team won't support for native drivers... &lt;B&gt;&lt;I&gt;I am not sure how to do this&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;You can try changing the commit size for db... from where do we do this?&lt;B&gt;&lt;I&gt;i cant find settings where to change this.&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;You can utilize jvm parameters to increase the memory size.. &lt;B&gt;&lt;I&gt;i guess i already have done this. please check my attached screenshot.&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;You can breakdown the subjob which is taking long time.. Job design is very simple. Cant do much about it.&lt;B&gt;&lt;I&gt;please check my attached screenshot. it is just source--&amp;gt;tmap---&amp;gt;SCD2&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.I have attached my expected job design. my requirement is that core_subscription subjob should run in parallel with other sub jobs such as core_country, core_payment etc...should i check the option  "End on 1st Subjob" in tparallelize component?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 14:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-the-speed-with-tparallelize-component/m-p/2303459#M75338</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-10-30T14:49:54Z</dc:date>
    </item>
  </channel>
</rss>

