How Does Activating the MongoDB Atlas Online Archive Feature Impact Syncs?
Question
How does activating the MongoDB Atlas Online Archive feature impact syncs?
Environment
Connector: MongoDB
Answer
When you archive records using the MongoDB Atlas Online Archive feature, Atlas moves them to cloud object storage and deletes them from your Atlas cluster. We interpret these archived records as deleted because they no longer exist in the cluster.
Subsequently, we soft-delete the archived records, marking them as _fivetran_deleted=TRUE
in your destination. Once we sync archived records to your destination, we stop syncing future modifications to the data.