<?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: Job running really slow because of tFlowToIterate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351854#M118423</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, I am using t&amp;lt;DB&amp;gt;connection.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This job is trying to read only 38,000 rows.&lt;/LI&gt;&lt;LI&gt; I ran lot of jobs with much more columns in tDBRow, never got this issue.&lt;/LI&gt;&lt;LI&gt; Again, I ran more complex jobs with the same database connection residing on another machine but never got this issue.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;It seems to me is its more tFlowToIterate related issue.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jul 2021 14:49:47 GMT</pubDate>
    <dc:creator>sbarjatya</dc:creator>
    <dc:date>2021-07-01T14:49:47Z</dc:date>
    <item>
      <title>Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351850#M118419</link>
      <description>&lt;P&gt;I am trying to delete rows in a target table using value from source table, using tFlowToIterate (screenshot attached). Throughput for which is really low = 0.19 rows/s. I am using cursor in tDBInput and did enable parallel execution for iterate row. But, no improvement so far. Can anyone please advise how can I improve efficiency of this simple job or if anyone can suggest any alternative approach.&lt;/P&gt;&lt;P&gt;Any leads would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GfAWDAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149001i71BCE98446884A0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GfAWDAA3.png" alt="0695b00000GfAWDAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351850#M118419</guid>
      <dc:creator>sbarjatya</dc:creator>
      <dc:date>2024-11-15T23:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351851#M118420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please increase your JVM Parameters according to your system configurations:&lt;/P&gt;&lt;P&gt;(JVM Settings are present in Run -&amp;gt; Advanced Settings -&amp;gt; Use specific JVM arguments.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GfCYuAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157994i389128DAB39DF08A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GfCYuAAN.png" alt="0695b00000GfCYuAAN.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 18:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351851#M118420</guid>
      <dc:creator>Sourav_Roy</dc:creator>
      <dc:date>2021-06-30T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351852#M118421</link>
      <description>&lt;P&gt;Its already running on Xms32G and Xmx64G&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351852#M118421</guid>
      <dc:creator>sbarjatya</dc:creator>
      <dc:date>2021-06-30T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351853#M118422</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you using any t&amp;lt;DB&amp;gt;connection component in your workflow?&lt;/P&gt;&lt;P&gt;Generally speaking, the followings aspects could affect the job performance:&lt;/P&gt;&lt;P&gt; 1. The volume of data, read a large of data set, the performance will degrade.&lt;/P&gt;&lt;P&gt; 2. The structure of data, if there are so many columns on tDBRow, it will consume many memory and much time for transferring the data during the job execution.&lt;/P&gt;&lt;P&gt; 3. The database connection, the job always runs better if the database is installed on local, if the database is on another machine, even you are on VPN, you may have the congestion and latency issues.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 03:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351853#M118422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-01T03:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351854#M118423</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, I am using t&amp;lt;DB&amp;gt;connection.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This job is trying to read only 38,000 rows.&lt;/LI&gt;&lt;LI&gt; I ran lot of jobs with much more columns in tDBRow, never got this issue.&lt;/LI&gt;&lt;LI&gt; Again, I ran more complex jobs with the same database connection residing on another machine but never got this issue.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;It seems to me is its more tFlowToIterate related issue.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 14:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351854#M118423</guid>
      <dc:creator>sbarjatya</dc:creator>
      <dc:date>2021-07-01T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351855#M118424</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;tFlowToIterate in fact stores the (object) data in its globalMap which could need more memory to keep performance depending on the flow.&lt;/P&gt;&lt;P&gt;Writing all your data in one file will be much faster, than writing a file for each line.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 05:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351855#M118424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-02T05:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Job running really slow because of tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351856#M118425</link>
      <description>&lt;P&gt;Hi @Shaily Barjatya​&amp;nbsp;, can you share the sql request of the tDBInput and TDBRow?&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-running-really-slow-because-of-tFlowToIterate/m-p/2351856#M118425</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-02T06:32:08Z</dc:date>
    </item>
  </channel>
</rss>

