<?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 to speed up the performance on tFlowToIterate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308851#M80134</link>
    <description>Hi Guys,
&lt;BR /&gt;I gave a try on the cursor but could not see any differences. It took very long time 
&lt;A href="http://screencast.com/t/DgFg3dt1VM" rel="nofollow noopener noreferrer"&gt;http://screencast.com/t/DgFg3dt1VM&lt;/A&gt;
&lt;BR /&gt;For my use case, I need to iterate the ID to query from the oracle DB eventually write the result to the file.
&lt;BR /&gt;Any more idea I could achieve this? Appreciate it.
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
    <pubDate>Tue, 25 Aug 2015 14:54:24 GMT</pubDate>
    <dc:creator>mgchong</dc:creator>
    <dc:date>2015-08-25T14:54:24Z</dc:date>
    <item>
      <title>How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308847#M80130</link>
      <description>Hi Support,
&lt;BR /&gt;As per subject, i am looking for a solution to improve the performance.
&lt;BR /&gt;Currently, I am having
&lt;BR /&gt;tFileInputDelimited &amp;gt; row1 &amp;gt; tFlowToIterate &amp;gt; Iterate &amp;gt; tOracleInput
&lt;BR /&gt;Appreciate it. Thanks.
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
      <pubDate>Tue, 25 Aug 2015 04:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308847#M80130</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-08-25T04:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308848#M80131</link>
      <description>Hi MG,&lt;BR /&gt;What's the rate in your work flow? Have you already used "Cursor" option in Advanced settings of tOracleInput?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 25 Aug 2015 08:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308848#M80131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T08:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308849#M80132</link>
      <description>Ask your self if it a good idea to execute for every line in your file a select statement. I would say it depends on the use case.&lt;BR /&gt;tFlowToIterate has absolutely none impact to the performance of a job.</description>
      <pubDate>Tue, 25 Aug 2015 08:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308849#M80132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T08:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308850#M80133</link>
      <description>hi all, 
&lt;BR /&gt;tFlowToIterate in fact store the (object) data in its globalMap. That you can retrieve later. 
&lt;BR /&gt;As jlolling no impact to the performance, but could need more memory to keep performance depending on the flow. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 25 Aug 2015 08:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308850#M80133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T08:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308851#M80134</link>
      <description>Hi Guys,
&lt;BR /&gt;I gave a try on the cursor but could not see any differences. It took very long time 
&lt;A href="http://screencast.com/t/DgFg3dt1VM" rel="nofollow noopener noreferrer"&gt;http://screencast.com/t/DgFg3dt1VM&lt;/A&gt;
&lt;BR /&gt;For my use case, I need to iterate the ID to query from the oracle DB eventually write the result to the file.
&lt;BR /&gt;Any more idea I could achieve this? Appreciate it.
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
      <pubDate>Tue, 25 Aug 2015 14:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308851#M80134</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-08-25T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308852#M80135</link>
      <description>Hi, sorry how can we help if we do not have a clue about your use case. Your design sounds reasonable for me if you want to use the input file as a kind of steering logic to create output files as much as you lines in the input file.
&lt;BR /&gt;I suggest you describe what you are trying to achieve and come back again. So far from the Talend technology point of view I cannot spot any problem.</description>
      <pubDate>Tue, 25 Aug 2015 15:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308852#M80135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308853#M80136</link>
      <description>Hi Jlolling,
&lt;BR /&gt;Basically my use case is to query record from the DB by the customer unique ID. For example, having list of customer unique ID in a csv file then iterate each unique ID to query from the oracle DB finally write the result into a file.
&lt;BR /&gt;For example;
&lt;BR /&gt;ID 001 &amp;gt; Query from DB &amp;gt; Query result of ID 001 write to file
&lt;BR /&gt;follow by 002
&lt;BR /&gt;....
&lt;BR /&gt;Is there any alternative way other than using tFlowToIterate to pass each unique ID to the flow?
&lt;BR /&gt;Regards,
&lt;BR /&gt;MG</description>
      <pubDate>Tue, 25 Aug 2015 15:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308853#M80136</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-08-25T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308854#M80137</link>
      <description>ok, you don not want to have a dedicated file per customer, you want to have all records from the database for the customers mentioned in your text file right?
&lt;BR /&gt;In this case your approach is bad idea.
&lt;BR /&gt;In case of I am right with my idea:
&lt;BR /&gt;You have 2 possibilities (only short drafts):
&lt;BR /&gt;1. build a combined where condition with chain your customer ids as comma separated list and use this as in clause for your query
&lt;BR /&gt;2. select your database without using the customer id as where condition and use the customer id from your file as lookup in a tMap und build a inner join between your query result and your file.
&lt;BR /&gt;Home work to do: Lear about tMap and joining!</description>
      <pubDate>Tue, 25 Aug 2015 16:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308854#M80137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T16:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308855#M80138</link>
      <description>Hi&amp;nbsp; 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jlolling,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt;Thanks for your advice. I will try out your approach.&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;MG</description>
      <pubDate>Wed, 26 Aug 2015 01:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308855#M80138</guid>
      <dc:creator>mgchong</dc:creator>
      <dc:date>2015-08-26T01:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to speed up the performance on tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308856#M80139</link>
      <description>hi all,
&lt;BR /&gt;I 'm using first jlolling solution in one of my job and it increase performance a lot (you could even use Oracle hint /*+ PARALLEL(XX) */ in your query depending on your db engine capabilities)
&lt;BR /&gt;ba aware that you've got a limit of 1000 items for your oracle list.
&lt;BR /&gt;regards</description>
      <pubDate>Wed, 26 Aug 2015 08:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-speed-up-the-performance-on-tFlowToIterate/m-p/2308856#M80139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-26T08:45:59Z</dc:date>
    </item>
  </channel>
</rss>

