Hippobyte offers three (3) synchronization strategies to allow you to specify how data is synchronized from your source Application Connector to your database or warehouse.
Note: setting a synchronization strategy on a Collection is permanent, once set, it cannot be updated to another strategy.
Every Application Connector supports the Recreate synchronization strategy, however, not all Application Connectors support Incremental and Append strategies.
Synchronization Strategy | Description | Feature Availability |
---|---|---|
Incremental | Synchronize records based on last updated date | Standard |
Append | Append - Log or audit record changes over time. | Enterprise |
Recreate | Full data reload. | Enterprise |
Hippobyte synchronizes recently created or updated records within your Application Connector and upserts (inserts or updates) records within your database or warehouse.
Hippobyte synchronizes recently created or updated records within your Application Connector and appends data within your database or warehouse.
Hippobyte synchronizes all records within your Application Connector and truncates and reloads data within your database or warehouse.