Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cdc: add description about support versions for redo log parameters #19144

Merged
merged 5 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ticdc/ticdc-changefeed-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,13 @@ consistent 中的字段用于配置 Changefeed 的数据一致性。详细信息
- 控制 redo 模块中上传文件 worker 的数量。
- 默认值:`8`

#### `compression`
#### `compression` <span class="version-mark">从 v6.5.6、v7.1.3、v7.5.1 和 v7.6.0 版本开始引入</span>

- redo log 文件的压缩行为。
- 默认值:`""`,表示不进行压缩
- 可选值:`""`、`"lz4"`

#### `flush-concurrency`
#### `flush-concurrency` <span class="version-mark">从 v6.5.6、v7.1.3、v7.5.1 和 v7.6.0 版本开始引入</span>

- redo log 上传单个文件的并发数。
- 默认值:`1`,表示禁用并发
Expand Down Expand Up @@ -603,4 +603,4 @@ token="xxxx"
#### `output-raw-change-event`

- 控制是否输出原始的数据变更事件。更多信息,请参考[控制是否拆分主键或唯一键 `UPDATE` 事件](/ticdc/ticdc-split-update-behavior.md#控制是否拆分主键或唯一键-update-事件)。
- 默认值:`false`
- 默认值:`false`
Loading