Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 953 Bytes

review.md

File metadata and controls

33 lines (22 loc) · 953 Bytes

Review data

After data revision, you can review the data again based on the check results.

The check results serve as a guide for specifying the rows/scope to be reviewed, and you still need to get the current data for each row from the source database, to compare it with the target.

Example: MySQL -> MySQL

Refer to task templates and tutorial

Note

While this configuration is similar to that of snapshot migration, the only differences are:

[extractor]
extract_type=check_log
check_log_dir=./dt-tests/tests/mysql_to_mysql/revise/basic_test/check_log

[sinker]
sink_type=check

[parallelizer]
parallel_type=rdb_check

Other configurations

  • For [router], refer to config details.
  • Refer to task_config.ini in tests:
    • dt-tests/tests/mysql_to_mysql/review
    • dt-tests/tests/pg_to_pg/review
    • dt-tests/tests/mongo_to_mongo/review