<?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: Java heap space talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224967#M17469</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;the problem is not resolved but she gave me another error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exception in component tDBOutput_1 (g)&lt;BR /&gt;java.sql.SQLException: Could not retrieve transation read-only status server&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 11:41:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-03T11:41:44Z</dc:date>
    <item>
      <title>Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224960#M17462</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I have a simple job with the following components&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tMySqlInput ----&amp;gt;tMap----&amp;gt;tMySqlOutput&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is for inserting/updating the records from 1 MySql Db to another.This is working fine for a table with 100 000 records .I am getting an error when tried with a table of 3 995 586 records&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I check the option enable stream and I modify the&amp;nbsp;&lt;STRONG&gt;Use specific JVM arguments&amp;nbsp;In the&amp;nbsp;Run&amp;nbsp;view, open the&amp;nbsp;Advanced Settings&amp;nbsp;tab and in the file&amp;nbsp;TOS_ESB-win-x86_64&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;but still dont work any solutions plzzzzzzzz&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224960#M17462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224961#M17463</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOxAAO"&gt;@AnisBensalah&lt;/A&gt;&amp;nbsp;,can you please let me know what JVM configuration are you using? And can you also do the operation of tMap on store on disk.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 12:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224961#M17463</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-02T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224962#M17464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can increase the heap space for specific jobs or for all the jobs by changing the Xms and Xmx parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCleVCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Pass-JVM-arguments-in-quot-Use-specific-JVM-arguments-quot-as/td-p/80414&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; But it is not a single solution that fits all sizes. You need to still think about the possibility of parking the data in tMap and other components using temporary disk space. Please refer the detail below from below link.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/EJfmjmfWqXUp5sadUwoGBA/J4xg5kxhK1afr7i7rFA65w&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;It means that you are not holding the entire data in memory which usually creates the issue like in your use. It will hold the overflowing data in disk temporarily and this way you will not run out of memory and you dont have to keep on expanding the memory.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I would also suggest you to do a memory run of the job to optimize the memory allocation of your job before moving to production. In this way, you will know what is the optimum value by changing the Xms and Xmx parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 12:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224962#M17464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T12:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224963#M17465</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;,&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; thnx for repling me but it s the same probleme&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;in fact there is no error but the job it stays in loop and does not end since 2 hours of the execution of the job what am I to do&lt;/SPAN&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="d.PNG" style="width: 554px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4Ar.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151210iE760B8F49767BC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4Ar.png" alt="0683p000009M4Ar.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="d1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4Aw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137072i4D0DAEEE720B65FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4Aw.png" alt="0683p000009M4Aw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 15:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224963#M17465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224964#M17466</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Did you check at which component, it is taking more time to process? Is there any DB load as part of your job? Most probably it could be due to low commit size.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 16:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224964#M17466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T16:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224965#M17467</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;there is no loading from the base and there is no transformation to the new base&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I think that it stops at the levels of the loading . in the tdbinput&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.PNG" style="width: 737px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4BB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138036i671BAB3F5F15A4D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4BB.png" alt="0683p000009M4BB.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 16:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224965#M17467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T16:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224966#M17468</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I feel the tDBOutput is taking more time. Could you please change the highlighted parameters and see the performance difference. Please reach an optimum level for these parameters based on your system resource availability.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M433.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134791i64CB23E7DF6E6691/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M433.png" alt="0683p000009M433.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 18:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224966#M17468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224967#M17469</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;the problem is not resolved but she gave me another error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exception in component tDBOutput_1 (g)&lt;BR /&gt;java.sql.SQLException: Could not retrieve transation read-only status server&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 11:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224967#M17469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T11:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224968#M17470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; It seems multiple write requests without commit is happening at same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/21651671/odd-sqlexception-could-not-retrieve-transation-read-only-status-server" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/21651671/odd-sqlexception-could-not-retrieve-transation-read-only-status-server&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Could you please check whether commit is correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I also saw another post in stackoverflow as below. Please think about this option too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/51935611/connecting-talnd-to-mysql-transation-read-only-status-server" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/51935611/connecting-talnd-to-mysql-transation-read-only-status-server&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 12:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224968#M17470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224969#M17471</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I resolved the 2nd error its just&amp;nbsp;it&amp;nbsp; an error in the connection parameter&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;but for the load data no&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I changed the number of commit every and the number of rows but still the same 0 ligne effected in the DB&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224969#M17471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224970#M17472</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOxAAO"&gt;@AnisBensalah&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am sorry. I did not get what you are trying to convey. Could you please explain the current issue with some screenshots?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 06:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224970#M17472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-04T06:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224971#M17473</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Employee lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM" target="_self"&gt;@nthampi&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt; 
&lt;P&gt;well i want to insert 4 million &lt;SPAN&gt;records&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;from DB to another DB for that i use&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;a simple job with the following components&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tMySqlInput ----&amp;gt;tMap----&amp;gt;tMySqlOutput&lt;/SPAN&gt;&amp;nbsp;but when i start the job&amp;nbsp;&lt;SPAN&gt;it remains running for an hour or two and it gives me only 200&amp;nbsp;record and finally no result ,and in the end therse no error,&amp;nbsp;I do not know why&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 835px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3V6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155758i18912DFABF6B0A64/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3V6.png" alt="0683p000009M3V6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 703px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3VZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134854iF827D43003E08C17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3VZ.png" alt="0683p000009M3VZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 10:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224971#M17473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-04T10:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224972#M17474</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please use Bulk components to load the data to target table? So you can download the data from source table and if you are using tparallelize, you can download multiple partitions of data from source table at same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Once the data is ready, you can use Bulk components to load them to target table. Once you do this method, your overall processing time will be reduced from hours to minutes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 11:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224972#M17474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-04T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224973#M17475</link>
      <description>thnx @ nikhilthampi it s work</description>
      <pubDate>Fri, 05 Apr 2019 09:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224973#M17475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-05T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224974#M17476</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOxAAO"&gt;@AnisBensalah&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;_: I am also facing the same issue. I have a simple job design where i am extracting the data from source and loading to my target table( around 3 to 5 million). what do you mean by bulk components? how to parallelize it? my job design is as follows:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tMysqlinput---&amp;gt;tLogRow---&amp;gt;tMap--&amp;gt;tDBoutput&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224974#M17476</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-06-30T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Java heap space talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224975#M17477</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOxAAO"&gt;@AnisBensalah&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;_: I am also facing the same issue. I have a simple job design where i am extracting the data from source and loading to my target table( around 3 to 5 million). what do you mean by bulk components? how to parallelize it? my job design is as follows:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tMysqlinput---&amp;gt;tLogRow---&amp;gt;tMap--&amp;gt;tDBoutput&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-heap-space-talend/m-p/2224975#M17477</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-06-30T10:18:37Z</dc:date>
    </item>
  </channel>
</rss>

