Skip to content

Commit 3e59758

Browse files
committed
Update ticdc-changefeed-config.md
1 parent 8e992d5 commit 3e59758

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ticdc/ticdc-changefeed-config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ For more information, see [Event filter rules](/ticdc/ticdc-filter.md#event-filt
163163
- The value is `false` by default. Set it to `true` to enable this feature.
164164
- Default value: `false`
165165
166+
#### `region-count-per-span`
167+
168+
- During changefeed initialization, tables that meet the split conditions are split according to this parameter. After splitting, each split sub-table contains at most `region-count-per-span` regions.
169+
- Default value: `100`
170+
166171
#### `region-threshold`
167172
168173
- Default value: for the [TiCDC new architecture](/ticdc/ticdc-architecture.md), the default value is `10000`; for the [TiCDC classic architecture](/ticdc/ticdc-classic-architecture.md), the default value is `100000`.

0 commit comments

Comments
 (0)