<?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: Difference Between Apply Changes and Store Changes in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477460#M12446</link>
    <description>&lt;P&gt;In additional to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181906"&gt;@Kent_Feng&lt;/a&gt;&amp;nbsp;comments:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Apply Changes:&lt;/STRONG&gt; Supported by relational database management systems (RDBMS) such as Oracle, MySQL, and SQL Server, as well as streaming platforms like Kafka and similar systems.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Store Changes:&lt;/STRONG&gt; Supported by RDBMS and file-based storage targets, including options like File target, S3, GCS, and others.&lt;/P&gt;
&lt;P&gt;Whether you choose to enable 'Apply Changes' or 'Store Changes' depends on the needs of your project:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your goal is to replicate changes from the source to the target, synchronizing tables across two databases, then 'Apply Changes' is the appropriate choice.&lt;/LI&gt;
&lt;LI&gt;If you simply need to capture and store changes for later consumption by other applications, 'Store Changes' is more suitable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 08:43:56 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-08-22T08:43:56Z</dc:date>
    <item>
      <title>Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477269#M12427</link>
      <description>&lt;P&gt;The major key points difference between Apply Changes and Store Changes :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;&lt;STRONG&gt;Apply Changes&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;&lt;STRONG&gt;Store Changes&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;Utilized with RDBMS type target endpoints.&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;Utilizes with file based target endpoints.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;Applies the changes in real time at target end.&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;Applies the changes after a certain time at target end.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;Does not capture the changes in __ct table.&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;Captures the changes in __ct table.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="46px"&gt;To capture changes in partitions are not allowed.&lt;/TD&gt;
&lt;TD width="50%" height="46px"&gt;Partitions can be created for a specific time to store the changes.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestion if anyone provides, is highly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 12:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477269#M12427</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-08-21T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477374#M12433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By definition, Apple Changes also called Change Processing, or Change Data Capture (CDC): Captures changes in the source data or metadata as they occur and applies them to the target endpoint as soon as possible, in near-real time.&lt;BR /&gt;Store Changes: Captures changes in the source data or metadata as they occur but does not apply them to the target.&lt;/P&gt;
&lt;P&gt;In real life, Apple Changes are saved to your target table and Store Changes are save to the audit table or change table in your target database. For example, if your target table name is Table1, Apple Changes are saved to Table1 in target database so it would have all the up to date data same as the source Table1; while store changes are saved to&amp;nbsp;&lt;BR /&gt;- attrep_audit_table: if you choose 'Audit table' in Store Change Settings.&lt;BR /&gt;- Table1__ct: if you choose 'Change tables' in&amp;nbsp;Store Change Settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Kent&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 00:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477374#M12433</guid>
      <dc:creator>Kent_Feng</dc:creator>
      <dc:date>2024-08-22T00:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477460#M12446</link>
      <description>&lt;P&gt;In additional to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181906"&gt;@Kent_Feng&lt;/a&gt;&amp;nbsp;comments:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Apply Changes:&lt;/STRONG&gt; Supported by relational database management systems (RDBMS) such as Oracle, MySQL, and SQL Server, as well as streaming platforms like Kafka and similar systems.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Store Changes:&lt;/STRONG&gt; Supported by RDBMS and file-based storage targets, including options like File target, S3, GCS, and others.&lt;/P&gt;
&lt;P&gt;Whether you choose to enable 'Apply Changes' or 'Store Changes' depends on the needs of your project:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If your goal is to replicate changes from the source to the target, synchronizing tables across two databases, then 'Apply Changes' is the appropriate choice.&lt;/LI&gt;
&lt;LI&gt;If you simply need to capture and store changes for later consumption by other applications, 'Store Changes' is more suitable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 08:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477460#M12446</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-22T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477605#M12452</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181906"&gt;@Kent_Feng&lt;/a&gt;&amp;nbsp;for the detailed explanation. I really appreciate your efforts.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 17:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477605#M12452</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-08-22T17:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477606#M12453</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;for the comprehensive explanation. I sincerely appreciate your dedication and effort.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 17:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477606#M12453</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-08-22T17:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477627#M12455</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You're very welcome! I'm glad I could help. If you have any more questions, feel free to ask. Good luck with your project!&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 01:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2477627#M12455</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-08-23T01:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Apply Changes and Store Changes</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2478076#M12490</link>
      <description>&lt;P&gt;good&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 20:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Difference-Between-Apply-Changes-and-Store-Changes/m-p/2478076#M12490</guid>
      <dc:creator>trimlesmike</dc:creator>
      <dc:date>2024-08-26T20:47:11Z</dc:date>
    </item>
  </channel>
</rss>

