Skip to content

Commit 81661a9

Browse files
author
yikeke
committed
test ci
1 parent 7628193 commit 81661a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/shard-merge-best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases: ['/docs-cn/tidb-data-migration/dev/shard-merge-best-practices/']
1212

1313
[分库分表合并迁移的实现原理部分](feature-shard-merge-pessimistic.md#实现原理),我们介绍了 sharding group 的概念,简单来说可以理解为需要合并到下游同一个表的所有上游表即组成一个 sharding group。
1414

15-
当前的 sharding DDL 算法为了能协调在不同分表执行 DDL 对 schema 变更的影响,加入了一些[使用限制](feature-shard-merge-pessimistic.md#使用限制)。而当这些使用限制由于某些异常原因被打破时,我们需要[手动处理 Sharding DDL Lock](manually-handling-sharding-ddl-locks.md) 甚至是完整重做整个数据迁移任务。
15+
当前的 sharding DDL 算法为了能协调在不同分表执行 DDL 对 schema 变更的影响,加入了一些[使用限制](feature-shard-merge-pessimistic.md#使用制)。而当这些使用限制由于某些异常原因被打破时,我们需要[手动处理 Sharding DDL Lock](manually-handling-sharding-ddl-locks.md) 甚至是完整重做整个数据迁移任务。
1616

1717
因此,为了减小异常发生时对数据迁移的影响,我们推荐将每一个 sharding group 拆分成一个独立的数据迁移任务。**这样当异常发生时,可能只有少部分迁移任务需要进行手动处理,其他数据迁移任务可以不受影响。**
1818

0 commit comments

Comments
 (0)