<?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 Re: how works parallelization in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316070#M86652</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,did you checked below link?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/TKUQ4WRBbYZRnl9OyAgr5w/cSnwqkJCdsct_heLy3lrAQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/TKUQ4WRBbYZRnl9OyAgr5w/cSnwqkJCdsct_heLy3lrAQ&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 04:22:35 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-05-11T04:22:35Z</dc:date>
    <item>
      <title>how works parallelization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316067#M86649</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp; So I wanted to understand, how this will work?&lt;/P&gt;&lt;P&gt;what is best way to build the job, so performance will increase and in addition, output with and without parallel is same.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 21:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316067#M86649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T21:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: how works parallelization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316068#M86650</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,to improve the performence,i will suggest you to store on disk&amp;nbsp;option in tMap(Basic settings) and tSortRow.(Advanced Settings)&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 14:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316068#M86650</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-10T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: how works parallelization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316069#M86651</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;, I can use store on disc option when data is huge or not fit in to the memory.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 16:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316069#M86651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T16:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: how works parallelization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316070#M86652</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005VF8vAAG"&gt;@mailforsaggy&lt;/A&gt;,did you checked below link?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/TKUQ4WRBbYZRnl9OyAgr5w/cSnwqkJCdsct_heLy3lrAQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/TKUQ4WRBbYZRnl9OyAgr5w/cSnwqkJCdsct_heLy3lrAQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 04:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316070#M86652</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-11T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: how works parallelization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316071#M86653</link>
      <description>@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.</description>
      <pubDate>Sun, 13 May 2018 20:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-works-parallelization/m-p/2316071#M86653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-13T20:16:20Z</dc:date>
    </item>
  </channel>
</rss>

