<?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: Parallel execution takes more time than the non-parallel execution in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270845#M48622</link>
    <description>&lt;P&gt;Hi Team.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Issue&lt;/STRONG&gt; -&amp;nbsp;Parallel execution(with number of parallel execution 2) took 338 milli seconds where as non parallel execution took 49 seconds to get the document name of 15 PDF files(just file name without reading file content) in a directory.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Use Case -&lt;/STRONG&gt; Get document name of files in a directory parallely&lt;/P&gt; 
  &lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Talend Tool&lt;/STRONG&gt; - Talend Data Integration 6.5.1&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Here are the Main Job Design Details:&lt;/STRONG&gt;&lt;/P&gt; 
  &lt;P&gt;Using tFileList&amp;nbsp;to get the list of all files in a directory&lt;BR /&gt;Using iterate to connect to tRunJob and using the Enable Parallel Execution to process files parallely. Number of parallel executions specified were 2.&lt;BR /&gt;Passing the FileName as a context parameter as below to subjob:&lt;BR /&gt;(String)globalMap.get("tFileList_1_CURRENT_FILEPATH")&lt;BR /&gt;Sub Job Details:&lt;/P&gt; 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdAR"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwfy"&gt;Job Design Details for Data Integration Tools.docx&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdAR"&gt;OriginalPost.pdf&lt;/A&gt;</description>
    <pubDate>Fri, 11 Oct 2019 10:32:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-11T10:32:34Z</dc:date>
    <item>
      <title>Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270837#M48614</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Followed the instructions described in the below link to develop a job execution in a loop:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/iL2h45sTpz~InS1_0iOj5w" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/iL2h45sTpz~InS1_0iOj5w&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if I disable the component tSleep and select the check box for Parallel Execution, job takes more time to complete than the non parallel execution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Attached the document that has all the details about the job design and execution results.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you please let me how to create a job with tloop(iterate) enabling&amp;nbsp; parallel execution so that .parallel execution&amp;nbsp; takes less time than the non-parallel execution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 19:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270837#M48614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T19:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270838#M48615</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The parallel execution depends on lot of parameters like number of available threads, memory availability for the Talend job, CPU utilization etc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please specify your use case for parallel execution? I would recommend to start using parallel processing in Talend using the component tParallelize. Please also increase your Xms and Xmx parameters of the job. You will see the difference in performance when you are running a job with longer processing time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 04:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270838#M48615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T04:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270839#M48616</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the response.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My use case is to process the thousands of files present in the main directory as well as sub directories.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Once we read the document present in each main dir as well as sub dir, will send it to Apache Solr API for indexing.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;To improve the performance, thought of using the Parallel Execution.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tParallelize component is not available by default in TOS-7.1.1&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Is there any known issue with using option Parallel Execution?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;My system configuration is 16 GB RAM and i7-4790 processor.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Attachment has all the details about job design and execution results.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Kindly let me know your thoughts on how we can use parallel execution for the above use case to improve performance.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&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/0683p000009LwuW"&gt;File Processing Execution Results.docx&lt;/A&gt;</description>
      <pubDate>Tue, 01 Oct 2019 10:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270839#M48616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270840#M48617</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Since you are using free version of Talend, the parallelism options are limited. Could you please try to initiate multiple instances of same job in parallel through scheduler where you can pass the directory name as parameter? In this way, you can run multiple instances of same job and each instance of the job will process specific directory like DirA, DirB etc. Please make sure that you are having enough memory when you are triggering multiple job instances.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 15:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270840#M48617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270841#M48618</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You also can use the iteration option. For this you have write the processing logic in sub job and assigning the directories or files will be in main job. Main job will iterate for each folder or file. You can increase the iterations based on your resources. Do not forget to check use independent sub job while calling the sub job. Your job looks like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tfileList ---iterate--&amp;gt;trunjob.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270841#M48618</guid>
      <dc:creator>tchandu</dc:creator>
      <dc:date>2019-10-01T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270842#M48619</link>
      <description>&lt;P&gt;Hi Chandu,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the response.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here are my findings:&lt;/P&gt; 
