<?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: Really Slow load from Informix Database (version 7.3) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268768#M47232</link>
    <description>Thank you 
&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,
&lt;BR /&gt;But the query is a simple select from, if I use the same query in a odbc connection in Execel or Qlik for example I get a considered better reply.
&lt;BR /&gt;I have made some test in talend, if I take off the varchar field the velocity increases to 140 rows/sec if I get just 3 fields (integer) I can load 3000 row/sec.
&lt;BR /&gt;But I need all of the fields, if I consider all I can't pass than 70 rows/sec.
&lt;BR /&gt;
&lt;BR /&gt;All the test have been made un the same server with the same environment.</description>
    <pubDate>Fri, 19 Apr 2019 13:00:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-19T13:00:38Z</dc:date>
    <item>
      <title>Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268765#M47229</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I would like help with a really big problem that I am facing right now, I have load data from an Informix database but Talend can't load more than 70 rows per second, if I try to load in this same database from Excel or Qlik I can read it at least 8 x faster.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could someone help me with that?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend.PNG" style="width: 677px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3oD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139876i1D0A1183001C7611/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3oD.png" alt="0683p000009M3oD.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 22:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268765#M47229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T22:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268766#M47230</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I figured the problem could be the time to convert the local database format to Talend format if I take off varchar/string field the load speed increase more than 3 times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I can't find a solution to improve that, because of the varchar field is a key in this table.&lt;/P&gt;
&lt;P&gt;=/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someone, could me provide some help, please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tks!&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 00:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268766#M47230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T00:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268767#M47231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is must be no problem with the conversion but easily could be a problem with data size&lt;/P&gt;&lt;P&gt;reading speed depends from:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;query - how it complicated and how fast DB start returning data&lt;/LI&gt;&lt;LI&gt;data size&lt;/LI&gt;&lt;LI&gt;network latency&lt;/LI&gt;&lt;LI&gt;JDBC driver performance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 07:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268767#M47231</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T07:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268768#M47232</link>
      <description>Thank you 
&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,
&lt;BR /&gt;But the query is a simple select from, if I use the same query in a odbc connection in Execel or Qlik for example I get a considered better reply.
&lt;BR /&gt;I have made some test in talend, if I take off the varchar field the velocity increases to 140 rows/sec if I get just 3 fields (integer) I can load 3000 row/sec.
&lt;BR /&gt;But I need all of the fields, if I consider all I can't pass than 70 rows/sec.
&lt;BR /&gt;
&lt;BR /&gt;All the test have been made un the same server with the same environment.</description>
      <pubDate>Fri, 19 Apr 2019 13:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268768#M47232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268769#M47233</link>
      <description>&lt;P&gt;ok, do you really output all 50k+ rows to tlogrow?&lt;/P&gt;&lt;P&gt;is the speed same if output is CSV file?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268769#M47233</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T13:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268770#M47234</link>
      <description>I landing more than 200 k but I just output the last 100 rows.
&lt;BR /&gt;I didn't test with csv, I am going to test it and I inform you.</description>
      <pubDate>Fri, 19 Apr 2019 13:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268770#M47234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268771#M47235</link>
      <description>&lt;P&gt;if you print just 100 rows, it is not important&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268771#M47235</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268772#M47236</link>
      <description>&lt;P&gt;I afraid there no simple answer, need to check all what I mention&amp;nbsp;above, because simple test with 3 int and 1 string (255 characters):&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-04-20 at 12.34.16 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4k5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147987iA16F67E25628565F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4k5.png" alt="0683p000009M4k5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so, again:&lt;/P&gt; 
&lt;P&gt;- size (maybe your "string" is 32000 char &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&lt;/P&gt; 
&lt;P&gt;- network&lt;/P&gt; 
&lt;P&gt;- etc&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;add:&lt;/P&gt; 
&lt;P&gt;if you are IBM customer, try to download fresh JDBC drivers and test with tJDBCConnection / tJDBCInput&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268772#M47236</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268773#M47237</link>
      <description>Actually this string there is 22 characters, it is a fixed alphanumeric field.&lt;BR /&gt;I have to check my jbdc driver, but the wired thing about it is if I retrieve different fields in the same table I have different performances.&lt;BR /&gt;I believe in the time when I load the data source formats Talend spend a large time to transform for a Telend data type, I don't know if has a better way to do that.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268773#M47237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268774#M47238</link>
      <description>&lt;P&gt;my picture example from Informix, with 255 mixed string, so - Talend don't spend time for this&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 14:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268774#M47238</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T14:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268775#M47239</link>
      <description>Could you share your schema? Maybe I am get a wrong data type. What's is your jbdc driver version ?&lt;BR /&gt;I</description>
      <pubDate>Fri, 19 Apr 2019 15:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268775#M47239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268776#M47240</link>
      <description>&lt;P&gt;I just create and populate table with 1M rows, as you describe:&lt;/P&gt; 
&lt;P&gt;- serial - primary key&lt;/P&gt; 
&lt;P&gt;- integer - random&lt;/P&gt; 
&lt;P&gt;- integer random&lt;/P&gt; 
&lt;P&gt;- varchar - 255 char random&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and use standard talend components - int, int, int, string&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="Screen Shot 2019-04-20 at 2.13.16 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4kF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134504i0F8EDC60306714B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4kF.png" alt="0683p000009M4kF.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 15:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268776#M47240</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268777#M47241</link>
      <description>It is wired I have used the same data types as you.....&lt;BR /&gt;In the same server I have different performance to load the data depends on the tool.&lt;BR /&gt;I really don't know how fix it...&lt;BR /&gt;Maybe the version of the informix 7.3</description>
      <pubDate>Fri, 19 Apr 2019 15:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268777#M47241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268778#M47242</link>
      <description>&lt;P&gt;yes, it could be and settings and version (I have the latest) and network - my is local 1Gb network&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 15:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268778#M47242</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-19T15:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268779#M47243</link>
      <description>I have the database In the same network, i don't believe this is the reason...&lt;BR /&gt;As I said before, the wired thing is I have a good performance In the same table delwnd the field I retrieve</description>
      <pubDate>Fri, 19 Apr 2019 15:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268779#M47243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268780#M47244</link>
      <description>I have tested with Pentaho and get better performance, but I would like to do it in Talend, someone I am convinced that the problems are about the Data formating between Talend and Informix</description>
      <pubDate>Tue, 23 Apr 2019 21:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268780#M47244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-23T21:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Really Slow load from Informix Database (version 7.3)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268781#M47245</link>
      <description>The problem was the limitation from Informix to retrieve the data, you have to set the variable FET_BUF_SIZE to improve the performance. more details here 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D73p000004kZLkCAM#M97186" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Problems-to-connect-Informix/m-p/159228#M97186&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I really thanks to 
&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;</description>
      <pubDate>Thu, 25 Apr 2019 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Really-Slow-load-from-Informix-Database-version-7-3/m-p/2268781#M47245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-25T14:35:36Z</dc:date>
    </item>
  </channel>
</rss>

