In an upsert, the system checks whether a particular record already exists, usually based on a unique ID.
- Does the record not yet exist? → Insert
- Does the record already exist? → Update (update existing data)
This way you avoid duplicate data and your dataset always remains current.
And how does Intelligenthive do this?
Within Intelligenthive® , this entire process happens automatically. The platform recognizes changes in your source systems and updates only the changed records in your data platform.
So you don’t have to write your own scripts or determine what to update. .The Intelligenthive® takes the entire upsert logic out of your hands.
The result: always up-to-date, error-free data without manual management.