Skip to content

Commit c9c7821

Browse files
authored
cdc: remove mention about force-replicate (#19249) (#19264)
1 parent 7ad9885 commit c9c7821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ticdc/ticdc-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ TiCDC only replicates the table that has at least one **valid index**. A **valid
8686
- Every column of the index is explicitly defined as non-nullable (`NOT NULL`).
8787
- The index does not have the virtual generated column (`VIRTUAL GENERATED COLUMNS`).
8888

89-
Since v4.0.8, TiCDC supports replicating tables **without a valid index** by modifying the task configuration. However, this compromises the guarantee of data consistency to some extent. For more details, see [Replicate tables without a valid index](/ticdc/manage-ticdc.md#replicate-tables-without-a-valid-index).
90-
9189
### Unsupported scenarios
9290

9391
Currently, the following scenarios are not supported:

0 commit comments

Comments
 (0)