更新时间:2024-09-02 GMT+08:00
PGXC_STAT_BAD_BLOCK
PGXC_STAT_BAD_BLOCK视图显示集群所有节点从启动后,在读取数据时出现Page/CU校验失败的统计信息。
名字 |
类型 |
描述 |
---|---|---|
nodename |
text |
节点名称。 |
databaseid |
integer |
数据库OID。 |
tablespaceid |
integer |
表空间OID。 |
relfilenode |
integer |
文件对象ID。 |
forknum |
integer |
文件类型。 |
error_count |
integer |
出现校验失败的次数。 |
first_time |
timestamp with time zone |
第一次出现的时间。 |
last_time |
timestamp with time zone |
最近一次出现的时间。 |
父主题: 系统视图