Skip to content

Commit b760359

Browse files
authored
ticdc: add description about ticdc new architecture (#20597)
1 parent 3e67cd2 commit b760359

16 files changed

+496
-125
lines changed

TOC.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@
192192
- [Integrate with Confluent and Snowflake](/ticdc/integrate-confluent-using-ticdc.md)
193193
- [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md)
194194
- Reference
195-
- [TiCDC Architecture](/ticdc/ticdc-architecture.md)
195+
- TiCDC Architecture
196+
- [TiCDC New Architecture](/ticdc/ticdc-architecture.md)
197+
- [TiCDC Classic Architecture](/ticdc/ticdc-classic-architecture.md)
196198
- [TiCDC Data Replication Capabilities](/ticdc/ticdc-data-replication-capabilities.md)
197199
- [TiCDC Server Configurations](/ticdc/ticdc-server-config.md)
198200
- [TiCDC Changefeed Configurations](/ticdc/ticdc-changefeed-config.md)

br/backup-and-restore-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Backup and restore might go wrong when some TiDB features are enabled or disable
117117
| New collation | [#352](https://github.com/pingcap/br/issues/352) | Make sure that the value of the `new_collation_enabled` variable in the `mysql.tidb` table during restore is consistent with that during backup. Otherwise, inconsistent data index might occur and checksum might fail to pass. For more information, see [FAQ - Why does BR report `new_collations_enabled_on_first_bootstrap` mismatch?](/faq/backup-and-restore-faq.md#why-is-new_collation_enabled-mismatch-reported-during-restore). |
118118
| Global temporary tables | | Make sure that you are using v5.3.0 or a later version of BR to back up and restore data. Otherwise, an error occurs in the definition of the backed global temporary tables. |
119119
| TiDB Lightning Physical Import| | If the upstream database uses the physical import mode of TiDB Lightning, data cannot be backed up in log backup. It is recommended to perform a full backup after the data import. For more information, see [When the upstream database imports data using TiDB Lightning in the physical import mode, the log backup feature becomes unavailable. Why?](/faq/backup-and-restore-faq.md#when-the-upstream-database-imports-data-using-tidb-lightning-in-the-physical-import-mode-the-log-backup-feature-becomes-unavailable-why).|
120-
| TiCDC | | BR v8.2.0 and later: if the target cluster to be restored has a changefeed and the changefeed [CheckpointTS](/ticdc/ticdc-architecture.md#checkpointts) is earlier than the BackupTS, BR does not perform the restoration. BR versions before v8.2.0: if the target cluster to be restored has any active TiCDC changefeeds, BR does not perform the restoration. |
120+
| TiCDC | | BR v8.2.0 and later: if the target cluster to be restored has a changefeed and the changefeed [CheckpointTS](/ticdc/ticdc-classic-architecture.md#checkpointts) is earlier than the BackupTS, BR does not perform the restoration. BR versions before v8.2.0: if the target cluster to be restored has any active TiCDC changefeeds, BR does not perform the restoration. |
121121
| Vector search | | Make sure that you are using v8.4.0 or a later version of BR to back up and restore data. Restoring tables with [vector data types](/vector-search/vector-search-data-types.md) to TiDB clusters earlier than v8.4.0 is not supported. |
122122

123123
### Version compatibility

media/ticdc/ticdc-new-arch-1.png

67.3 KB
Loading

media/ticdc/ticdc-new-arch-2.png

43.6 KB
Loading
236 KB
Loading
869 KB
Loading
446 KB
Loading
448 KB
Loading
392 KB
Loading
167 KB
Loading

0 commit comments

Comments
 (0)