更新时间:2024-06-03 GMT+08:00
PG_STAT_BAD_BLOCK
PG_STAT_BAD_BLOCK视图显示自节点启动后,读取数据时出现Page校验失败的统计信息。具体字段信息如表1所示。
名称 |
类型 |
描述 |
---|---|---|
nodename |
text |
节点名。 |
databaseid |
integer |
数据库OID。 |
tablespaceid |
integer |
表空间OID。 |
relfilenode |
integer |
文件对象id。 |
bucketid |
smallint |
一致性hash bucket id。 |
forknum |
integer |
文件类型,具体取值如下:
|
error_count |
integer |
出现校验失败的次数。 |
first_time |
timestamp with time zone |
第一次出现时间。 |
last_time |
timestamp with time zone |
最后一次出现时间。 |
父主题: 其他系统视图