<?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 Action =*=*=*= TOO LONG Times =*=*=*= in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301730#M73800</link>
    <description>Merci Diane pour ta réponse! 
&lt;BR /&gt;pour avoir travailler sur Talend depuis maintenant quelques mois, je peux t'assurer que les update dans les actions sur les tables est à eviter absolument car pour une certaine volumétrie cela devient très vite infernal et le temps est considérablement grand.... 
&lt;BR /&gt;c'est vrai que talend génère derrière du java, mais je pense que l'optimisation (algorithme des update??) est à améliorer si ce n'est pas déja fait. 
&lt;BR /&gt;cordialement</description>
    <pubDate>Thu, 14 May 2009 09:16:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-14T09:16:53Z</dc:date>
    <item>
      <title>UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301728#M73798</link>
      <description>HI
&lt;BR /&gt;I would like to say about the UPDATE action on table takes too much times, the methode only which I found is to work by a temporary table then execute the stored procedure that makes the job of INSERT or Update 
&lt;BR /&gt;Damage that Talend manages still badly Update Action
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301728#M73798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301729#M73799</link>
      <description>Hi, 
&lt;BR /&gt; The update actions are made through the java.sql library and your SGBD*. If you find them too slow, maybe you should reconsider your job design because as far as I know Talend only helps you to generate java code, its up to you to optimize what can/could be. 
&lt;BR /&gt;Anyway, a picture/description of your job could be useful if you want somebody to help you. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Diane 
&lt;BR /&gt;*it's the french name but I guess it's not a problem for you 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 14 May 2009 08:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301729#M73799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T08:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301730#M73800</link>
      <description>Merci Diane pour ta réponse! 
&lt;BR /&gt;pour avoir travailler sur Talend depuis maintenant quelques mois, je peux t'assurer que les update dans les actions sur les tables est à eviter absolument car pour une certaine volumétrie cela devient très vite infernal et le temps est considérablement grand.... 
&lt;BR /&gt;c'est vrai que talend génère derrière du java, mais je pense que l'optimisation (algorithme des update??) est à améliorer si ce n'est pas déja fait. 
&lt;BR /&gt;cordialement</description>
      <pubDate>Thu, 14 May 2009 09:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301730#M73800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301731#M73801</link>
      <description>I never faced such a problem with update, and I have no idea why you are suffering them. Did you test OutputBulk component? In a lot of situations they are much faster, however they need HD space.
&lt;BR /&gt;You can also try tOutputBatch from the Ecosphere, it could improve performances too.</description>
      <pubDate>Thu, 14 May 2009 13:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301731#M73801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301732#M73802</link>
      <description>THX I will try these components, tOutputBatch seems interessant
&lt;BR /&gt;I want ask you about OutputBulk, what's the difference with tXXXOuput? in which case we use it?
&lt;BR /&gt;thx lot</description>
      <pubDate>Thu, 14 May 2009 13:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301732#M73802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T13:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301733#M73803</link>
      <description>There are three components around the "bulk" concept (in fact it uses SQL*Loader): 
&lt;BR /&gt;- tXXXOutputBulk: writes data in a delimited file 
&lt;BR /&gt;- tXXXBulkExec: loads data from a delimited file into a DB using SQL*Loader 
&lt;BR /&gt;-tXXXOutputBulkExec: combines the previous two, skipping a possible data modification and directly writind and loading datas in DB using a delimited file as buffer. 
&lt;BR /&gt;All these components can use multithreading, improving their speed. 
&lt;BR /&gt;Hope it helps</description>
      <pubDate>Thu, 14 May 2009 14:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301733#M73803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T14:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: UPDATE Action =*=*=*= TOO LONG Times =*=*=*=</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301734#M73804</link>
      <description>ok thank you so much, very interesting!&lt;BR /&gt;thx</description>
      <pubDate>Thu, 14 May 2009 14:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UPDATE-Action-TOO-LONG-Times/m-p/2301734#M73804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T14:28:13Z</dc:date>
    </item>
  </channel>
</rss>

