<?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: Opening/Closing of multiple MySQL connections in parallel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267194#M46172</link>
    <description>&lt;P&gt;No problems at all, unless you are restricted by the number of connections that your MySQL database allow. &amp;nbsp;You must tweak your mysql database to allow the number of connections you have per job X the number of jobs you are running.&lt;/P&gt; 
&lt;P&gt;Look also at the performance of your DB when you have 15+ jobs trying to insert/update/delete data to your DB. &amp;nbsp;Your DB can become the bottleneck if it cannot cope with the throughput thrown at it.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2017 06:49:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-10T06:49:03Z</dc:date>
    <item>
      <title>Opening/Closing of multiple MySQL connections in parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267193#M46171</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job that takes in data from sql server and puts them in mysql. I have used tmysqlconnection, tmysqlcommit and tmysqlrollback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar to the above I have 15+ jobs. All these jobs must run in parallel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What problems might I face if the opening/closing of mysql connection happens 15+ times simultaneously?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Rathi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 11:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267193#M46171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-09T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Opening/Closing of multiple MySQL connections in parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267194#M46172</link>
      <description>&lt;P&gt;No problems at all, unless you are restricted by the number of connections that your MySQL database allow. &amp;nbsp;You must tweak your mysql database to allow the number of connections you have per job X the number of jobs you are running.&lt;/P&gt; 
&lt;P&gt;Look also at the performance of your DB when you have 15+ jobs trying to insert/update/delete data to your DB. &amp;nbsp;Your DB can become the bottleneck if it cannot cope with the throughput thrown at it.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 06:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267194#M46172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T06:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Opening/Closing of multiple MySQL connections in parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267195#M46173</link>
      <description>It depends on your mysql configuration. You can check with your dba. how many parallel connection allowed. Also at the same time you have to consider connections opened by other jobs/process.
&lt;BR /&gt;you can use connection name as your jobName, so it is common per your job and at last you can close the connection.</description>
      <pubDate>Mon, 12 Jun 2017 00:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267195#M46173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-12T00:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Opening/Closing of multiple MySQL connections in parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267196#M46174</link>
      <description>&lt;P&gt;Thank you !! That answers my question !&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Opening-Closing-of-multiple-MySQL-connections-in-parallel/m-p/2267196#M46174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T15:05:25Z</dc:date>
    </item>
  </channel>
</rss>

