<?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 Utilising multi-cores while fetching data from PostgresSql(EDB) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Utilising-multi-cores-while-fetching-data-from-PostgresSql-EDB/m-p/2261630#M42357</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We are fetching data from PostgresSql(EDB). Having two separate servers one for DB and ETL. While a talend job was called in ETL server, query inside tPostgressqlInput fetch the data using multiple cores(parallel) in DB server. I mean all the cores were utilised based on parallel workers defined.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But in ETL server, only one core was utilized. Specified the cursor size to fetch data in chunk.I doubt, it was because of&amp;nbsp;JDBC driver. For single query(one connection) only one thread will be used? Can't I make the make the job to use multi-threaded while fetching the data using JDBC driver?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What i assume is, data is read sequentially and parallelism works right after tPostgressqlInput, if i enable parallelism in job level. Kindly provide some suggestion, how to make use of multi-cores while transferring data from DB server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:48:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:48:30Z</dc:date>
    <item>
      <title>Utilising multi-cores while fetching data from PostgresSql(EDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Utilising-multi-cores-while-fetching-data-from-PostgresSql-EDB/m-p/2261630#M42357</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We are fetching data from PostgresSql(EDB). Having two separate servers one for DB and ETL. While a talend job was called in ETL server, query inside tPostgressqlInput fetch the data using multiple cores(parallel) in DB server. I mean all the cores were utilised based on parallel workers defined.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But in ETL server, only one core was utilized. Specified the cursor size to fetch data in chunk.I doubt, it was because of&amp;nbsp;JDBC driver. For single query(one connection) only one thread will be used? Can't I make the make the job to use multi-threaded while fetching the data using JDBC driver?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What i assume is, data is read sequentially and parallelism works right after tPostgressqlInput, if i enable parallelism in job level. Kindly provide some suggestion, how to make use of multi-cores while transferring data from DB server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Utilising-multi-cores-while-fetching-data-from-PostgresSql-EDB/m-p/2261630#M42357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Utilising multi-cores while fetching data from PostgresSql(EDB)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Utilising-multi-cores-while-fetching-data-from-PostgresSql-EDB/m-p/2261631#M42358</link>
      <description>Hi 
&lt;BR /&gt;One connection open a thread, connection can't be shared between threads because each connection is also a transaction. The 'enable parallelism in job level' is for different subjobs in the same job. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 18 May 2017 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Utilising-multi-cores-while-fetching-data-from-PostgresSql-EDB/m-p/2261631#M42358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T10:10:17Z</dc:date>
    </item>
  </channel>
</rss>

