<?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: DB2 bulk update from csv file. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223627#M16667</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Since it is bulk component, the data will be processed as batches and not at individual record levels.&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 07:06:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-03T07:06:45Z</dc:date>
    <item>
      <title>DB2 bulk update from csv file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223624#M16664</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have update statements ready in csv file to update DB2 table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tFileInputDelimited &amp;gt;&amp;gt; tJavaRow &amp;gt;&amp;gt; tDB2Row&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As per above design I am reading update statement, stored it in global variable and called in next tDB2Row component.&lt;BR /&gt;Its working fine, but now a days data/update statements increases and it will take more time to execute.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Update statements are prepared by another process and stored in csv file. Here table name and its schema also changing every run, but update statement is correct with table name and its updating column with where condition.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please give me any optimized solution for this scenario.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;BR /&gt;Rahul N&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223624#M16664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 bulk update from csv file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223625#M16665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; One option is to use the Bulk component of Talend available for DB2. But for this, you need to provide the data in appropriate file format.&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="0683p000009M4AD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149903i7745D08E538BCE8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4AD.png" alt="0683p000009M4AD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you do not want to use the Bulk component, another method is to use tParallelize to process multiple record batches in parallel. Could you please try one of this methods and let us know whether it helped to resolve your problem? The sample scenarios are available in Help.talend.com&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 09:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223625#M16665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T09:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 bulk update from csv file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223626#M16666</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your reply.&lt;/P&gt; 
&lt;P&gt;As I mentioned earlier I have file with update statements, not data file and as per my understanding tDBBulkExce component require data file.&lt;/P&gt; 
&lt;P&gt;I will try to create data file instead of update statements, but I want to know about how this tDbBulkExce component work? Suppose I have more than 20 lakh records to update from file then is it hit database 20 lakh times for update or any batch execution to minimize the database hit or any other way. Please let me know your thoughts on this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Rahul N&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 16:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223626#M16666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T16:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 bulk update from csv file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223627#M16667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Since it is bulk component, the data will be processed as batches and not at individual record levels.&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 07:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/DB2-bulk-update-from-csv-file/m-p/2223627#M16667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T07:06:45Z</dc:date>
    </item>
  </channel>
</rss>

