Skip to content

Commit

Permalink
ticdc: add a description in ticdc-overview.md (pingcap#4370)
Browse files Browse the repository at this point in the history
* Update ticdc-overview.md

* Update ticdc-overview.md

* Update ticdc-overview.md

* Update ticdc/ticdc-overview.md

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Joyinqin and TomShawn authored Dec 24, 2020
1 parent 31f5883 commit c905a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Currently, the TiCDC sink component supports replicating data to the following d

- MySQL sink

- TiCDC does not split in-table transactions. This is to **ensure** the transactional consistency within a single table. However, TiCDC does **not ensure** that the transactional order in the upstream table is consistent.
- TiCDC does not split in-table transactions. This is to **ensure** the transactional consistency within a single table. However, TiCDC does **not ensure** consistency with the transactional order in the upstream table. If the primary keys between transactions have intersections, TiCDC still **ensures** consistency with the transactional order in the upstream table.
- TiCDC splits cross-table transactions in the unit of tables. TiCDC does **not ensure** that cross-table transactions are always consistent.
- TiCDC **ensures** that the order of single-row updates are consistent with that in the upstream.

Expand Down

0 comments on commit c905a3a

Please sign in to comment.