<?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: Update with tMSSQLOutput very slow!! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250945#M35045</link>
    <description>And we have also the same problem with insert operation with big volumes</description>
    <pubDate>Fri, 09 Jan 2009 21:41:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-01-09T21:41:17Z</dc:date>
    <item>
      <title>Update with tMSSQLOutput very slow!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250943#M35043</link>
      <description>Hi, 
&lt;BR /&gt;I tried to do updates on a Date field with an input flow which had 1000 rows on a table with 2138485 records. 
&lt;BR /&gt;I used 2 ways: 
&lt;BR /&gt;First way: 
&lt;BR /&gt;tMap-------------&amp;gt;tMMSQLOutput 
&lt;BR /&gt;I used the 3 primary keys of my table to do the update. 
&lt;BR /&gt;Result =&amp;gt; this way is very slow, the job treat only 1 update per second 
&lt;BR /&gt;Second way (dirty way): 
&lt;BR /&gt;tMap-------------&amp;gt;tFlowToIterate---------------&amp;gt;tMSSQLRow with the SQL request below 
&lt;BR /&gt; 
&lt;PRE&gt;"UPDATE EEEA_DLVPLANSALESLINES&lt;BR /&gt;SET &lt;BR /&gt; ATW_DATE = GETDATE()"&lt;BR /&gt;WHERE &lt;BR /&gt; EEEA_DLVPLAN_ID ='"+(String)globalMap.get("EEEA_DLVPLAN_ID")+"'&lt;BR /&gt; AND SALESID='"+(String)globalMap.get("SALESID")+"'&lt;BR /&gt; AND DATAAREAID='"+(String)globalMap.get("DATAAREAID")+"'"&lt;/PRE&gt; 
&lt;BR /&gt;Result =&amp;gt; this solution is 10x more faster. 
&lt;BR /&gt;What I'm doing wrong with the tMSSQOutput component? 
&lt;BR /&gt;Had someone already encountered this kind of trouble?</description>
      <pubDate>Sat, 16 Nov 2024 14:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250943#M35043</guid>
      <dc:creator>snow157</dc:creator>
      <dc:date>2024-11-16T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update with tMSSQLOutput very slow!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250944#M35044</link>
      <description>We have exactly the same problem. 
&lt;BR /&gt;We make a lot of update with tMSSqlOutput and the performance are awful. 
&lt;BR /&gt;Did you get a solution to your problem ?</description>
      <pubDate>Fri, 09 Jan 2009 21:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250944#M35044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-09T21:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update with tMSSQLOutput very slow!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250945#M35045</link>
      <description>And we have also the same problem with insert operation with big volumes</description>
      <pubDate>Fri, 09 Jan 2009 21:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250945#M35045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-09T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update with tMSSQLOutput very slow!!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250946#M35046</link>
      <description>Hello together, 
&lt;BR /&gt;talking about performance problems is not so easy if you give no detailed information about your job / infrastructure. And in the end we could only give you some hints or points to check but this will not supersede a detailed local analysis. 
&lt;BR /&gt;Here some points to check / optimize: 
&lt;BR /&gt;* Do you open the connection only one time? 
&lt;BR /&gt;* Did you check your keys / indices? 
&lt;BR /&gt;* Are there any network problems to access your db server? 
&lt;BR /&gt;* If you need to insert big volumes, may it be possible to supress transactions or remove (temporary) indices? 
&lt;BR /&gt;I hope this will help you a little bit. 
&lt;BR /&gt;Bye 
&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 15 Jan 2009 21:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-with-tMSSQLOutput-very-slow/m-p/2250946#M35046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-15T21:52:23Z</dc:date>
    </item>
  </channel>
</rss>

