TiCDC: Add batch dmls mode. #7653
Labels
affects-6.1
area/ticdc
Issues or PRs related to TiCDC.
type/enhancement
The issue or PR belongs to an enhancement.
Is your feature request related to a problem?
TiCDC always translates Delete and Update type row changes into a separate SQL statement and then synchronizes them downstream, for example, if you execute the following statement in the upstream TiDB:
TiCDC will synchronize the row changes caused by the above Delete and Update statements one by one downstream, e.g.
This behavior greatly increases the cost of executing SQL and causes CDC to have high latency in some scenarios.
Describe the feature you'd like
Enables TiCDC to aggregate bulk delete or update operations into a small number of statements, minimizing the cost of executing SQL.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: