<?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 Large Lookup in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281306#M55883</link>
    <description>I am using thashinput in different subjob</description>
    <pubDate>Fri, 10 Apr 2020 09:32:48 GMT</pubDate>
    <dc:creator>Prasanna3</dc:creator>
    <dc:date>2020-04-10T09:32:48Z</dc:date>
    <item>
      <title>Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281290#M55867</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am doing Lookup with 2 crores data .&lt;BR /&gt;&lt;BR /&gt;What are the points needs to consider to improve performance?&lt;BR /&gt;&lt;BR /&gt;Can someone please suggest me solution</description>
      <pubDate>Sat, 16 Nov 2024 02:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281290#M55867</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2024-11-16T02:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281291#M55868</link>
      <description>Use store on temp and increase no of max rows in tmap settings.</description>
      <pubDate>Fri, 03 Apr 2020 09:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281291#M55868</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-03T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281292#M55869</link>
      <description>I have 8gb memory
&lt;BR /&gt;
&lt;BR /&gt;1) still I need to use store temp
&lt;BR /&gt;2)I have 3 cores data then how much should I increase no of max rows in tmap settings</description>
      <pubDate>Fri, 03 Apr 2020 09:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281292#M55869</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-03T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281293#M55870</link>
      <description>Check the below links. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCktgCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Performance-improvement-lookup-with-tmap/td-p/142029&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnXqCAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Improve-performance-when-do-a-lookup/td-p/23630&lt;/A&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281293#M55870</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-03T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281294#M55871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Main Flow:&lt;BR /&gt;PID, Start key&lt;BR /&gt;12345,201901&lt;BR /&gt;123456,201601&lt;BR /&gt;&lt;BR /&gt;Lookup Flow:&lt;BR /&gt;PID,CstartKey&lt;BR /&gt;12345,201901&lt;BR /&gt;12345,201901&lt;BR /&gt;&lt;BR /&gt;Because of having duplicate PIDs in lookup I am getting duplicate records in output is there anyway to eliminate duplicates to output in tmap.</description>
      <pubDate>Tue, 07 Apr 2020 03:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281294#M55871</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-07T03:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281295#M55872</link>
      <description>From the look-up data before you connect to tmap, if it is db you can write a query to eliminate duplicates or you can use tuniquerow component to remove duplicates.</description>
      <pubDate>Tue, 07 Apr 2020 03:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281295#M55872</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-07T03:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281296#M55873</link>
      <description>Thanks for quick response.&lt;BR /&gt;&lt;BR /&gt;I have to take main Flow PID and&lt;BR /&gt;need to Lookup in that table PiD if it matches that matched Startkey need to check between Lookup cstartkey if it is matched then status 'active' else 'inactive'.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2020 03:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281296#M55873</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-07T03:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281297#M55874</link>
      <description>You need to write expression below way after doing look-up on PID. Starkey and cstartkey are string data types. 
&lt;BR /&gt;
&lt;BR /&gt;row1.Startkey.equals("row2.cstartkey")?"active":"inactive"</description>
      <pubDate>Tue, 07 Apr 2020 03:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281297#M55874</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-07T03:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281298#M55875</link>
      <description>If I do join I am getting duplicates please find the screenshot&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyI5"&gt;IMG_20200407_082748345.jpg&lt;/A&gt;</description>
      <pubDate>Tue, 07 Apr 2020 03:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281298#M55875</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-07T03:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281299#M55876</link>
      <description>from the main and look-up you have to eliminate duplicates and so the join.</description>
      <pubDate>Tue, 07 Apr 2020 04:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281299#M55876</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-07T04:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281300#M55877</link>
      <description>I want all the records from the main Flow but from the lookup I just needed to find out the main Flow date between lookup. Start and end date keys for the matched PID if matched then need to update status in tmap output</description>
      <pubDate>Tue, 07 Apr 2020 04:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281300#M55877</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-07T04:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281301#M55878</link>
      <description>Based on your last screen shot you have duplicates from main flow also. When you have duplicates the no of records will increase.</description>
      <pubDate>Tue, 07 Apr 2020 04:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281301#M55878</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-07T04:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281302#M55879</link>
      <description>I have 1 crore data is it good option to store data into thashoutput and tbufferoutput for further processing.&lt;BR /&gt;&lt;BR /&gt;Can you please suggeste maximum how much data we can store in hashcomponents to get better performance?</description>
      <pubDate>Wed, 08 Apr 2020 03:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281302#M55879</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-08T03:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281303#M55880</link>
      <description>tHashoutput store the data on RAM,so based on your RAM you have see is it working.</description>
      <pubDate>Wed, 08 Apr 2020 04:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281303#M55880</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-08T04:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281304#M55881</link>
      <description>I have two subjobs
&lt;BR /&gt;
&lt;BR /&gt;In first job I am strong data in thashoutput
&lt;BR /&gt;After first subjob completed then job got failed and job exited in that case thashoutput data will be cleaned or still exist in the memory</description>
      <pubDate>Fri, 10 Apr 2020 07:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281304#M55881</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-10T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281305#M55882</link>
      <description>If you used with in the job it will be available in memory which you can read using thashinput. 
&lt;BR /&gt;
&lt;BR /&gt;You can not use the way in different sub jobs.</description>
      <pubDate>Fri, 10 Apr 2020 09:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281305#M55882</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-10T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281306#M55883</link>
      <description>I am using thashinput in different subjob</description>
      <pubDate>Fri, 10 Apr 2020 09:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281306#M55883</guid>
      <dc:creator>Prasanna3</dc:creator>
      <dc:date>2020-04-10T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Large Lookup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281307#M55884</link>
      <description>Which will not able to get the data right?</description>
      <pubDate>Fri, 10 Apr 2020 09:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Large-Lookup/m-p/2281307#M55884</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-10T09:33:39Z</dc:date>
    </item>
  </channel>
</rss>

