Parameter | Description |
Read Concurrency | The concurrency for reading data from the source during full synchronization. The maximum value is 512. A high concurrency may incur excessive stress on the source, thereby affecting the business. |
Write Concurrency | The concurrency for writing data to the target during full synchronization. The maximum value is 512. A high write concurrency may incur excessive stress on the target, affecting the business. |
Full Synchronization Rate Limit | You can choose whether to limit the full synchronization rate as needed. If you choose to limit the full synchronization rate, you must specify the records per second (RPS) and bytes per second (BPS). The RPS specifies the maximum number of data rows synchronized to the target per second during full synchronization, and the BPS specifies the maximum amount of data in bytes synchronized to the target per second during full synchronization. Note The RPS and BPS values specified here are only for throttling. The actual full synchronization performance is subject to factors such as the settings of the source and target and the instance specifications. |
Handle Non-empty Tables in Target Database | If you select Ignore, when the data to be inserted conflicts with existing data of a target table, the data transmission service logs the conflicting data while retaining the existing data. Important If you select Ignore, data is pulled in IN mode for full verification. In this case, verification is inapplicable if the target contains data that does not exist in the source, and the verification performance is downgraded. If you select Stop Migration and a target table contains records, an error prompting migration unsupported is reported during full migration. In this case, you must process the data in the target table before continuing with the migration. Important If you click Restore in the dialog box prompting the error, the data transmission service ignores this error and continues to migrate data. Proceed with caution.
|