<?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 tmap reload at each row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tmap-reload-at-each-row/m-p/2240646#M28065</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was checking reload at each row logic for tmap in Talend document here&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iUlm0MDXr5kWsTan1oPozg/C9gANC9ZnbIrGSvLsc~qbA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iUlm0MDXr5kWsTan1oPozg/C9gANC9ZnbIrGSvLsc~qbA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Reload at each row means all lookup's data will loaded every time for every incoming input record.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First point says : The lookup data flow is constantly updated and you want to load the newest lookup data for each record of main flow in order to get the new data after the join execution. Makes Sense..Cleared&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Second point says :You have less rows in your main flow and have a large data set that comes from a database table in the lookup flow. It might cause an OutOfMemory exception if you use the Load once option. In this situation, the Reload at each row option will be considered.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I load all lookup's data at once, it could show OutOfMemory exception. but why its saying that " the Reload at each row option will be considered." WHY ? Because in reload at each row does the same thing. Will load all lookup's data in memory. Then why its recommended for large lookup except from the first point&amp;nbsp; ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please share ..!&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 10:26:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-04T10:26:33Z</dc:date>
    <item>
      <title>tmap reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmap-reload-at-each-row/m-p/2240646#M28065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was checking reload at each row logic for tmap in Talend document here&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iUlm0MDXr5kWsTan1oPozg/C9gANC9ZnbIrGSvLsc~qbA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iUlm0MDXr5kWsTan1oPozg/C9gANC9ZnbIrGSvLsc~qbA&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Reload at each row means all lookup's data will loaded every time for every incoming input record.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First point says : The lookup data flow is constantly updated and you want to load the newest lookup data for each record of main flow in order to get the new data after the join execution. Makes Sense..Cleared&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Second point says :You have less rows in your main flow and have a large data set that comes from a database table in the lookup flow. It might cause an OutOfMemory exception if you use the Load once option. In this situation, the Reload at each row option will be considered.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I load all lookup's data at once, it could show OutOfMemory exception. but why its saying that " the Reload at each row option will be considered." WHY ? Because in reload at each row does the same thing. Will load all lookup's data in memory. Then why its recommended for large lookup except from the first point&amp;nbsp; ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please share ..!&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 10:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmap-reload-at-each-row/m-p/2240646#M28065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-04T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: tmap reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmap-reload-at-each-row/m-p/2240647#M28066</link>
      <description>&lt;P&gt;When enabling the "Reload at each row" option, a new option gets available in the input row. you can now add an expression&amp;nbsp; (Expr.) and attach a "globalMap Key".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You now link the from (for example) the main input to the newly created expression and give it a proper name (globalMap Key).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This globalMap Key can now be used in your input, for example to select only 1 record from the "big" table&lt;/P&gt;
&lt;P&gt;Select Field1, Field2&amp;nbsp; From table where key = "+globalMap.get(myKey1)+"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached screenshow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ltu5"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmap-reload-at-each-row/m-p/2240647#M28066</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2018-10-04T11:10:03Z</dc:date>
    </item>
  </channel>
</rss>

