<?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: tDBOutput taking longer time to Update records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512896#M147412</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315320"&gt;@Dhanoop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To speed up the update you can configure the tDBOutput component as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_0-1743670460328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179277iABC29A870B3F7B41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1743670460328.png" alt="Dave_Simo_0-1743670460328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2025 08:56:11 GMT</pubDate>
    <dc:creator>Dave_Simo</dc:creator>
    <dc:date>2025-04-03T08:56:11Z</dc:date>
    <item>
      <title>tDBOutput taking longer time to Update records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512886#M147411</link>
      <description>&lt;P&gt;Hi Team&lt;BR /&gt;&lt;BR /&gt;I have around 100K records that needs to be updated. I need to set a flag value to "Y" for these records.&lt;BR /&gt;I am storing these records in a text file and is updating using tDBOutput component in Talend. This is taking longer time to execute.&lt;BR /&gt;I have enabled the parallel execution as well.&lt;BR /&gt;&lt;BR /&gt;I cannot use Bulk Components as this requires permission to create and delete tables.&lt;BR /&gt;&lt;BR /&gt;Please help me in improving performance using tDBOutput component.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 08:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512886#M147411</guid>
      <dc:creator>Dhanoop</dc:creator>
      <dc:date>2025-04-03T08:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: tDBOutput taking longer time to Update records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512896#M147412</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315320"&gt;@Dhanoop&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To speed up the update you can configure the tDBOutput component as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Simo_0-1743670460328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179277iABC29A870B3F7B41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Simo_0-1743670460328.png" alt="Dave_Simo_0-1743670460328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 08:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512896#M147412</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-04-03T08:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: tDBOutput taking longer time to Update records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512906#M147413</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I am already using this parameter and setting the batch size to 10000.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 09:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512906#M147413</guid>
      <dc:creator>Dhanoop</dc:creator>
      <dc:date>2025-04-03T09:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: tDBOutput taking longer time to Update records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512909#M147414</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315320"&gt;@Dhanoop&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;So I see three possibilities:&lt;/P&gt;&lt;P&gt;Either reduce the batch size.&lt;/P&gt;&lt;P&gt;Or write your update request in a tDBRow.&lt;/P&gt;&lt;P&gt;Or use a tELTDBOutput component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 09:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2512909#M147414</guid>
      <dc:creator>Dave_Simo</dc:creator>
      <dc:date>2025-04-03T09:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: tDBOutput taking longer time to Update records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2513027#M147417</link>
      <description>&lt;P&gt;Depending on the database that you are working with, you may find an Advanced setting for the component that controls the commit batch size:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mchapman_1-1743692822896.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179337i6DA624A0526AD596/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mchapman_1-1743692822896.png" alt="mchapman_1-1743692822896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For 100K records, you should see a process time of just a few seconds/minutes depending on the record size. Also, maybe you need to increase the memory of the JVM:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mchapman_0-1743692745820.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179336i0760B30AAC0D4721/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mchapman_0-1743692745820.png" alt="mchapman_0-1743692745820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 15:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBOutput-taking-longer-time-to-Update-records/m-p/2513027#M147417</guid>
      <dc:creator>mchapman</dc:creator>
      <dc:date>2025-04-03T15:07:27Z</dc:date>
    </item>
  </channel>
</rss>

