You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ticdc/ticdc-architecture.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ The new architecture is designed to address common issues during continuous syst
46
46
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:
47
47
48
48
- 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.
49
50
- 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.
0 commit comments