leonardBang commented on code in PR #3448:
URL: https://github.com/apache/flink-cdc/pull/3448#discussion_r1689514710


##########
docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md:
##########
@@ -558,7 +558,10 @@ Flink 定期为 Source 执行 checkpoint,在故障转移的情况下,作业
 
 在执行增量快照读取时,MySQL CDC source 需要一个用于分片的的算法。
 MySQL CDC Source 使用主键列将表划分为多个分片(chunk)。 默认情况下,MySQL CDC source 
会识别表的主键列,并使用主键中的第一列作为用作分片列。
-如果表中没有主键, 增量快照读取将失败,你可以禁用 `scan.incremental.snapshot.enabled` 来回退到旧的快照读取机制。
+如果表中没有主键,用户必须指定 `scan.incremental.snapshot.chunk.key-column`、
+否则增量快照读取将失败,你可以禁用 `scan.incremental.snapshot.enabled` 恢复到旧的快照读取机制。
+请注意,使用不在主键中的列作为分块键可能会降低表的查询性能。
+

Review Comment:
   Sorry when I realized that you may not speak Chinese and it's not necessary 
part.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to