<?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 [Help] Connection Pool Postgre in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295074#M67893</link>
    <description>Hi Forum,
&lt;BR /&gt;i have created a job that needed to 
&lt;B&gt;connect database and inserted output to database postgre&lt;/B&gt;. When my job processed some files, i have no problem, but when i processed many files 
&lt;B&gt;( more than 10000)&lt;/B&gt; files, problems come. Process took long time and 
&lt;B&gt;connection&lt;/B&gt; 
&lt;B&gt;postgre is max&lt;/B&gt;. I think every time my job run, it always open connection postgre so that the connection is always max and 
&lt;B&gt;took long time &lt;/B&gt;to insert my output to database. I heard about 
&lt;B&gt;connection pool in postgre for talend&lt;/B&gt;, but i dont know much about that. Can someone tell me for the solution. Thank you</description>
    <pubDate>Thu, 24 Mar 2016 09:03:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-24T09:03:22Z</dc:date>
    <item>
      <title>[Help] Connection Pool Postgre in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295074#M67893</link>
      <description>Hi Forum,
&lt;BR /&gt;i have created a job that needed to 
&lt;B&gt;connect database and inserted output to database postgre&lt;/B&gt;. When my job processed some files, i have no problem, but when i processed many files 
&lt;B&gt;( more than 10000)&lt;/B&gt; files, problems come. Process took long time and 
&lt;B&gt;connection&lt;/B&gt; 
&lt;B&gt;postgre is max&lt;/B&gt;. I think every time my job run, it always open connection postgre so that the connection is always max and 
&lt;B&gt;took long time &lt;/B&gt;to insert my output to database. I heard about 
&lt;B&gt;connection pool in postgre for talend&lt;/B&gt;, but i dont know much about that. Can someone tell me for the solution. Thank you</description>
      <pubDate>Thu, 24 Mar 2016 09:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295074#M67893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-24T09:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: [Help] Connection Pool Postgre in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295075#M67894</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Have you checked component &lt;A href="https://help.talend.com/search/all?query=tPostgresqlConnection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tPostgresqlConnection&lt;/A&gt;?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Is "Use or register a shared DB connection" feature helpful for your current use case?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295075#M67894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T07:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Help] Connection Pool Postgre in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295076#M67895</link>
      <description>Hi erbi, actually it is not really necessary to have a connection pool as long as you close them correctly. You should not reach the limits.
&lt;BR /&gt;Take care your jobs do not simply opens tPostgresqlConnection and do not close them.
&lt;BR /&gt;I am totally aware a connection pool would be a good idea because it saves a lot of useless actions (connect, disconnect).
&lt;BR /&gt;I have created such a pool component already for MySQL and will create a fork also for PostgreSQL.
&lt;BR /&gt;One word to the shared connection. This is a share of exactly THIS particular connection and works only in the same thread (it does not work if you use parallelization!) and is therefore quite different compared to a real pool.&amp;nbsp;</description>
      <pubDate>Mon, 28 Mar 2016 12:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-Connection-Pool-Postgre-in-talend/m-p/2295076#M67895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T12:28:32Z</dc:date>
    </item>
  </channel>
</rss>

