<?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: Optimization on Change data capture (200 million records or so in 5-6 transactions) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554769#M16619</link>
    <description>&lt;P&gt;Is the size of the Snowflake warehouse causing the bottleneck? Also, are there particular tables that are busier than the others and can you be more selective with the data?&lt;/P&gt;
&lt;P&gt;BTW, you can trace the journey of the data in the Replicate logs in TARGET_APPLY which is going to be: loading data to stage, loading that into a table and then apply, so by it's nature you'll struggle with a lot of transactions.&lt;/P&gt;
&lt;P&gt;Snowpipe can be considered too but you'll need to take care of the apply part outside of Replicate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2026 13:03:44 GMT</pubDate>
    <dc:creator>-mjl-</dc:creator>
    <dc:date>2026-08-13T13:03:44Z</dc:date>
    <item>
      <title>Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554711#M16611</link>
      <description>&lt;P&gt;The amount of change data that is being captured from source is very large. 200 million records or so for about 20 tables. And this is causing a latency of about 4 hrs or 5 hrs to commit this to target. Is there any way we can speed up this CDC commits? I am attaching a photo of the current monitor screen and my change capture settings. Please let me know of any tuning that can be performed. Source is SQL server (MS-CDC) and target is Snowflake.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 15:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554711#M16611</guid>
      <dc:creator>Syra1359</dc:creator>
      <dc:date>2026-08-12T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554712#M16612</link>
      <description>&lt;P&gt;Latency of about 30 mins or so is okay, but 4-5 hours is too much for my case.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 15:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554712#M16612</guid>
      <dc:creator>Syra1359</dc:creator>
      <dc:date>2026-08-12T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554746#M16615</link>
      <description>&lt;P&gt;the CDC should be only in Incremental concepts, did you follow the same?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 09:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554746#M16615</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2026-08-13T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554748#M16616</link>
      <description>&lt;P&gt;There are batch jobs running on top of the source databases. And the commit rates and other aspects related to those are not in my control. We don't have access to those systems at all. I know we can't reduce the latency completely, because there will be the latency caused by source side commit delays. But I am trying to improve the target writes, so that we can save as much time as possible.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 09:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554748#M16616</guid>
      <dc:creator>Syra1359</dc:creator>
      <dc:date>2026-08-13T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554751#M16617</link>
      <description>&lt;P&gt;I guess question might draft in other forum and not to Qlik community. I just started understanding of snowflake, do you wish to answers for me -&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the current batch size being used for commits?&lt;/P&gt;&lt;P&gt;How are changes staged before loading into Snowflake?&lt;/P&gt;&lt;P&gt;Are you using MERGE INTO or row‑level updates?&lt;/P&gt;&lt;P&gt;What is the Snowflake warehouse size during CDC loads?&lt;/P&gt;&lt;P&gt;Is parallelism applied across tables or partitions?&lt;/P&gt;&lt;P&gt;How frequently are CDC batches committed?&lt;/P&gt;&lt;P&gt;Are you using Snowpipe or Streams/Tasks?&lt;/P&gt;&lt;P&gt;How is network throughput between SQL Server and Snowflake?&lt;/P&gt;&lt;P&gt;What is the retry/error handling strategy?&lt;/P&gt;&lt;P&gt;Are indexes or constraints slowing down merges?&lt;/P&gt;&lt;P&gt;Based on input, I can check internally and post suggestions here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In short, the target architecture flow would look like this: SQL Server CDC → Cloud Storage Staging → Snow pipe → Snowflake Streams → MERGE Tasks → Analytics Warehouse. This design reduces latency from hours to minutes, improves scalability, and ensures that your Snowflake environment remains responsive even under heavy CDC loads.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 10:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554751#M16617</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2026-08-13T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization on Change data capture (200 million records or so in 5-6 transactions)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554769#M16619</link>
      <description>&lt;P&gt;Is the size of the Snowflake warehouse causing the bottleneck? Also, are there particular tables that are busier than the others and can you be more selective with the data?&lt;/P&gt;
&lt;P&gt;BTW, you can trace the journey of the data in the Replicate logs in TARGET_APPLY which is going to be: loading data to stage, loading that into a table and then apply, so by it's nature you'll struggle with a lot of transactions.&lt;/P&gt;
&lt;P&gt;Snowpipe can be considered too but you'll need to take care of the apply part outside of Replicate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 13:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Optimization-on-Change-data-capture-200-million-records-or-so-in/m-p/2554769#M16619</guid>
      <dc:creator>-mjl-</dc:creator>
      <dc:date>2026-08-13T13:03:44Z</dc:date>
    </item>
  </channel>
</rss>

