数据仓库服务 GAUSSDB(DWS)-复制函数:pg_stat_get_wal_senders()
pg_stat_get_wal_senders()
描述:显示当前DN上所有的WAL复制发送线程的统计信息。
返回值类型:record
函数返回信息如下:
名称 |
类型 |
描述 |
---|---|---|
pid |
bigint |
线程pid |
sender_pid |
integer |
当前sender的pid |
local_role |
text |
本地的角色 |
peer_role |
text |
对端的角色 |
peer_state |
text |
对端的状态 |
state |
text |
当前sender的复制状态 |
catchup_start |
timestamp with time zone |
catchup启动的时间 |
catchup_end |
timestamp with time zone |
catchup结束的时间 |
sender_sent_location |
text |
发送端发送的LSN位置 |
sender_write_location |
text |
发送端write的LSN位置 |
sender_flush_location |
text |
发送端flush的LSN位置 |
sender_replay_location |
text |
发送端replay的LSN位置 |
receiver_received_location |
text |
接收端received的LSN位置 |
receiver_write_location |
text |
接收端write的LSN位置 |
receiver_flush_location |
text |
接收端flush的LSN位置 |
receiver_replay_location |
text |
接收端replay的LSN位置 |
sync_percent |
text |
同步百分比 |
sync_state |
text |
同步状态(异步复制,同步复制,还是潜在同步者) |
sync_priority |
integer |
同步复制的优先级(0表示异步) |
sync_most_available |
text |
在备机同步失败时,是否阻塞主机 |
channel |
text |
WALSender的信道信息 |
- 数据仓库服务GaussDB(DWS)_SQL on Anywhere
- DWS安全_数据仓库服务安全_DWS数据安全管理_DWS安全保障_DWS安全策略
- 调用GaussDB(DWS) API接口_数据仓库服务调用API_如何调用API_在DWS中调用API
- DWS产品介绍_DWS产品优势_DWS功能_DWS使用场景_DWS是什么
- GaussDB(DWS)常用SQL_常用SQL命令_SQL语法
- GAUSS(DWS)工具_gsql工具_DataStudio工具_DSC工具
- DWS资源管理_GaussDB(DWS)资源管理作用_DWS资源管控
- GaussDB函数_GaussDB数据库函数_高斯数据库函数_华为云
- GaussDB数据库函数_GaussDB介绍_高斯数据库函数
- 如何进行日志采集和转储_日志平台_日志接入_日志转储