<?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: Performance Issue with parallel jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228781#M19938</link>
    <description>&lt;P&gt;I guess the issue is not with file processing but with data getting committed to the target database and probably your jobs are waiting for the table to be available for committing the data before moving over to the next job/thread. I strongly suspect that&amp;nbsp; your partitions are causing a kind of mutating locks on the table where each of them is waiting for the other to finish. I would recommend to focus on these aspects. On the other hand, in my view parallelism should confine to the number of cores available on the CPU if you increase your parallel threads more than what your server can handle then it can affect your perform adversely. Lastly check for the memory and CPU utilization when these jobs are running, that might give you the exact problem as to what is slowing down.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2020 02:53:53 GMT</pubDate>
    <dc:creator>tnewbie</dc:creator>
    <dc:date>2020-03-05T02:53:53Z</dc:date>
    <item>
      <title>Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228780#M19937</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;I need to process a big file. The process is complex. I decided to split this file in several files and created a several instances of this job. This way this instances running parallel. It works. But I realize that performance is decreased over time. The first job was executed in 4 minutes. The job number 400, for example,was executed in 50 minutes. Do you know if Talend has some cache to clean or other parameter that helps to maintain the initial performance?&lt;/P&gt; 
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228780#M19937</guid>
      <dc:creator>rrigoni</dc:creator>
      <dc:date>2024-11-16T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228781#M19938</link>
      <description>&lt;P&gt;I guess the issue is not with file processing but with data getting committed to the target database and probably your jobs are waiting for the table to be available for committing the data before moving over to the next job/thread. I strongly suspect that&amp;nbsp; your partitions are causing a kind of mutating locks on the table where each of them is waiting for the other to finish. I would recommend to focus on these aspects. On the other hand, in my view parallelism should confine to the number of cores available on the CPU if you increase your parallel threads more than what your server can handle then it can affect your perform adversely. Lastly check for the memory and CPU utilization when these jobs are running, that might give you the exact problem as to what is slowing down.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 02:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228781#M19938</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2020-03-05T02:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228782#M19939</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOcvAAG"&gt;@rrigoni&lt;/A&gt;&amp;nbsp;,when your jobs are running any other jobs are running?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 03:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228782#M19939</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-05T03:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228783#M19940</link>
      <description>&lt;P&gt;No, only my jobs&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228783#M19940</guid>
      <dc:creator>rrigoni</dc:creator>
      <dc:date>2020-03-06T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228784#M19941</link>
      <description>&lt;P&gt;Hi, the target is a file. We are processing all these files and when all files finish, we're appending in only one file. We don't write at tables.&lt;BR /&gt;With resources that i have, i have monitored CPU and memory and always has free resources. But i will ask help to someone with more privileges than me to monitoring machine.&lt;/P&gt;
&lt;P&gt;Thanks for help!!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228784#M19941</guid>
      <dc:creator>rrigoni</dc:creator>
      <dc:date>2020-03-06T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with parallel jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228785#M19942</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 09:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Performance-Issue-with-parallel-jobs/m-p/2228785#M19942</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-06T09:48:04Z</dc:date>
    </item>
  </channel>
</rss>

