<?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>article An Introduction to Qlik Replicate Tasks: Full Load vs CDC in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/ta-p/2019167</link>
    <description>&lt;P&gt;Qlik Replicate tasks can be configured to move data from a source DB to a Target DB. These tasks can be configured in a variety of ways to move data from the source to the target database.&lt;/P&gt;
&lt;P&gt;This article&amp;nbsp;aims to compare three popular task configurations and will provide additional details for the available Full Load settings. It is a&amp;nbsp;supporting document to the&amp;nbsp;Techspert discussion: Full Load.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Available configurations:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="circle" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;FULL LOAD only&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;FULL LOAD tasks are probably the simplest form of a Qlik Replicate task. With a Full Load only task, the data will be copied from the source tables to the target &lt;/SPAN&gt;&lt;SPAN&gt;tables (Base Tables) and then the task will stop. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The target tables are basically a mirror image of the source tables with static data based on the last time the task was run. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The target tables are not kept in sync. This type of configuration is very similar to an old-style ETL type job, where the data is copied over one time when the task runs. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This Full Load type of task can be scheduled to run using replicates built-in scheduler or the Qlik replicate command line or rest API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The task and target tables can utilize some features of Qlik replicate such as transformations and filters.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;A full load-only task can get around a limitation with LOB columns that are in a table with no primary key.&lt;BR /&gt;This limitation is for CDC tasks and the following is the CDC task notification you will get:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Column 'MyLob' was removed from table definition 'dbo.No_PK_LOB': the column data type is LOB and the table has no primary key or unique index&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It is required that a table with LOBs has a primary key, due to the way the task will perform a lookup back to the source table to get the LOB value. As this lookup is only done during the CDC phase, it is not a limitation for a Full Load task, which will be able to read the entire LOB column when it is copying the source data to the target table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Full Load settings screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_0-1672187591161.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96943iC8406B2D3C8DBBD7/image-dimensions/638x439?v=v2" width="638" height="439" role="button" title="Michael_Litz_0-1672187591161.png" alt="Michael_Litz_0-1672187591161.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;CDC only&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;CDC only tasks will capture changes from the source and write them out to the target database. In this type of task, there are typically no (Base Tables) in the target.&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Apply changes&lt;/STRONG&gt; setting is typically disabled and only the &lt;STRONG&gt;Store Changes&lt;/STRONG&gt; setting is enabled. With this type of configuration, the task will read changes from the source and write out the records to the Qlik Replicate &lt;STRONG&gt;Store Changes&lt;/STRONG&gt; table also known as&amp;nbsp;&lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; tables.&lt;/P&gt;
&lt;P&gt;This type of task configuration is typically used when the data in the target &lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; table is going to feed a downstream process. The structure of these &lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; tables is usually based on the source table and will contain the fields from the source as well as any transformation fields. The big feature of the&lt;FONT face="courier new,courier"&gt; __CT&lt;/FONT&gt; table is that it also contains the various header information from the source such as commit time, Operation Indicator etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Store Changes settings screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_2-1672187721411.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96945i8D270738E9955F93/image-size/large?v=v2&amp;amp;px=999" role="button" title="Michael_Litz_2-1672187721411.png" alt="Michael_Litz_2-1672187721411.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;FULL LOAD and CDC task&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;FULL LOAD and CDC tasks will typically contain the target (Base Tables) and they will populate those tables during the full load phase of a task.&lt;/P&gt;
&lt;P&gt;Then the CDC phase of the task will capture every change to the source records and apply them to the target (Base Tables). This is a very typical configuration for a Qlik replicate task.&lt;/P&gt;
&lt;P&gt;Note: this type of task can also have the store changes enabled (as described above in 2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Conceptual vs. Actual task process order&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Clarification of an often misunderstood task phase order related to the Full Load and CDC task:&lt;/P&gt;
&lt;P&gt;When discussing Full Load and CDC combined in a single task, we think in terms of the Full Load phase starting first and then the CDC phase starting second to&amp;nbsp;apply changes and keep the task in sync. While this is conceptually correct, the phases actually are reversed and in fact, the CDC phase is the one that starts first; capturing and caching changes.&lt;/P&gt;
&lt;P&gt;Once the CDC phase starts, then the full load phase will start.&lt;/P&gt;
&lt;P&gt;This order is needed in order to insure that any changes made to the table during the Full Load will be captured.&lt;/P&gt;
&lt;P&gt;For example, if you happen to have a very large table that takes three hours to fully load and the CDC phase did not start until it was complete, you would miss those three hours of changes being applied to the table.&lt;/P&gt;
&lt;P&gt;If you have ever seen a message in the log at the top of the log about consistency timeout this is why:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;W: Transaction consistency timeout occurred. x transactions are still open&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;CDC - Apply changes setting screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_1-1672187659632.png" style="width: 629px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96944i52C612DDD08921D6/image-dimensions/629x434?v=v2" width="629" height="434" role="button" title="Michael_Litz_1-1672187659632.png" alt="Michael_Litz_1-1672187659632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H4 id="toc-hId-1996304403"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Transformation-Source-Filter-for-Delete/ta-p/1947635" target="_blank" rel="noopener"&gt;Transformation: Source - Filter for Delete&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761" target="_blank" rel="noopener"&gt;Filter for last 90 days of data in Qlik Replicate&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Replicate-Transaction-Consistency-Timeout/ta-p/1783594" target="_blank" rel="noopener"&gt;Qlik Replicate Transaction Consistency Timeout occurred. xtransactions are still open&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Full-Load-amp-CDC-Split-Task-Considerations/ta-p/1871152" target="_blank" rel="noopener"&gt;Qlik Replicate Full Load and CDC Split Task: Considerations&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId--514842870"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 13:59:39 GMT</pubDate>
    <dc:creator>Michael_Litz</dc:creator>
    <dc:date>2023-01-04T13:59:39Z</dc:date>
    <item>
      <title>An Introduction to Qlik Replicate Tasks: Full Load vs CDC</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/ta-p/2019167</link>
      <description>&lt;P&gt;Qlik Replicate tasks can be configured to move data from a source DB to a Target DB. These tasks can be configured in a variety of ways to move data from the source to the target database.&lt;/P&gt;
&lt;P&gt;This article&amp;nbsp;aims to compare three popular task configurations and will provide additional details for the available Full Load settings. It is a&amp;nbsp;supporting document to the&amp;nbsp;Techspert discussion: Full Load.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Available configurations:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="circle" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;FULL LOAD only&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;FULL LOAD tasks are probably the simplest form of a Qlik Replicate task. With a Full Load only task, the data will be copied from the source tables to the target &lt;/SPAN&gt;&lt;SPAN&gt;tables (Base Tables) and then the task will stop. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The target tables are basically a mirror image of the source tables with static data based on the last time the task was run. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The target tables are not kept in sync. This type of configuration is very similar to an old-style ETL type job, where the data is copied over one time when the task runs. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This Full Load type of task can be scheduled to run using replicates built-in scheduler or the Qlik replicate command line or rest API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The task and target tables can utilize some features of Qlik replicate such as transformations and filters.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;A full load-only task can get around a limitation with LOB columns that are in a table with no primary key.&lt;BR /&gt;This limitation is for CDC tasks and the following is the CDC task notification you will get:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Column 'MyLob' was removed from table definition 'dbo.No_PK_LOB': the column data type is LOB and the table has no primary key or unique index&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It is required that a table with LOBs has a primary key, due to the way the task will perform a lookup back to the source table to get the LOB value. As this lookup is only done during the CDC phase, it is not a limitation for a Full Load task, which will be able to read the entire LOB column when it is copying the source data to the target table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Full Load settings screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_0-1672187591161.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96943iC8406B2D3C8DBBD7/image-dimensions/638x439?v=v2" width="638" height="439" role="button" title="Michael_Litz_0-1672187591161.png" alt="Michael_Litz_0-1672187591161.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;CDC only&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;CDC only tasks will capture changes from the source and write them out to the target database. In this type of task, there are typically no (Base Tables) in the target.&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Apply changes&lt;/STRONG&gt; setting is typically disabled and only the &lt;STRONG&gt;Store Changes&lt;/STRONG&gt; setting is enabled. With this type of configuration, the task will read changes from the source and write out the records to the Qlik Replicate &lt;STRONG&gt;Store Changes&lt;/STRONG&gt; table also known as&amp;nbsp;&lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; tables.&lt;/P&gt;
&lt;P&gt;This type of task configuration is typically used when the data in the target &lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; table is going to feed a downstream process. The structure of these &lt;FONT face="courier new,courier"&gt;__CT&lt;/FONT&gt; tables is usually based on the source table and will contain the fields from the source as well as any transformation fields. The big feature of the&lt;FONT face="courier new,courier"&gt; __CT&lt;/FONT&gt; table is that it also contains the various header information from the source such as commit time, Operation Indicator etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Store Changes settings screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_2-1672187721411.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96945i8D270738E9955F93/image-size/large?v=v2&amp;amp;px=999" role="button" title="Michael_Litz_2-1672187721411.png" alt="Michael_Litz_2-1672187721411.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;FULL LOAD and CDC task&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;FULL LOAD and CDC tasks will typically contain the target (Base Tables) and they will populate those tables during the full load phase of a task.&lt;/P&gt;
&lt;P&gt;Then the CDC phase of the task will capture every change to the source records and apply them to the target (Base Tables). This is a very typical configuration for a Qlik replicate task.&lt;/P&gt;
&lt;P&gt;Note: this type of task can also have the store changes enabled (as described above in 2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Conceptual vs. Actual task process order&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;Clarification of an often misunderstood task phase order related to the Full Load and CDC task:&lt;/P&gt;
&lt;P&gt;When discussing Full Load and CDC combined in a single task, we think in terms of the Full Load phase starting first and then the CDC phase starting second to&amp;nbsp;apply changes and keep the task in sync. While this is conceptually correct, the phases actually are reversed and in fact, the CDC phase is the one that starts first; capturing and caching changes.&lt;/P&gt;
&lt;P&gt;Once the CDC phase starts, then the full load phase will start.&lt;/P&gt;
&lt;P&gt;This order is needed in order to insure that any changes made to the table during the Full Load will be captured.&lt;/P&gt;
&lt;P&gt;For example, if you happen to have a very large table that takes three hours to fully load and the CDC phase did not start until it was complete, you would miss those three hours of changes being applied to the table.&lt;/P&gt;
&lt;P&gt;If you have ever seen a message in the log at the top of the log about consistency timeout this is why:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;W: Transaction consistency timeout occurred. x transactions are still open&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;CDC - Apply changes setting screen:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Litz_1-1672187659632.png" style="width: 629px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96944i52C612DDD08921D6/image-dimensions/629x434?v=v2" width="629" height="434" role="button" title="Michael_Litz_1-1672187659632.png" alt="Michael_Litz_1-1672187659632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H4 id="toc-hId-1996304403"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Transformation-Source-Filter-for-Delete/ta-p/1947635" target="_blank" rel="noopener"&gt;Transformation: Source - Filter for Delete&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/1880761" target="_blank" rel="noopener"&gt;Filter for last 90 days of data in Qlik Replicate&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Replicate-Transaction-Consistency-Timeout/ta-p/1783594" target="_blank" rel="noopener"&gt;Qlik Replicate Transaction Consistency Timeout occurred. xtransactions are still open&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Full-Load-amp-CDC-Split-Task-Considerations/ta-p/1871152" target="_blank" rel="noopener"&gt;Qlik Replicate Full Load and CDC Split Task: Considerations&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId--514842870"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 13:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/ta-p/2019167</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-01-04T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: An Introduction to Qlik Replicate Tasks: Full Load vs CDC</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/tac-p/2433396#M13572</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121284"&gt;@Michael_Litz&lt;/a&gt;&amp;nbsp; Thank you for the article. This is really helpful. But one thing is not clear to me about FULL LOAD only tasks.&lt;/P&gt;
&lt;P&gt;You are saying "&lt;SPAN&gt;The target tables are basically a mirror image of the source tables with static data based &lt;STRONG&gt;on the last time the task was run&lt;/STRONG&gt;.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;What does exactly that mean "&lt;SPAN&gt;&lt;STRONG&gt;on the last time the task was run&lt;/STRONG&gt;&lt;/SPAN&gt;"?&lt;/P&gt;
&lt;P&gt;Let's say I have a "FULL LOAD only" task with just one table. But the full load takes 4 hours to complete. So my task started at 12:00 pm and stopped at 4:00 pm. And 20 transactions were made between 12:00 - 4:00pm on the source.&lt;/P&gt;
&lt;P&gt;Would I have the snapshot of this table on&amp;nbsp;12:00 pm or&amp;nbsp;4:00 pm ?&lt;/P&gt;
&lt;P&gt;Thank for your answer in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 16:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/tac-p/2433396#M13572</guid>
      <dc:creator>eksmirnova</dc:creator>
      <dc:date>2024-03-21T16:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: An Introduction to Qlik Replicate Tasks: Full Load vs CDC</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/tac-p/2434753#M13606</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215166"&gt;@eksmirnova&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have feedback from a subject matter expert for you:&lt;/P&gt;
&lt;P&gt;Full Load is just that: no changes will be applied. Having said that, if the source is an MS SQL server, then you do have access to an internal parameter you can set that will read from a snapshot at the time of the Full Load. The parameter is&amp;nbsp;&lt;EM&gt;readSnapshotOnUnload&lt;/EM&gt;. With it, you have a definite point in time and static records that will load.&lt;/P&gt;
&lt;P&gt;If you have any other questions regarding this, please post them directly in the &lt;A href="https://community.qlik.com/t5/Qlik-Replicate/bd-p/qlik-replicate-discussions" target="_blank" rel="noopener"&gt;Qlik Replicate&lt;/A&gt; forums, where our active support agents and knowledgeable Qlik peers are able to help you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 14:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/An-Introduction-to-Qlik-Replicate-Tasks-Full-Load-vs-CDC/tac-p/2434753#M13606</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-03-26T14:03:58Z</dc:date>
    </item>
  </channel>
</rss>

