<?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: Log Rows per second Inserted in DB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373391#M136120</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Hv2uAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130221iB81622F25FC3DB74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Hv2uAAC.png" alt="0693p000009Hv2uAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the &lt;B&gt;tflowMeterCatcher &lt;/B&gt;i am getting total Count of Rows. I want Rows inserted per second.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Cany you please guide.&lt;/B&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2020 06:29:41 GMT</pubDate>
    <dc:creator>MAli_Khan923132608504</dc:creator>
    <dc:date>2020-08-06T06:29:41Z</dc:date>
    <item>
      <title>Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373387#M136116</link>
      <description>&lt;P&gt;I have created a job tDBInput-&amp;gt;tmap-&amp;gt;tDBOutput&lt;/P&gt;&lt;P&gt;I want to log the number of rows inserted in Database in one second.&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373387#M136116</guid>
      <dc:creator>MAli_Khan923132608504</dc:creator>
      <dc:date>2024-11-16T01:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373388#M136117</link>
      <description>&lt;P&gt;@Muhammad Ali Khan​&amp;nbsp;, we do not have a direct component to check that how many records inserted per second. May you need to run the manual query at  DB side to check that. but when you are running from Talend Studio you will get to know that how many records are processing per seconds from component to component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373388#M136117</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-05T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373389#M136118</link>
      <description>&lt;P&gt;as per my opinion ,The rows per second written on every component is coming from some variables or from some where. how can i save and log it on every second.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373389#M136118</guid>
      <dc:creator>MAli_Khan923132608504</dc:creator>
      <dc:date>2020-08-05T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373390#M136119</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So far, Nb_LINE&amp;nbsp;is used to count the total number of records have been proceed. For example, when inserted item is chosen, a global variable  ((Integer)globalMap.get("tDBOutput_1_NB_LINE_INSERTED")) will be available, which counts the total number of records have been inserted into database. &lt;B&gt; &lt;/B&gt;&lt;/P&gt;&lt;P&gt;Here is a component tFlowMeterwhich counts the number of lines in the specified flow. &lt;/P&gt;&lt;P&gt;This number of lines is getting back by tFlowMeter in order to be add to log data!&lt;/P&gt;&lt;P&gt;For more information about this component, please have a look at this related scenario: &lt;A href="https://help.talend.com/reader/Q_J04dOXCHTPA~RWThgKsA/8RfqeFgH7r1pdzZZeH~9eQ" alt="https://help.talend.com/reader/Q_J04dOXCHTPA~RWThgKsA/8RfqeFgH7r1pdzZZeH~9eQ" target="_blank"&gt;TalendHelpCenter:Catching flow metrics from a Job&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 06:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373390#M136119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-06T06:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373391#M136120</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009Hv2uAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130221iB81622F25FC3DB74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009Hv2uAAC.png" alt="0693p000009Hv2uAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the &lt;B&gt;tflowMeterCatcher &lt;/B&gt;i am getting total Count of Rows. I want Rows inserted per second.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Cany you please guide.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 06:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373391#M136120</guid>
      <dc:creator>MAli_Khan923132608504</dc:creator>
      <dc:date>2020-08-06T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Log Rows per second Inserted in DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373392#M136121</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is not a specific component to check that how many records inserted per second.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-Rows-per-second-Inserted-in-DB/m-p/2373392#M136121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-06T09:13:16Z</dc:date>
    </item>
  </channel>
</rss>

