Skip to content

Commit

Permalink
revert 2020-02-24-ticdc-mq-protocol-cn.md
Browse files Browse the repository at this point in the history
Signed-off-by: zhangjinpeng87 <[email protected]>
  • Loading branch information
zhangjinpeng87 committed Jan 18, 2024
1 parent 3b4be29 commit 42d192f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/design/2020-02-24-ticdc-mq-protocol-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ Value:

| 分发方式 | 行内有序性<sup><a href="#note1">[1]</a></sup> | 表内有序性<sup><a href="#note2">[2]</a></sup> | 表内事务一致性 <sup><a href="#note3">[3]</a></sup> | partition 分配平衡度 |
| :----------------: | :-------------------------------------------: | :-------------------------------------------: | :------------------------------------------------: | :------------------: |
| \_tidb_row_id 分发 | ➖<sup><a href="#note4">[4]</a></sup> ||| 平衡 |
| 基于 uk、pk 分发 | ➖<sup><a href="#note5">[5]</a></sup> ||| 平衡 |
| 基于 table 分发 |||| 不平衡 |
| 冲突检测分发 | ➖<sup><a href="#note6">[6]</a></sup> || ➖<sup><a href="#note6">[6]</a></sup> | 较平衡 |
| 基于 ts 分发 |||| 平衡 |
| \_tidb_row_id 分发 | ➖<sup><a href="#note4">[4]</a></sup> | | | 平衡 |
| 基于 uk、pk 分发 | ➖<sup><a href="#note5">[5]</a></sup> | | | 平衡 |
| 基于 table 分发 | | | | 不平衡 |
| 冲突检测分发 | ➖<sup><a href="#note6">[6]</a></sup> | | ➖<sup><a href="#note6">[6]</a></sup> | 较平衡 |
| 基于 ts 分发 | | | | 平衡 |

1. <a name="note1"></a> 行内有序性指对于某一行产生的一组数据变更事件,一定会被分发到同一个 partition,并且在 partition 内保证时间增序
1. <a name="note2"></a> 表内有序性指对于某一表内产生的一组数据变更事件,一定会被分发到同一个 partition,并且在 partition 内保证时间增序
Expand Down

0 comments on commit 42d192f

Please sign in to comment.