Skip to content

Commit cb0050d

Browse files
committed
sync from zh
1 parent afce672 commit cb0050d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ticdc/ticdc-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ The new architecture is designed to address common issues during continuous syst
4646
If your workload meets any of the following conditions, it is recommended to switch from the [classic TiCDC architecture](/ticdc/ticdc-classic-architecture.md) to the new architecture for better performance and stability:
4747

4848
- Bottlenecks in incremental scan performance: incremental scan tasks take an excessively long time to complete, leading to continuously increasing replication latency.
49+
- Ultra-high traffic scenarios: the total changefeed traffic exceeds 700 MiB/s.
4950
- Single tables with high-throughput writes in MySQL sink: the target table has **only one primary key or non-null unique key**.
50-
- Large-scale table replication: the number of tables to be replicated exceeds 100,000.
51+
- Large-scale table replication: the number of tables to be replicated exceeds 100,000.
5152
- Frequent DDL operations causing latency: frequent execution of DDL statements significantly increases replication latency.
5253

5354
## New features

0 commit comments

Comments
 (0)