GBase 8c
其他
文章

PG_GET_SENDERS_CATCHUP_TIME系统视图说明

GBase社区管理员
发表于2024-02-06 13:38:129次浏览0个评论

PG_GET_SENDERS_CATCHUP_TIME视图显示数据库节点上当前活跃的主备发送线程的追赶信息。

名称

类型

描述

pid

bigint

当前sender的线程ID。

lwpid

integer

当前sender的lwpid。

local_role

text

本地的角色。

peer_role

text

对端的角色。

state

text

当前sender的复制状态。

type

texts

当前sender的类型。

catchup_start

timestamp with time zone

catchup启动的时间。

catchup_end

timestamp with time zone

catchup结束的时间。

评论已关闭