<?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: [resolved] tMysqlInput performance enhancement in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289757#M63108</link>
    <description>Hi&lt;BR /&gt;Why do you check 'enable stream' here?&lt;BR /&gt;How many rows do you need to load?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Thu, 19 Jan 2012 06:38:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-19T06:38:24Z</dc:date>
    <item>
      <title>[resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289751#M63102</link>
      <description>Hi,
&lt;BR /&gt;I'm using tMysqlInput to input data from a remote server. I delete the imported rows in parallel. The input rate of tMysqlInput is around 5 rows/s. Can i increase its performance so that it input fast? the 'enable stream' option is checked. any idea?
&lt;BR /&gt;regards.</description>
      <pubDate>Sat, 16 Nov 2024 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289751#M63102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289752#M63103</link>
      <description>Hi&lt;BR /&gt;Link tMysqlInput with tJavaRow. Does it speed up this time? What's the rate?&lt;BR /&gt;I guess maybe tMysqlInput is not the bottleneck of your job.&lt;BR /&gt;A screenshot of the job is preferred.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 04:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289752#M63103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289753#M63104</link>
      <description>Hi pedro,&lt;BR /&gt;can you explain please?&lt;BR /&gt;Attached is the job image, any suggestions?</description>
      <pubDate>Thu, 19 Jan 2012 06:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289753#M63104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289754#M63105</link>
      <description>Hi&lt;BR /&gt;Please do as i said. Link tMysqlInput with tJavaRow. Does it speed up this time? What's the rate?&lt;BR /&gt;By using this way, you can find the bottleneck.&lt;BR /&gt;Wait for your feedback.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 06:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289754#M63105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289755#M63106</link>
      <description>Hi&lt;BR /&gt;Put tMysqlCommit under tMysqlInput.&lt;BR /&gt;tMysqlConnection&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOk&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlInput ---tmap---tFileOutputDelimited--tMysqlRow&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOK&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlCommit&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 06:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289755#M63106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289756#M63107</link>
      <description>Hi,&lt;BR /&gt;using &lt;BR /&gt;tMysqlConnection&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOk&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlInput ---tmap---tFileOutputDelimited--tMysqlRow&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOK&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlCommit&lt;BR /&gt;now rows/s are around 10 per second. so should i use tMysqlRow or tJavaRow?</description>
      <pubDate>Thu, 19 Jan 2012 06:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289756#M63107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289757#M63108</link>
      <description>Hi&lt;BR /&gt;Why do you check 'enable stream' here?&lt;BR /&gt;How many rows do you need to load?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 06:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289757#M63108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289758#M63109</link>
      <description>Hi,&lt;BR /&gt;My initial design was causing error where i used tMysqlCommit under tMysqlRow and unchecked 'enable stream'. I checked it and it worked fine.&lt;BR /&gt;i have about 200 thousand rows.</description>
      <pubDate>Thu, 19 Jan 2012 07:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289758#M63109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289759#M63110</link>
      <description>Hi&lt;BR /&gt;Please show me the settings of tMysqlInput and the sql of tMysqlRow.&lt;BR /&gt;Screenshots are preferred.&lt;BR /&gt;Then i can know what you want to do with tMysqlRow.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289759#M63110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289760#M63111</link>
      <description>Hi
&lt;BR /&gt;Try to remove tMysqlRow and check the speed this time.
&lt;BR /&gt;What we do now is to find bottleneck.
&lt;BR /&gt;If you remove tMysqlRow, the rate increases.
&lt;BR /&gt;We can make sure that there must be something wrong with the sql in tMysqlRow.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 07:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289760#M63111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289761#M63112</link>
      <description>Hi,
&lt;BR /&gt;let me explain you what i'm doing here. I take data from remote server through tMysqlInput, then i output the data into csv file. I delete the copied rows from the source server. tMysqlRow has the query which deletes the copied rows from the source server. 
&lt;BR /&gt;i"ve also attached the images.</description>
      <pubDate>Thu, 19 Jan 2012 07:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289761#M63112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289762#M63113</link>
      <description>Hi,
&lt;BR /&gt;After removing tMysqlRow, the rows/s jumped to 1000 rows/s. This means that i need to modify the query? its a very simple query though :s</description>
      <pubDate>Thu, 19 Jan 2012 07:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289762#M63113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289763#M63114</link>
      <description>Hi&lt;BR /&gt;Try this.&lt;BR /&gt;tMysqlConnection&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOk&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlInput ---tmap---tFileOutputDelimited&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOK&lt;BR /&gt;           |&lt;BR /&gt;   tFileInputDelimited--tMysqlRow&lt;BR /&gt;           |&lt;BR /&gt;    OnSubjobOk&lt;BR /&gt;           |&lt;BR /&gt;    tMysqlCommit&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 07:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289763#M63114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289764#M63115</link>
      <description>Hi&lt;BR /&gt;I have tested this issue.&lt;BR /&gt;Here is conclusion.&lt;BR /&gt;Do not use tMysqlRow here.&lt;BR /&gt;It is inefficient. Replace it with tMysqlOutput.&lt;BR /&gt;You will get perfect performance.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 08:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289764#M63115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T08:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289765#M63116</link>
      <description>Hi,&lt;BR /&gt;Thank you for your help. just one thing, i want the output in a file and want to delete the copied rows from the source. tMysqlOutput will output in a table. How can i achieve that?</description>
      <pubDate>Thu, 19 Jan 2012 08:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289765#M63116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289766#M63117</link>
      <description>Hi
&lt;BR /&gt;Notice "Action on data" of tMysqlOutput. Check "Delete" here.
&lt;BR /&gt;The following image will help you.
&lt;BR /&gt;tMysqlOutput can insert, update and delete records.
&lt;BR /&gt;Don't forget to check "Use an existing connection".
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 19 Jan 2012 08:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289766#M63117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T08:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289767#M63118</link>
      <description>Hi pedro, 
&lt;BR /&gt;you are awesome 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;thanks a million for all the help 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;regards,</description>
      <pubDate>Thu, 19 Jan 2012 08:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289767#M63118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T08:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289768#M63119</link>
      <description>Hi,&lt;BR /&gt;I am a newbie to Talend. I am running a job to transfer data from SQL server to Excel. I came across the same error. I read through the above post but I am unable to find the check box for 'enable stream'. Would anyone know why?&amp;nbsp;&lt;BR /&gt;Would appreciate any help or thoughts!&lt;BR /&gt;Thank you.&lt;BR /&gt;Pallak</description>
      <pubDate>Mon, 04 Aug 2014 19:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289768#M63119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T19:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tMysqlInput performance enhancement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289769#M63120</link>
      <description>hi, 
&lt;BR /&gt;in advanced setting of tMysqlInput component. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEg7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138414i3D99F3868105DF43/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEg7.png" alt="0683p000009MEg7.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 05 Aug 2014 08:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tMysqlInput-performance-enhancement/m-p/2289769#M63120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T08:59:36Z</dc:date>
    </item>
  </channel>
</rss>

