<?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: Row by row delete in Azure Database with z/OS source in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548725#M16276</link>
    <description>&lt;P&gt;Client want to ensure the transactions in the same order as they are created in Source system.&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2026 09:32:31 GMT</pubDate>
    <dc:creator>Rueda</dc:creator>
    <dc:date>2026-05-08T09:32:31Z</dc:date>
    <item>
      <title>Row by row delete in Azure Database with z/OS source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548690#M16269</link>
      <description>&lt;DIV&gt;&lt;P&gt;We are currently using &lt;STRONG&gt;Qlik Replicate November 2024&lt;/STRONG&gt;, with a &lt;STRONG&gt;z/OS source&lt;/STRONG&gt; and &lt;STRONG&gt;Azure SQL Database as the target&lt;/STRONG&gt;, and we are experiencing significant performance issues and delays during large-scale delete operations.&lt;/P&gt;&lt;P&gt;Specifically, when bulk deletes are triggered on the source, the replication process appears to handle them as &lt;STRONG&gt;row-by-row deletes&lt;/STRONG&gt; on the target side, which is causing major latency and performance degradation.&lt;/P&gt;&lt;P&gt;Our task is configured in &lt;STRONG&gt;Transactional (CDC) mode&lt;/STRONG&gt;, and switching to &lt;STRONG&gt;Batch mode is not an option&lt;/STRONG&gt; due to business requirements.&lt;/P&gt;&lt;P&gt;We would like to understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there any configuration, optimization, or best practice to avoid row-by-row delete processing in this scenario?&lt;/LI&gt;&lt;LI&gt;Are there alternative approaches (e.g., bulk delete handling, tuning parameters, or target-side optimizations) to improve performance?&lt;/LI&gt;&lt;LI&gt;Has anyone faced a similar issue with z/OS → Azure SQL Database replication and found an effective workaround?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any insights or recommendations would be greatly appreciated.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 May 2026 18:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548690#M16269</guid>
      <dc:creator>Rueda</dc:creator>
      <dc:date>2026-05-07T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Row by row delete in Azure Database with z/OS source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548698#M16274</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132009"&gt;@Rueda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This behavior looks reasonable to me:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Transactional (CDC) mode&lt;/STRONG&gt; can be slow, especially when the target table does not have a Primary Key or Unique Index.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Deletes are processed &lt;STRONG&gt;row-by-row&lt;/STRONG&gt;. This is by design and not considered a defect.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I’d like to better understand why &lt;STRONG&gt;Batch mode is not an option&lt;/STRONG&gt; in this scenario.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 22:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548698#M16274</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-05-07T22:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Row by row delete in Azure Database with z/OS source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548725#M16276</link>
      <description>&lt;P&gt;Client want to ensure the transactions in the same order as they are created in Source system.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 09:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548725#M16276</guid>
      <dc:creator>Rueda</dc:creator>
      <dc:date>2026-05-08T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Row by row delete in Azure Database with z/OS source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548769#M16277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132009"&gt;@Rueda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This appears to be more of a tuning-related issue. Since I’m not fully familiar with your environment and current task configuration, some possible tuning approaches could include:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Place the critical tables in a &lt;STRONG&gt;Transactional Apply task&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Move less critical or high-volume tables into a separate &lt;STRONG&gt;Batch Apply task&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Test different delete handling modes and apply settings&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;However, as any recommendation may be inaccurate without a complete understanding of the environment and configuration, we would recommend &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-contact-Qlik-Support/ta-p/1837529" target="_blank" rel="noopener"&gt;engaging PS&lt;/A&gt; for a deeper review and tuning assessment.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 13:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Row-by-row-delete-in-Azure-Database-with-z-OS-source/m-p/2548769#M16277</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-05-08T13:22:52Z</dc:date>
    </item>
  </channel>
</rss>

