<?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 [Qlik Replicate] About performance of &amp;quot;R4I UDTF&amp;quot; in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551875#M16465</link>
    <description>&lt;P&gt;Source : DB2 for i Series&lt;/P&gt;&lt;P&gt;Hello support team.&lt;/P&gt;&lt;P&gt;I'd like to know difference in performance between display_journal and R4I UDTF.&lt;BR /&gt;If using R4I UDTF how much will performance improve from using display_journal.&lt;/P&gt;&lt;P&gt;Assume that change data output by 20MB/s.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2026 02:43:08 GMT</pubDate>
    <dc:creator>iti-attunity-sup</dc:creator>
    <dc:date>2026-06-23T02:43:08Z</dc:date>
    <item>
      <title>[Qlik Replicate] About performance of "R4I UDTF"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551875#M16465</link>
      <description>&lt;P&gt;Source : DB2 for i Series&lt;/P&gt;&lt;P&gt;Hello support team.&lt;/P&gt;&lt;P&gt;I'd like to know difference in performance between display_journal and R4I UDTF.&lt;BR /&gt;If using R4I UDTF how much will performance improve from using display_journal.&lt;/P&gt;&lt;P&gt;Assume that change data output by 20MB/s.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 02:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551875#M16465</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2026-06-23T02:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Replicate] About performance of "R4I UDTF"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551891#M16466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For DISPLAY_JOURNAL, it retrieves a broader range of journal entries first, and then filters them using SQL WHERE clauses. In contrast, R4I UDTF performs filtering at the source level before generating the result set. This explains why R4I UDTF delivers much better performance.&lt;/P&gt;
&lt;P&gt;However, it is hard to quantify the exact performance improvement because it depends on the distribution of changes. For example, if we only need to retrieve 1 target record out of 1 million total journal changes, R4I UDTF will be significantly faster since it eliminates the massive overhead of checking those 1 million records through SQL clauses.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 10:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551891#M16466</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-06-23T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Replicate] About performance of "R4I UDTF"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551972#M16475</link>
      <description>&lt;P&gt;Hello Desmond.&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Does "R4I UDTF" use QjoRetrieveJournalEntries API ?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 10:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2551972#M16475</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2026-06-24T10:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Replicate] About performance of "R4I UDTF"</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2552020#M16476</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Based on a review of previous support case regarding this architecture, yes, that is correct.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 02:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-About-performance-of-quot-R4I-UDTF-quot/m-p/2552020#M16476</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-06-25T02:13:32Z</dc:date>
    </item>
  </channel>
</rss>

