In Nekt, data sync types determine how data is retrieved from your source during extraction and synchronized with the Catalog. Whether you need to fetch only updated records, the entire current state, or track changes through logs, Nekt provides flexible options to meet your data integration needs.
The CDC (Change Data Capture) Log-Based Sync tracks changes in the source data by reading logs to capture updates, deletions, and inserts in near real-time.
Best for: Scenarios where high-frequency data updates and deletions need to be captured efficiently without repeatedly scanning the entire dataset.
Key Benefits:
Near real-time updates.
Efficient handling of large datasets with minimal resource usage.
Maintains a detailed history of changes for auditing and tracking purposes.
Note: Ensure your data source supports CDC and has the necessary logging enabled for this sync type.
If you choose Incremental Sync, you can schedule periodic Full Syncs to ensure the Catalog remains fully aligned with the source, including any deleted records.
When selecting a sync type for your data source, consider the following:
Incremental Sync: Prioritize for large, frequently updated datasets where efficiency is key.
Full Sync: Use when maintaining an exact reflection of the source, including deletions, is critical.
CDC Log-Based Sync: Opt for real-time or near real-time updates and precise tracking of changes.
Additional Full Sync: Combine Incremental Sync with periodic Full Syncs for a balanced approach.
By selecting the appropriate sync strategy, you can optimize both performance and data integrity, ensuring your Catalog meets your organization’s needs.