<?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 lookupModel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335855#M104368</link>
    <description>&lt;P&gt;Hi Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In tMap we have Loop models in which we find reload at each row option which loads the reacords for evey input now based on the source column lookup data.&lt;/P&gt;
&lt;P&gt;Is this a optimized technique?, for every run &amp;nbsp;data will be loaded to chache.&lt;/P&gt;
&lt;P&gt;Instead if we go for the normal procedure the entire data is loaded once where hits to db is reduced&lt;/P&gt;
&lt;P&gt;Can u suggest is reload at each row is optimal?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Deepthi&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 15:34:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-27T15:34:38Z</dc:date>
    <item>
      <title>tMap lookupModel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335855#M104368</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In tMap we have Loop models in which we find reload at each row option which loads the reacords for evey input now based on the source column lookup data.&lt;/P&gt;
&lt;P&gt;Is this a optimized technique?, for every run &amp;nbsp;data will be loaded to chache.&lt;/P&gt;
&lt;P&gt;Instead if we go for the normal procedure the entire data is loaded once where hits to db is reduced&lt;/P&gt;
&lt;P&gt;Can u suggest is reload at each row is optimal?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Deepthi&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335855#M104368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T15:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: tMap lookupModel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335856#M104369</link>
      <description>&lt;P&gt;Hi Deepthi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Its depends on the&amp;nbsp;situation, size of the table and refresh rate of the main and look up table.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if the lookup&amp;nbsp;is relatively small its better to use Load Once method.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There are 2 instances I can think of using reload at each row.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;-If the lookup&amp;nbsp;table refreshes quite often if you have long running job&lt;/P&gt; 
&lt;P&gt;-If you process minimal record at a time don't need to bring a big lookup table into the memory&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope this helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers!&lt;/P&gt; 
&lt;P&gt;Gatha&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 16:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335856#M104369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T16:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: tMap lookupModel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335857#M104370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your comments&lt;/P&gt;
&lt;P&gt;But dont you think the i/o operations to the db will be more&lt;/P&gt;
&lt;P&gt;if 100 records are coming from source &amp;nbsp;for &amp;nbsp;each record data is pulled from the lookup ryt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Deepthi&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 04:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335857#M104370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T04:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: tMap lookupModel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335858#M104371</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Think about a situation where your lookup table is bigger than the Main table,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Like your example 100 records from main stream, millions of rows in lookup table in that case 100 small i/o operation is better than one huge extract which is going to take more time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope this helps.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you try the above example, you will have a better idea.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers!&lt;/P&gt; 
&lt;P&gt;Gatha&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 10:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-lookupModel/m-p/2335858#M104371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T10:33:20Z</dc:date>
    </item>
  </channel>
</rss>

