<?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: Job Performance Optimization in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329376#M98572</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLs9AAG"&gt;@abhi90&lt;/A&gt;,can you check with tOracleOutputBulkExec,if there is a Target bottelneck?&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2018 08:58:33 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-05-16T08:58:33Z</dc:date>
    <item>
      <title>Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329375#M98571</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have designed the Job in the format attached.I am doing Data Conversion of All the Columns from String to Respective target One's and doing ERROR CHECK. I have checked USECURSOR in toracleInPut Component and in Both toracleoutput I have used Batch as 500000 which is much more than my expected Data to be loaded. What I am seeing is My Data getting fetched in 5.32 Seconds but It is taking Time then to commit or ending the Job. I am using both OracleOutput Component using "USE EXISTING CONNECTION " using my Connection established in my Job. WithOut using toracleCommit getting Throughput 1108Rows/sec and after using tOracleCommit getting as 1233Rows/Sec Now. Any way to make it more faster?&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLseAAG"&gt;@vboppudi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLooAAG"&gt;@cterenzi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 08:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329375#M98571</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-16T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329376#M98572</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLs9AAG"&gt;@abhi90&lt;/A&gt;,can you check with tOracleOutputBulkExec,if there is a Target bottelneck?&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 08:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329376#M98572</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-16T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329377#M98573</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;toraclebulkexec is for loading from a Data File. In my case tmap is must as I have to do error validation. on some columns incoming Data Flow Value. I Have attached snapshots How I am doing that.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsVR"&gt;ERROR_CHECK_CRITEO.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Ls7h"&gt;Validation_CRITEO.JPG&lt;/A&gt;</description>
      <pubDate>Wed, 16 May 2018 09:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329377#M98573</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-16T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329378#M98574</link>
      <description>&lt;P&gt;Is there any reason you are using a shared connection? Try setting your output component to use its own connection and handle its own committing. Also, your batch size seems a little high. Scale that back to something between 1000&amp;nbsp;and 10000.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You should remember that the databases is doing significantly more when inserting data. I think you should be able to get much faster than 1000 rows a second, but you will never get the same speed as you do with the read.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 09:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329378#M98574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329379#M98575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Are you referring to use tOracleOutput to use Connection type as Repository?If I have 32770 rows Then what should be my Value in the Settings of toracleOutput "COMMIT_EVERY"? If I am not using Lookups Then what should be my Buffer Size in tMap?I have currently kept it as 2400000. Should This improve my Job Performance?&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 10:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329379#M98575</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-16T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329380#M98576</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 10:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329380#M98576</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-16T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329381#M98577</link>
      <description>&lt;P&gt;I do not "know" these things, I experiment with them. They change per query, per environment, etc. Otherwise Talend would just hard code what they believe to be the optimized values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should untick "Use an existing connection"in your&amp;nbsp;&lt;SPAN&gt;tOracleOutput component and configure the connection there.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 11:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329381#M98577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329382#M98578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Please let me know if U guys can help me&amp;nbsp;in optimizing&amp;nbsp;&amp;nbsp;the performance of the Job. I will send my job in that case.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 12:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329382#M98578</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-17T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329383#M98579</link>
      <description>&lt;P&gt;Did you not get an improvement trying what I suggested?&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329383#M98579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329384#M98580</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please upload your whole work flow screenshot on forum? &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The database connection could affect the job performance. The job always runs better if the database is installed on local, if the database is on another machine, even you are on VPN, you may have the congestion and latency issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329384#M98580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-18T08:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329385#M98581</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Please find my Job Screenshot attached.I am going to attach my remaining 3 Snapshots in Next Comment.&lt;/P&gt; 
&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Yess I have tried your options. But still no Improvement &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; Dont know How I will improve my Job performance littlebit Better.&lt;/P&gt; 
&lt;P&gt;I have tried today toracleBulkExec. Data File was generating but was getting&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SQL*Loader-704: Internal error: ulconnect: OCIEnvCreate [-1] Error in toracleBulkExec component&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsvk"&gt;Job_Overall.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lskp"&gt;tmap.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsZX"&gt;tmap_ERROR_FLAG.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsvz"&gt;toracleinput_Advanced.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 18 May 2018 16:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329385#M98581</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-18T16:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329386#M98582</link>
      <description>&lt;P&gt;Remaining 3 Snapshots of Job&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsnr"&gt;toracleinput_Basic.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LspG"&gt;toracleoutput_Advanced.JPG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsui"&gt;toracleoutput_Basic.JPG&lt;/A&gt;</description>
      <pubDate>Fri, 18 May 2018 16:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329386#M98582</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-18T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329387#M98583</link>
      <description>&lt;P&gt;What was the performance before you made the changes I suggested, and what was it after (rows per second)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 17:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329387#M98583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-18T17:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Job Performance Optimization</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329388#M98584</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;with keeping Batch Size as 6000 got Throughput as 983R/Sec,with 9000 got Throughput as 993R/Sec. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 09:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-Performance-Optimization/m-p/2329388#M98584</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-05-21T09:37:25Z</dc:date>
    </item>
  </channel>
</rss>

