云数据库 GaussDB-PG_GET_SENDERS_CATCHUP_TIME

时间:2023-11-01 16:22:25

PG_GET_SENDERS_CATCHUP_TIME

PG_GET_SENDERS_CATCHUP_TIME视图显示DN上当前活跃的主备发送线程的追赶信息。

表1 PG_GET_SENDERS_CATCHUP_TIME字段

名称

类型

描述

pid

bigint

当前sender的线程ID。

lwpid

integer

当前sender的lwpid。

local_role

text

本地的角色。

peer_role

text

对端的角色。

state

text

当前sender的复制状态。

type

text

当前sender的类型。

catchup_start

timestamp with time zone

catchup启动的时间。

catchup_end

timestamp with time zone

catchup结束的时间。

support.huaweicloud.com/devg-opengauss/opengauss_devg_0906.html