<?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: Improving performance: replicate many time same tDBInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370973#M133959</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Agree with&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;there's something wrong with your job structure if you're wanting to do the same thing 60 times.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you not feed the 60 destination tables in via some flow and use a tFlowToIterate and then perform the DB output 60 times with a much smaller job set?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 20:44:02 GMT</pubDate>
    <dc:creator>David_Beaty</dc:creator>
    <dc:date>2019-06-25T20:44:02Z</dc:date>
    <item>
      <title>Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370967#M133953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a job in which I am using around 60 times the same tables, as shown in the attached. Is there a way to replicate the table without doing 60 time the same select? and doing so increasing the job's performance?&lt;/P&gt; 
&lt;P&gt;Thank you in advance!!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job.png" style="width: 849px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5md.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145584i249B48356A213DAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5md.png" alt="0683p000009M5md.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370967#M133953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370968#M133954</link>
      <description>&lt;P&gt;If you have to use the same dataset, have a look to tHashOutput / tHashInput.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 11:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370968#M133954</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-06-14T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370969#M133955</link>
      <description>&lt;P&gt;I already tried to use tHashOutput/Input, but nothing changed.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 11:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370969#M133955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370970#M133956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOWqAAO"&gt;@Emanuele89&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Did you try using tReplicate component for your usecase. By using this you only have to read data once from database and the read data flow will be replicated as many times as you want. See below screenshot.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="replicate.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5cc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157232i14487872B55A4E8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5cc.png" alt="0683p000009M5cc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Pratheek Manjunath&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370970#M133956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T12:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370971#M133957</link>
      <description>&lt;P&gt;I already tried it and it works fast. But, If I have to many components I got java error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't connect the same tReplicate to 60 components. So I need to create many tReplicate components e connect each one of them.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370971#M133957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370972#M133958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; It is not advisable to use a single job to extract the data for 60 tables. You should use 5 to 10 tables maximum in 1 job (not a hard and fast rule but a regular recommendation). You can orchestrate these jobs in parallel and if you want to combine these datasets later, you can do it down the line with another job where you can use tUnite component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Yes, I agree that we are creating more jobs instead of single job to do the same process. But we need to understand that job readability and maintenance is also equally important.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 14:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370972#M133958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-14T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Improving performance: replicate many time same tDBInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370973#M133959</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Agree with&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;there's something wrong with your job structure if you're wanting to do the same thing 60 times.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you not feed the 60 destination tables in via some flow and use a tFlowToIterate and then perform the DB output 60 times with a much smaller job set?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 20:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Improving-performance-replicate-many-time-same-tDBInput/m-p/2370973#M133959</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2019-06-25T20:44:02Z</dc:date>
    </item>
  </channel>
</rss>

