产品概述
应用场景
产品架构
实例类型
兼容性说明
使用规范建议
INFORMATION_SCHEMA.LOGSERVICE_WAITS 用于在灾备模式下,展示 Log Handler 层各个复制组(Replication Group,简称 RG)的等待关系。字段名 | 类型 | 描述 |
sid | bigint unsigned | LogService 唯一标识 |
rep_group_id | bigint unsigned | Replication Group ID |
parent_rep_group_id | bigint unsigned | 需要等待的 parent RG 的 RG ID |
parent_rep_group_split_index | bigint | 当前 RG 需要等待父 RG 回放到的分裂点索引。只有父 RG 回放到此分裂点后,当前 RG 才能开始回放。如果为 NULL,表示没有特定的分裂点等待要求 |
tdsql > SELECT * FROM INFORMATION_SCHEMA.LOGSERVICE_WAITS LIMIT 1\\G*************************** 1. row ***************************sid: 29629282460369180rep_group_id: 257parent_rep_group_id: NULLparent_rep_group_split_index: NULL1 row in set (0.00 sec)
文档反馈