更新时间:2022-08-16 GMT+08:00
PG_GET_SENDERS_CATCHUP_TIME
PG_GET_SENDERS_CATCHUP_TIME视图显示单个DN上当前活跃的主备发送线程的追赶信息。
名称 |
类型 |
描述 |
---|---|---|
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结束的时间。 |
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预估剩余时间。 |
父主题: 系统视图