<?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: tMap with large lookup in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327936#M97261</link>
    <description>Hi All, 
&lt;BR /&gt;I am also facing same issue. Our job ran for some time and then out of memory error comes.&amp;nbsp; 
&lt;BR /&gt;I have implement &amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;tMap settings &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Store temp data&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;option as true, &amp;nbsp;tried to execute job it fails instantly. It not even read single record from lookup table.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;I am using talend mdm platform 6.1.1 studio.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Request all to help me on same issue. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Vivek 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;nbsp;</description>
    <pubDate>Wed, 24 Aug 2016 10:58:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-24T10:58:20Z</dc:date>
    <item>
      <title>tMap with large lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327933#M97258</link>
      <description>&lt;P&gt;I am trying to use tMap with a large lookup dataset and I run out of memory. I have increased the amount but I need to understand how to architect a solution that does not have a restriction on ram. &amp;nbsp;One method I was thinking about was to put a tloop around a tmap component and chunk the lookup dataset to 5 million rows. I could use the head and limit function of the tfileinput and use tloop as a variable. &amp;nbsp;I just cant figure out where to connect the tloop iterate branch around the tmap component. &amp;nbsp;I am looking for direction on this or if I am way off base on how to approach this issue I am open to new ideas as well.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 04:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327933#M97258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T04:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with large lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327934#M97259</link>
      <description>Hi,
&lt;BR /&gt;Have you already checked document about:
&lt;A href="https://help.talend.com/search/all?query=Exception%3A+outOfMemory" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Exception outOfMemory&lt;/A&gt;?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 24 Aug 2016 08:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327934#M97259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T08:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with large lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327935#M97260</link>
      <description>This is always going to be trade off between speed and memory efficiency. So long as you can put up with the process potentially getting a little slower, you can make your lookups targeted so that you do not have the memory issues. You need to set your lookup model to be "reload at each row" and then set up the globalMap variable to be your lookup key. The simply use that variable to filter your query for the lookup. I demonstrate this (kind of) in this tutorial (
&lt;A href="https://www.rilhia.com/quicktips/quick-tip-row-multiplication" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-row-multiplication&lt;/A&gt;). Where I am using the globalMap to trigger some functionality in a tJavaFlex, you need to use it modify the WHERE clause of your query.</description>
      <pubDate>Wed, 24 Aug 2016 08:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327935#M97260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with large lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327936#M97261</link>
      <description>Hi All, 
&lt;BR /&gt;I am also facing same issue. Our job ran for some time and then out of memory error comes.&amp;nbsp; 
&lt;BR /&gt;I have implement &amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;tMap settings &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;B&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Store temp data&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;&amp;nbsp;option as true, &amp;nbsp;tried to execute job it fails instantly. It not even read single record from lookup table.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;I am using talend mdm platform 6.1.1 studio.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Request all to help me on same issue. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Vivek 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Wed, 24 Aug 2016 10:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327936#M97261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T10:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: tMap with large lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327937#M97262</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;I am using talend mdm platform 6.1.1 studio.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;With your talend MDM platform product, could you please report a ticket on talend support portal so that we can give you a remote assistance on your outof memory issue through support cycle with priority?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 25 Aug 2016 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-with-large-lookup/m-p/2327937#M97262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-25T11:07:09Z</dc:date>
    </item>
  </channel>
</rss>

