Skip to content

Commit ddc6e1a

Browse files
committed
add some comment
1 parent f0d6fdf commit ddc6e1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

active-active-table.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ Active-Active 表必须同时启用 Soft Delete。Soft Delete 表的语义(DML
179179
- 目前不支持通过 `ALTER TABLE` 修改表的 `ACTIVE_ACTIVE` 启用状态。
180180
- 不支持通过 DDL 删除、重命名或修改 `_tidb_origin_ts``_tidb_softdelete_time` 等内部隐藏列。
181181
- Active-Active 表同时适用 Soft Delete 表的其他限制,详见 [Soft Delete 表](/soft-delete-table.md#使用限制)
182+
- Active-Active 表上的写入会强制关闭 1PC 和异步提交,以确保事务提交的 commit timestamp 满足 PD `tso-unique-index` 的约束。

ticdc/ticdc-active-active-replication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,4 @@ Active-Active 表依赖 `_tidb_softdelete_time` 的语义以及 LWW 写入逻辑
175175

176176
- 需要双向同步的表应以 Active-Active 表形式创建,并保持各集群表结构与表选项一致。建表与选项说明详见 [Active-Active 表](/active-active-table.md)
177177
- 不支持通过 DDL 删除、重命名或修改 Active-Active 表的内部隐藏列(例如 `_tidb_origin_ts``_tidb_softdelete_time`),也不支持在建表后切换表的 `ACTIVE_ACTIVE` 启用状态。详见 [Active-Active 表](/active-active-table.md#使用限制)
178+
- 在 Active-Active 双向同步模式下,相关集群上的事务会强制关闭 1PC 和异步提交,以确保事务提交的 commit timestamp 满足 `tso-unique-index` 的约束。

0 commit comments

Comments
 (0)