164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PG_GET_SENDERS_CATCHUP_TIME.md 13.34 KB
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2021-09-14 16:53 . add feature

PG_GET_SENDERS_CATCHUP_TIME

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

表 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结束的时间。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助