Skip to content

Commit 05b57d7

Browse files
authoredSep 18, 2024··
Fix broken link in DM best practices (#18918) (#18921)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎dm/dm-best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following table summarizes the pros and cons of optimistic mode and pessimis
9999

100100
| Scenario | Pros | Cons |
101101
| :--- | :--- | :--- |
102-
| Pessimistic mode (Default) | It can ensure that the data migrated to the downstream will not go wrong. | If there are a large number of shards, the migration task will be blocked for a long time, or even stop if the upstream binlogs have been cleaned up. You can enable the relay log to avoid this problem. For more information, see [Use the relay log](#use-the relay-log). |
102+
| Pessimistic mode (Default) | It can ensure that the data migrated to the downstream will not go wrong. | If there are a large number of shards, the migration task will be blocked for a long time, or even stop if the upstream binlogs have been cleaned up. You can enable the relay log to avoid this problem. For more information, see [Use the relay log](#use-the-relay-log). |
103103
| Optimistic mode| Upstream schema changes will not cause data migration latency. | In this mode, ensure that schema changes are compatible (check whether the incremental column has a default value). It is possible that the inconsistent data can be overlooked. For more information, see [Merge and Migrate Data from Sharded Tables in Optimistic Mode](/dm/feature-shard-merge-optimistic.md#restrictions).|
104104

105105
### Other restrictions and impact

0 commit comments

Comments
 (0)
Please sign in to comment.