<?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: Internal working of parallelization componets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201958#M3850</link>
    <description>&lt;P&gt;I believe that this will shed some light on the matter ..... &lt;A href="https://help.talend.com/display/KB/How+to+automatically+enable+parallelization+of+data+flows+for+better+performance" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/How+to+automatically+enable+parallelization+of+data+flows+for+better+performance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As a rule of thumb if you are concerned about efficiency with this then you want to look at the number of threads you will be using. This depends on the number of cores your machine has. If you are on a 4 core machine, use a max of 3 threads (I believe this is explained in the link).&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2017 12:20:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-25T12:20:49Z</dc:date>
    <item>
      <title>Internal working of parallelization componets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201955#M3847</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have used parallelization components in a talend job. I am confused how this internally works. &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parallelizatio.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtlP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157001i74672D176743A38E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtlP.png" alt="0683p000009LtlP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Here three threads are created and passed to the tSortRow component. I am partitioning on the basis of one column(lets say A) and sorting on the basis on another column(lets say B). How is the sorting done by tsortrow component. is tSortRow component combining all rows received from all threads and then doing sorting. Once sorting is done , how is the sorted data again passed as three threads to departitioner?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201955#M3847</guid>
      <dc:creator>TomG1</dc:creator>
      <dc:date>2017-04-13T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Internal working of parallelization componets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201956#M3848</link>
      <description>Hi,
&lt;BR /&gt;This exactly what explain the help site
&lt;BR /&gt;
&lt;A href="https://help.talend.com/display/TalendComponentsReferenceGuideFall1EN/tPartitioner" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/TalendComponentsReferenceGuideFall1EN/tPartitioner&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 13 Apr 2017 07:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201956#M3848</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-13T07:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal working of parallelization componets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201957#M3849</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The talend help site has given only an overview of the different parallelization components.&lt;/P&gt;
&lt;P&gt;I want to go a little detailed(details i asked in the first place) so that I can use these components in my job for performance increase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201957#M3849</guid>
      <dc:creator>TomG1</dc:creator>
      <dc:date>2017-04-25T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Internal working of parallelization componets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201958#M3850</link>
      <description>&lt;P&gt;I believe that this will shed some light on the matter ..... &lt;A href="https://help.talend.com/display/KB/How+to+automatically+enable+parallelization+of+data+flows+for+better+performance" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/How+to+automatically+enable+parallelization+of+data+flows+for+better+performance&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As a rule of thumb if you are concerned about efficiency with this then you want to look at the number of threads you will be using. This depends on the number of cores your machine has. If you are on a 4 core machine, use a max of 3 threads (I believe this is explained in the link).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201958#M3850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Internal working of parallelization componets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201959#M3851</link>
      <description>&lt;P&gt;OK, just realised I answered a different question. I guess this *may* be of some use, hence I have left it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I have to ask why you are trying to make this more efficient by getting Java to sort your data? Do the sorting in the DB. Or is this just an experiment?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Internal-working-of-parallelization-componets/m-p/2201959#M3851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T12:22:25Z</dc:date>
    </item>
  </channel>
</rss>

