1 |
Tables to migrate |
This section lists all the tables in the MySQL database that is connected based on
the clone_database connection. You can select the tables to migrate based on your
needs.
|
2 |
Advanced settings |
You can configure the rules for converting the table names, field names, and data
types between MySQL and MaxCompute.
|
3 |
Basic settings |
You can specify whether to synchronize full or incremental data on a daily basis,
whether to upload data in one or more batches, and the synchronization frequency and
efficiency. You can also view the migration progress and results of each table after
you commit sync nodes.
If you select Synchronize Incremental Data Daily, you must specify the Incremental configuration mode parameter. Valid values:
- Incremental field: Data Integration automatically generates a WHERE clause based on the specified field
to read incremental data.
- Where condition for incremental extraction?: Data Integration uses the specified WHERE clause to read incremental data.
|