diff --git a/migration-tools.md b/migration-tools.md index 133982cf917dc..19c709cd34eb3 100644 --- a/migration-tools.md +++ b/migration-tools.md @@ -81,9 +81,7 @@ This document introduces the user scenarios, supported upstreams and downstreams - **Upstream**: TiDB, MySQL - **Downstream**: TiDB, MySQL - **Advantages**: Can be used to repair data in the scenario where a small amount of data is inconsistent -- **Limitation**: - - Online check is not supported for data migration between MySQL and TiDB. - - JSON, BIT, BINARY, BLOB and other types of data are not supported. +- **Limitation**: sync-diff-inspector does not support online checks for data migration between MySQL and TiDB. It also has limitations when comparing certain data types and repairing inconsistent data in tables without a primary key or unique index. For more information, see [Restrictions of sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md#restrictions-of-sync-diff-inspector). ## Install tools using TiUP