Data Integration-Free and PayGo
- Data Integration-Free and PayGo
- All Products
Primary key and watermark field configuration
| Result
|
---|---|
Primary key fields configured.
Watermark fields configured.
| Changed records updated, new records inserted into the target tables (upsert).
Recommended configuration for best performance.
|
Primary key fields configured.
Watermark fields not required.
| Changed records updated, new records inserted into the target tables (upsert).
Impacts task performance because the task must perform a full scan on the source.
|
Primary key fields not required.
Watermark fields configured.
| All records inserted into the target tables. Records that already exist are duplicated.
|
Primary key fields not required.
Watermark fields not required.
| All records inserted into the target tables. Records that already exist are duplicated.
Impacts task performance because the task must perform a full scan on the source. This is the least recommended configuration.
|