<?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: CDC (Change Data Capture) in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510700#M3208</link>
    <description>&lt;P&gt;Hi! I am glad it helped, have a good day&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 15:40:45 GMT</pubDate>
    <dc:creator>diegozecchini</dc:creator>
    <dc:date>2025-03-19T15:40:45Z</dc:date>
    <item>
      <title>CDC (Change Data Capture)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510433#M3200</link>
      <description>&lt;P&gt;What is CDC ? Can anyone explain with an example?&lt;BR /&gt;And suppose i have data from 1st Feb 2025 to 28th Feb 2025&lt;BR /&gt;I need to implement CDC on daily basis like from 1st March 2025.&lt;BR /&gt;How to do that?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510433#M3200</guid>
      <dc:creator>Vikash2024</dc:creator>
      <dc:date>2025-03-19T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: CDC (Change Data Capture)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510437#M3201</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;Qlik CDC can be implemented using Qlik Replicate or through Qlik Sense/QlikView with incremental load.&lt;/P&gt;&lt;P&gt;You can track changes using database logs (e.g., MySQL binlog, SQL Server CDC, PostgreSQL WAL), Timestamps (e.g., UpdatedAt column), triggers on tables (if database supports it)&lt;/P&gt;&lt;P&gt;Before starting CDC, ensure you have loaded the full dataset until 28th Feb 2025.&lt;BR /&gt;SELECT * FROM Orders WHERE Timestamp &amp;lt; '2025-03-01';&lt;/P&gt;&lt;P&gt;From 1st March 2025, you need to load only the new and updated records daily.&lt;/P&gt;&lt;P&gt;Example Query for Daily CDC (for 1st March 2025)&lt;BR /&gt;SELECT * FROM Orders WHERE Timestamp &amp;gt;= '2025-03-01' AND Timestamp &amp;lt; '2025-03-02';&lt;/P&gt;&lt;P&gt;If using Qlik, set up an Incremental Load Script:&lt;BR /&gt;LET vLastLoadDate = '2025-02-28';&lt;/P&gt;&lt;P&gt;Orders:&lt;BR /&gt;LOAD OrderID, Customer, Amount, Status, Timestamp&lt;BR /&gt;FROM Database&lt;BR /&gt;WHERE Timestamp &amp;gt; '$(vLastLoadDate)';&lt;/P&gt;&lt;P&gt;LET vLastLoadDate = Today(); // Update last processed date&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Schedule the CDC process daily in Qlik Sense/QlikView, if using Qlik Replicate, configure continuous replication from source to destination.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 07:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510437#M3201</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-03-18T07:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: CDC (Change Data Capture)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510472#M3203</link>
      <description>&lt;P&gt;Thanks for sharing it will really helpful for me.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 11:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510472#M3203</guid>
      <dc:creator>Vikash2024</dc:creator>
      <dc:date>2025-03-18T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: CDC (Change Data Capture)</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510700#M3208</link>
      <description>&lt;P&gt;Hi! I am glad it helped, have a good day&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 15:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/CDC-Change-Data-Capture/m-p/2510700#M3208</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-03-19T15:40:45Z</dc:date>
    </item>
  </channel>
</rss>

