<?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: How to Periodically delete records from Change capture tables in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920160#M2421</link>
    <description>&lt;P&gt;Agreed, maybe you can make Store Procedure to monthly housekeeping your records at some tables.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 02:01:24 GMT</pubDate>
    <dc:creator>rendyajisoko</dc:creator>
    <dc:date>2022-04-20T02:01:24Z</dc:date>
    <item>
      <title>How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1919957#M2410</link>
      <description>&lt;P&gt;What is the option available to periodically truncate / (keep n number of records) the change capture table created by Qlik replicate?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1919957#M2410</guid>
      <dc:creator>matheb04</dc:creator>
      <dc:date>2022-04-19T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920001#M2412</link>
      <description>&lt;P&gt;It all depends on your specific needs and how you're using them.&amp;nbsp; We use an Informatica workflow to process the entries several time a day and it deletes the rows as it processes them.&amp;nbsp; I believe there are date/time stamps in the rows that facilitate the filtering for selecting which rows to process.&amp;nbsp; In some cases, we have workflows that process entire sets of CDC tables and then do a truncate table on them once the workflow completes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920001#M2412</guid>
      <dc:creator>PGN</dc:creator>
      <dc:date>2022-04-19T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920061#M2415</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/175115"&gt;@matheb04&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Depending on your target endpoint type, another option to consider is Change Data Partitioning.&lt;/P&gt;
&lt;P&gt;Task Settings-&amp;gt; Change Processing-&amp;gt; Store Changes Settings -&amp;gt; Change Data Partitioning&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KellyHobson_0-1650390434104.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/77435i4F190D31E1C7FC33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KellyHobson_0-1650390434104.png" alt="KellyHobson_0-1650390434104.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a standard replication task, changes are replicated to the target in no particular order. Change Data Partitioning enables processing of Change Data from many tables in a consistent fashion. You can define the duration of partitions as well as the partitioning base time, thereby ensuring overall consistency of the partitioned data&lt;/P&gt;
&lt;P&gt;Additionally, you can set a partition retention time which can be triggered periodically via API call.&lt;/P&gt;
&lt;P&gt;Ref: &lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/store_changes_settings.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/store_changes_settings.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;scroll to "Change Data Partitioning" section for more info like the supported endpoints&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 17:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920061#M2415</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-19T17:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920066#M2416</link>
      <description>&lt;P&gt;There is no built in method from replicate to manage the records in the change capture tables.&lt;/P&gt;
&lt;P&gt;You will need to develop a process from outside of replicate.&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 17:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920066#M2416</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2022-04-19T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920160#M2421</link>
      <description>&lt;P&gt;Agreed, maybe you can make Store Procedure to monthly housekeeping your records at some tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 02:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920160#M2421</guid>
      <dc:creator>rendyajisoko</dc:creator>
      <dc:date>2022-04-20T02:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Periodically delete records from Change capture tables</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920571#M2428</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if any of the suggested solution works for you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 15:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-Periodically-delete-records-from-Change-capture-tables/m-p/1920571#M2428</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-04-20T15:55:08Z</dc:date>
    </item>
  </channel>
</rss>

