From c9c7821cc09729695ba3d6615ec7701525840443 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 31 Oct 2024 11:48:30 +0800 Subject: [PATCH] cdc: remove mention about force-replicate (#19249) (#19264) --- ticdc/ticdc-overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ticdc/ticdc-overview.md b/ticdc/ticdc-overview.md index 1ba5fc7e341bb..20e20ca7cea8a 100644 --- a/ticdc/ticdc-overview.md +++ b/ticdc/ticdc-overview.md @@ -86,8 +86,6 @@ TiCDC only replicates the table that has at least one **valid index**. A **valid - Every column of the index is explicitly defined as non-nullable (`NOT NULL`). - The index does not have the virtual generated column (`VIRTUAL GENERATED COLUMNS`). -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). - ### Unsupported scenarios Currently, the following scenarios are not supported: