<?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: Best approach for large, long running transactions in Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548469#M16254</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144275"&gt;@NakulanR&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;What is the source endpoint? Unless the large transaction is causing significant resource constraints (e.g. CPU, Memory, I/O), I recommend letting the task keep running.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2026 01:52:29 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2026-05-06T01:52:29Z</dc:date>
    <item>
      <title>Best approach for large, long running transactions in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548465#M16250</link>
      <description>&lt;P&gt;Hi Support,&lt;/P&gt;&lt;P&gt;In a scenario where it's known that a high volume, long running transaction is about to be committed in the source database, what approach should be taken in Replicate?&lt;/P&gt;&lt;P&gt;Should Replicate be kept running as per usual? Or is it better to have the task stopped whilst the transaction is open in the source and only resumed once the transaction has been committed in the source database? Or is there no difference between the 2 approaches.&lt;/P&gt;&lt;P&gt;Look forward to your insight on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Nak&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 01:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548465#M16250</guid>
      <dc:creator>NakulanR</dc:creator>
      <dc:date>2026-05-06T01:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Best approach for large, long running transactions in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548466#M16251</link>
      <description>&lt;P&gt;Hello Nak,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144275"&gt;@NakulanR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good morning and thanks for the post here.&lt;/P&gt;
&lt;P data-end="96" data-start="54"&gt;Short answer: &lt;STRONG&gt;The task should be kept running as normal&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-end="523" data-start="98"&gt;The main objective is to allow &lt;SPAN class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"&gt;&lt;SPAN class="whitespace-normal"&gt;Qlik Replicate&lt;/SPAN&gt;&lt;/SPAN&gt; to catch up with changes as quickly as possible. In most RDBMS platforms, Replicate can only capture &lt;STRONG data-end="289" data-start="268"&gt;committed changes&lt;/STRONG&gt;, since changes become visible only after the transaction is committed. In some databases (e.g., &lt;STRONG&gt;Oracle&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;SPAN class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"&gt;&lt;SPAN class="whitespace-normal"&gt;IBM DB2 LUW&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;), Replicate can start reading changes from the logs even before the transaction commits.&lt;/P&gt;
&lt;P data-end="783" data-start="525"&gt;By keeping the task running, Replicate can begin reading changes as soon as they are written to the logs. If the large transaction is eventually committed, the changes will be applied to the target. If it is rolled back, the changes will simply be discarded.&lt;/P&gt;
&lt;H3 data-end="826" data-start="790" data-section-id="uuhkc9"&gt;Pros of keeping the task running&lt;/H3&gt;
&lt;UL data-end="979" data-start="827"&gt;
&lt;LI data-end="884" data-start="827" data-section-id="8ulorx"&gt;Replicate continues reading logs without interruption&lt;/LI&gt;
&lt;LI data-end="925" data-start="885" data-section-id="phyvt7"&gt;No restart or repositioning overhead&lt;/LI&gt;
&lt;LI data-end="979" data-start="926" data-section-id="1jtodzi"&gt;Faster catch-up once the transaction is committed&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-end="1030" data-start="986" data-section-id="79dw97"&gt;Comparison to stopping/resuming the task&lt;/H3&gt;
&lt;UL data-end="1258" data-start="1031"&gt;
&lt;LI data-end="1116" data-start="1031" data-section-id="1q051xp"&gt;Replicate stops reading logs, which &lt;STRONG&gt;may slightly reduce load on the source system&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI data-end="1186" data-start="1117" data-section-id="1gss8tg"&gt;However, it introduces &lt;STRONG&gt;restart overhead and delays in catching up&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI data-end="1258" data-start="1187" data-section-id="9n8id8"&gt;Additional operational complexity and potential risks during resume&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="1348" data-start="1265"&gt;In summary, keeping the task running is generally the preferred and safer approach.&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="1348" data-start="1265"&gt;Hope this helps.&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="1348" data-start="1265"&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 01:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548466#M16251</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-05-06T01:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best approach for large, long running transactions in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548467#M16252</link>
      <description>&lt;P&gt;Thanks for the prompt response&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;.&amp;nbsp;Thanks for clearing that up&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 01:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548467#M16252</guid>
      <dc:creator>NakulanR</dc:creator>
      <dc:date>2026-05-06T01:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best approach for large, long running transactions in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548468#M16253</link>
      <description>&lt;P&gt;Thank you for your support! Nak.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144275"&gt;@NakulanR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 01:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548468#M16253</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-05-06T01:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best approach for large, long running transactions in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548469#M16254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144275"&gt;@NakulanR&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;What is the source endpoint? Unless the large transaction is causing significant resource constraints (e.g. CPU, Memory, I/O), I recommend letting the task keep running.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 01:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Best-approach-for-large-long-running-transactions-in-Qlik/m-p/2548469#M16254</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-05-06T01:52:29Z</dc:date>
    </item>
  </channel>
</rss>