&lt;P&gt;Job was designed as you suggested with the below components:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tfileList ---iterate--&amp;gt;trunjob.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;tFileList&lt;/LI&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Parallel Iterate link&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- &amp;nbsp;&lt;STRONG&gt;to enable/disable parallelism&lt;/STRONG&gt;&lt;/LI&gt; 
 &lt;LI&gt;tRunJob&lt;/LI&gt; 
 &lt;LI&gt;tFixedFlowInput&lt;/LI&gt; 
 &lt;LI&gt;tLogRow&lt;/LI&gt; 
 &lt;LI&gt;Enabled&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;independent sub job while calling the sub job&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Test data:&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Test Data:&lt;/STRONG&gt;2008 documents distributed in 8 main directories and 100 sub directories for each of 8 main directories;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Test Results:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;STRONG&gt;Without Parallelism&amp;nbsp;-&amp;nbsp;3703 milliseconds&lt;/STRONG&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;STRONG&gt;With Parallelism&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;3469 milliseconds&lt;/STRONG&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;BR /&gt;After selecting independent sub job while calling the sub job, it took&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;78665&lt;/STRONG&gt; milliseconds&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kindly let me know if any other configuration/tuning needs to done.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270842#M48619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270843#M48620</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While using the independent sub job system should have enough resources because each sub-job executed as a separate instance. Try it out by reducing the number of iterations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270843#M48620</guid>
      <dc:creator>tchandu</dc:creator>
      <dc:date>2019-10-01T18:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270844#M48621</link>
      <description>&lt;P&gt;Hi Chandu,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My system configuration is 16 GB RAM and i7-4790 CPU.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Configured number of parallel execution to 2 and then it took&amp;nbsp;148814 milliseconds.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Other than Talend Open Studio-7.1.1, not running any other major processes.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 19:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270844#M48621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T19:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270845#M48622</link>
      <description>&lt;P&gt;Hi Team.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Issue&lt;/STRONG&gt; -&amp;nbsp;Parallel execution(with number of parallel execution 2) took 338 milli seconds where as non parallel execution took 49 seconds to get the document name of 15 PDF files(just file name without reading file content) in a directory.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Use Case -&lt;/STRONG&gt; Get document name of files in a directory parallely&lt;/P&gt; 
  &lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Talend Tool&lt;/STRONG&gt; - Talend Data Integration 6.5.1&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;STRONG&gt;Here are the Main Job Design Details:&lt;/STRONG&gt;&lt;/P&gt; 
  &lt;P&gt;Using tFileList&amp;nbsp;to get the list of all files in a directory&lt;BR /&gt;Using iterate to connect to tRunJob and using the Enable Parallel Execution to process files parallely. Number of parallel executions specified were 2.&lt;BR /&gt;Passing the FileName as a context parameter as below to subjob:&lt;BR /&gt;(String)globalMap.get("tFileList_1_CURRENT_FILEPATH")&lt;BR /&gt;Sub Job Details:&lt;/P&gt; 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdAR"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwfy"&gt;Job Design Details for Data Integration Tools.docx&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdAR"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 11 Oct 2019 10:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270845#M48622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T10:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270846#M48623</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You are saying that parallel execution is happening in milli seconds where as the serial execution is happening around 50 seconds. So could you please tell me the issue now you are facing? I am slightly confused here.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270846#M48623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T15:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270847#M48624</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Apologize for the typo and here is the edited issue:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Issue&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;-&amp;nbsp;Parallel execution(with number of parallel execution 2) took 338 milli seconds where as serial execution took 49 milli seconds to get the document name of 15 PDF files(just file name without reading file content) in a directory.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Could you please let me know why&amp;nbsp;&amp;nbsp;parallel execution is taking more time than the serial execution.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270847#M48624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T15:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270848#M48625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; The first verification I will do will be to increase the memory parameters and see the performance results.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270848#M48625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270849#M48626</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi Nikhil,&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Increased the memory for main job as well as sub job as below:&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;-Xms1024M&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;-Xmx1792M&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Parallel execution took 338 milli seconds where as serial execution took 46 milli seconds.&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sub job settings.png" style="width: 863px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8B9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145490iBDF5159338FA521E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8B9.png" alt="0683p000009M8B9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/EM&gt;&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; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Main Job Settings.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8BE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144835iA21EAA68F445D61A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8BE.png" alt="0683p000009M8BE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270849#M48626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T16:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270850#M48627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You will see more difference in the performance for a longer job execution processes.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Since your job is executing in milli seconds, I would pick either of them as end of day, its a batch process.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;My view is that since you are using Open source version of Talend, the number of options in front of you will be limited. If you are using a mission critical application with lot of bench marking required, I would opt the enterprise version of Talend, which is having more parallel processing features.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270850#M48627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T20:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270851#M48628</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I mentioned in my previous post, am using the 30 days trail version of T&lt;SPAN&gt;alend Data Integration 6.5.1 to evaluate enabling parallel execution feature for iterate loop.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Downloaded the trail version of&amp;nbsp;Talend Data Integration 6.5.1 from the below link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.talend.com/download/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/download/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you please provide a working sample job design (if you have one) for&amp;nbsp;enabling parallel execution for iterate loop.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Narayana.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270851#M48628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T17:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270852#M48629</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I would recommend you to go through the tParallelize component along with sample scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/J2Gx1RZDoO6xyhQalZJqUQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/J2Gx1RZDoO6xyhQalZJqUQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 18:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270852#M48629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T18:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel execution takes more time than the non-parallel execution</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270853#M48630</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the response. Will explore the&amp;nbsp;&lt;SPAN&gt;tParallelize component and update you.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you see any issue with enabling Parallel execution for Iterate loop or do not suggest to use it?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Narayana.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 07:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parallel-execution-takes-more-time-than-the-non-parallel/m-p/2270853#M48630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-16T07:21:45Z</dc:date>
    </item>
  </channel>
</rss>

