Skip to content

Commit

Permalink
cdc: add description about support versions for redo log parameters (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 20, 2025
1 parent 7ad8e82 commit 5468d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticdc/ticdc-changefeed-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ use-file-backend = false
encoding-worker-num = 16
# 控制 redo 模块中上传文件 worker 的数量,默认值为 8。
flush-worker-num = 8
# redo log 文件的压缩行为,可选值为 "" 和 "lz4"。默认值为 "",表示不进行压缩。
# redo log 文件的压缩行为,可选值为 "" 和 "lz4"。默认值为 "",表示不进行压缩。从 v6.5.6、v7.1.3、v7.5.1 和 v7.6.0 版本开始支持。
compression = ""
# redo log 上传单个文件的并发数,默认值为 1,表示禁用并发。
# redo log 上传单个文件的并发数,默认值为 1,表示禁用并发。从 v6.5.6、v7.1.3、v7.5.1 和 v7.6.0 版本开始支持。
flush-concurrency = 1
[integrity]
Expand Down

0 comments on commit 5468d8e

Please sign in to comment.