<?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 How to improve the loading performance in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344403#M112063</link>
    <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 986px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154259iAECDBD3C4A0FA381/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDL.png" alt="0683p000009LzDL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Help me how to improve the loading performance. i have 1 lakhs record in a table and moving into destination table.&lt;/P&gt; 
&lt;P&gt;It is loading very slow. I am using Talend open studio 6.4.1&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 12:51:47 GMT</pubDate>
    <dc:creator>Darmesh</dc:creator>
    <dc:date>2018-07-10T12:51:47Z</dc:date>
    <item>
      <title>How to improve the loading performance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344403#M112063</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="a.PNG" style="width: 986px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154259iAECDBD3C4A0FA381/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDL.png" alt="0683p000009LzDL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Help me how to improve the loading performance. i have 1 lakhs record in a table and moving into destination table.&lt;/P&gt; 
&lt;P&gt;It is loading very slow. I am using Talend open studio 6.4.1&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 12:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344403#M112063</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-07-10T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the loading performance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344404#M112064</link>
      <description>&lt;P&gt;performance in this case depends from target database&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can examine settings and configuration for check how them relevant for task&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also You can test job with tMySQLBulkExec instead of tMySQLOutput&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 03:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344404#M112064</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-07-11T03:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the loading performance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344405#M112065</link>
      <description>&lt;P&gt;I am doing insert/update option . it is not possible using tmysqloutputbulkexec.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So can you tel me how to speed up the loading process&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344405#M112065</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2018-07-13T11:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the loading performance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344406#M112066</link>
      <description>In/Update is your problem... only a redesign of your process by doing inserts only and rejected records to update...
&lt;BR /&gt;
&lt;BR /&gt;Or... wifi / network speed limits your throughput.</description>
      <pubDate>Fri, 13 Jul 2018 12:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344406#M112066</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-13T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the loading performance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344407#M112067</link>
      <description>&lt;P&gt;insert/update - always slow operations, and You can not expect any chances to improve it (yes, it possible tune database, but it will be not huge difference)&lt;BR /&gt;&lt;BR /&gt;You can try redesign job - there are many variant depending from data:&lt;BR /&gt;- You can bulk import all into database (into separate table), and use&lt;BR /&gt;- or &amp;nbsp;update where exists +&amp;nbsp;&lt;SPAN&gt;insert where not exists&lt;/SPAN&gt;&lt;BR /&gt;- or delete where exists + insert all&lt;BR /&gt;&lt;BR /&gt;P.S. it is bad practice to use local terms on international forum if You not expect answers in French or Chinese (I can also start use Russian terms &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ) ... but in any case &lt;A href="https://en.wikipedia.org/wiki/Lakh" target="_self" rel="nofollow noopener noreferrer"&gt;100 000&lt;/A&gt; records - it is not too big for run inside database&lt;BR /&gt;&lt;BR /&gt;P.P.S. of course staging table must have indexes&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-improve-the-loading-performance/m-p/2344407#M112067</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-07-13T13:22:53Z</dc:date>
    </item>
  </channel>
</rss>

