数据仓库服务 GAUSSDB(DWS)-复制函数:pg_stat_get_data_senders()

时间:2024-10-16 16:27:21

pg_stat_get_data_senders()

描述:显示当前DN上所有的数据页复制发送线程的统计信息。

返回值类型:record

函数返回信息如下:

表2 pg_stat_get_data_senders()字段

名称

类型

描述

pid

bigint

线程pid

sender_pid

integer

当前sender的pid

local_role

text

本地的角色

peer_role

text

对端的角色

state

text

当前sender的复制状态

catchup_start

timestamp with time zone

catchup启动的时间

catchup_end

timestamp with time zone

catchup结束的时间

queue_size

text

数据队列大小

queue_lower_tail

text

数据队列尾1位置

queue_header

text

数据队列头位置

queue_upper_tail

text

数据队列尾2位置

send_position

text

发送端发送的位置

receive_position

text

接收端接收的位置

catchup_type

text

catchup方式为全量还是增量

catchup_bcm_filename

text

catchup当前执行的bcm文件

catchup_bcm_finished

integer

catchup已操作完成的bcm文件数量

catchup_bcm_total

integer

catchup总共需要操作的bcm文件数量

catchup_percent

text

catchup已经操作完成的百分比

catchup_remaining_time

text

catchup预估剩余时间

support.huaweicloud.com/sqlreference-dws/dws_06_0061.html