<?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: Load data into MySQL DB stops without error message with large dataset in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2424082#M140241</link>
    <description>&lt;P&gt;Hi Shicong,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your response.&lt;/P&gt;
&lt;P&gt;The store on disk option didn't solve my problem, but allocate more memory to the job did (12G instead of 8G)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HungryOctopus_0-1709036890677.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160734i881174C3798FEA38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HungryOctopus_0-1709036890677.png" alt="HungryOctopus_0-1709036890677.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Many greetings,&lt;BR /&gt;HungryOctopus&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 12:28:40 GMT</pubDate>
    <dc:creator>HungryOctopus</dc:creator>
    <dc:date>2024-02-27T12:28:40Z</dc:date>
    <item>
      <title>Load data into MySQL DB stops without error message with large dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2422076#M140204</link>
      <description>&lt;P&gt;I run this job on several data sets and for most of them, it works fine, when there is around 300.000 rows coming from MappedItemAssets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HungryOctopus_0-1708588026173.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160398iCFA590B14935FE67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HungryOctopus_0-1708588026173.png" alt="HungryOctopus_0-1708588026173.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But when there is more data (here 625.000 rows), the job eventually won't continue, even if I wait several hours. The job just stops without any error messages.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HungryOctopus_2-1708588212127.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160400iD2F522C90870A42A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HungryOctopus_2-1708588212127.png" alt="HungryOctopus_2-1708588212127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I already tried the following, but it didn't solve the problem:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Drop and Write table instead of truncate&lt;/P&gt;
&lt;P&gt;- change tDBOutput component to a JDBC Component&lt;/P&gt;
&lt;P&gt;- Sort on disc the tSortRow, use of disk for the tUniqRow, store on disk for MapAsset&lt;/P&gt;
&lt;P&gt;- I also replaced the tDBOutput with a tFileOutputDelimited for control, exactly 98094 rows are written before the job stops.&lt;/P&gt;
&lt;P&gt;I use Talend Studio 7.3., the DB is MySQL 5&lt;BR /&gt;Any help would be greatly appreciated!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 08:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2422076#M140204</guid>
      <dc:creator>HungryOctopus</dc:creator>
      <dc:date>2024-02-22T08:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into MySQL DB stops without error message with large dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2423993#M140237</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This looks weird if the job stops with any error. This job use&amp;nbsp;many memory-consuming components such as&amp;nbsp;tHashOutput, tSortRow, tUniqRow etc. Using 'store on disk' option is a workaround to resolve the out of memory error. Try to a&lt;/SPAN&gt;&lt;SPAN&gt;llocate more memory to job execution and avoid using many memory-consuming components tHashInput/tHashOutput, for large of data set.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shicong&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2423993#M140237</guid>
      <dc:creator>Shicong_Hong</dc:creator>
      <dc:date>2024-02-27T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into MySQL DB stops without error message with large dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2424082#M140241</link>
      <description>&lt;P&gt;Hi Shicong,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your response.&lt;/P&gt;
&lt;P&gt;The store on disk option didn't solve my problem, but allocate more memory to the job did (12G instead of 8G)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HungryOctopus_0-1709036890677.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160734i881174C3798FEA38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HungryOctopus_0-1709036890677.png" alt="HungryOctopus_0-1709036890677.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Many greetings,&lt;BR /&gt;HungryOctopus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 12:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2424082#M140241</guid>
      <dc:creator>HungryOctopus</dc:creator>
      <dc:date>2024-02-27T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load data into MySQL DB stops without error message with large dataset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2424308#M140249</link>
      <description>&lt;P&gt;If your output is a database table, you do not need to sort the records. A database can do this much more efficient using an appropriated index.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 21:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Load-data-into-MySQL-DB-stops-without-error-message-with-large/m-p/2424308#M140249</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2024-02-27T21:22:43Z</dc:date>
    </item>
  </channel>
</rss>

