Overview
Incremental syncing involves transferring only new or updated data, thus avoiding duplication of previously replicated data. This is achieved through deduplication using a unique primary key specified in the model. For initial syncs, it functions like a full refresh since all data is considered new.Example
Initial State
Suppose the following records already exist in our source:First sync
In this sync, the delta contains an updated record for Charles:
After this incremental sync, the data in the warehouse would now be:
Second sync
Let’s assume in the next delta both customers have upgraded to a paid plan:
The final data at the destination after this update will be: