Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.3
-
None
Description
Background
Use case: Export & Import process is used to synchronize data between clusters.
Data is exported from a cluster and imported into another cluster. Subsequent exports should only contain entities that have been created or updated since the last export. This helps makes the export process quicker and the payload will be smaller.
Implementation Approach
Add new fetchType: incremental, with additional parameter fromTime which is a timestamp. During Export process, entities' that have __modificationTimestamp greater than fromTime would be included in the export.
Attachments
Attachments
Issue Links
- links to