<?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 performance of tMSSqlBulkExec in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346771#M114129</link>
    <description>Hello there
&lt;BR /&gt;I've been using Talend Open Studio for a couple of weeks, and it's been doing alright so far
&lt;BR /&gt;But now I have some issue with tMSSqlBulkExec component
&lt;BR /&gt;There were a few other times that I've used this component, and it worked fine
&lt;BR /&gt;This time, I've used it to transfer a 1GB csv file into a database
&lt;BR /&gt;It took about 30 mins to finish, and also increased the log file of the target DB by 11 GB
&lt;BR /&gt;(the target DB was set to Simple recovery mode)
&lt;BR /&gt;This obviously does not look like BULK INSERT performance, rather it behaves
&lt;BR /&gt;like regular INSERT transaction
&lt;BR /&gt;Is there anything I can do to improve its performance?
&lt;BR /&gt;I believe that it should have similar performace as BCP, and it takes only 2~3 minutes
&lt;BR /&gt;to import the same file with BCP utility
&lt;BR /&gt;I am using OnSubjobOk trigger to invoke tMSSqlBulkExec after the subjob that creates
&lt;BR /&gt;the csv file
&lt;BR /&gt;"Action" is set to "Bulk Insert" from Advanced settings tab
&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Sat, 16 Nov 2024 12:04:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:04:10Z</dc:date>
    <item>
      <title>performance of tMSSqlBulkExec</title>
      <link>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346771#M114129</link>
      <description>Hello there
&lt;BR /&gt;I've been using Talend Open Studio for a couple of weeks, and it's been doing alright so far
&lt;BR /&gt;But now I have some issue with tMSSqlBulkExec component
&lt;BR /&gt;There were a few other times that I've used this component, and it worked fine
&lt;BR /&gt;This time, I've used it to transfer a 1GB csv file into a database
&lt;BR /&gt;It took about 30 mins to finish, and also increased the log file of the target DB by 11 GB
&lt;BR /&gt;(the target DB was set to Simple recovery mode)
&lt;BR /&gt;This obviously does not look like BULK INSERT performance, rather it behaves
&lt;BR /&gt;like regular INSERT transaction
&lt;BR /&gt;Is there anything I can do to improve its performance?
&lt;BR /&gt;I believe that it should have similar performace as BCP, and it takes only 2~3 minutes
&lt;BR /&gt;to import the same file with BCP utility
&lt;BR /&gt;I am using OnSubjobOk trigger to invoke tMSSqlBulkExec after the subjob that creates
&lt;BR /&gt;the csv file
&lt;BR /&gt;"Action" is set to "Bulk Insert" from Advanced settings tab
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 12:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346771#M114129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: performance of tMSSqlBulkExec</title>
      <link>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346772#M114130</link>
      <description>Hi 
&lt;BR /&gt;Which version are you using? Can you please upload a screenshot of your job design?
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 30 Mar 2013 12:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346772#M114130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-30T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: performance of tMSSqlBulkExec</title>
      <link>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346773#M114131</link>
      <description>I am using version 5.0.2, and here is the screenshot of the job 
&lt;BR /&gt;It is a fairly simple design 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEEc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140495iC0BEE5F9C6F3B84B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEEc.png" alt="0683p000009MEEc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 01 Apr 2013 17:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346773#M114131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: performance of tMSSqlBulkExec</title>
      <link>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346774#M114132</link>
      <description>I've tried to copy BULK INSERT statement from the Java source code, and run it on my SQL server directly 
&lt;BR /&gt;As the result, it takes almost the same amount of time as the Talend job (maybe 2~3 mins less) 
&lt;BR /&gt;It seems like the query was not run minimally logged.. If I add TABLOCK option to the BULK INSERT statement, 
&lt;BR /&gt;then it takes about 10 mins, and there is no increase in log file size 
&lt;BR /&gt;So, guess there is no other way to improve BULK INSERT performance within TOS..? 
&lt;BR /&gt;Perhaps it would be a good idea to allow users to include TABLOCK in the BULK INSERT, without having to modify Java code</description>
      <pubDate>Thu, 04 Apr 2013 17:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/performance-of-tMSSqlBulkExec/m-p/2346774#M114132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T17:13:06Z</dc:date>
    </item>
  </channel>
</rss>

