
# SUMMARY_STAT_BAD_BLOCK
获得集群内各节点的表、索引等文件的读取失败信息汇总求和结果（在CN节点使用。对不同DN的统计信息汇总求和，first_time取最早的时间，last_time取最新的时间），如[表1]所示。
 表1SUMMARY_STAT_BAD_BLOCK字段 
| **名称**       | **类型**                   | **描述**              |
|:---|:---|:---|
| databaseid   | integer                  | database的oid。       |
| tablespaceid | integer                  | tablespace的oid。     |
| relfilenode  | integer                  | relation的file node。 |
| forknum      | bigint                   | fork编号。             |
| error_count  | bigint                   | error的数量。           |
| first_time   | timestamp with time zone | 页面损坏第一次出现的时间。       |
| last_time    | timestamp with time zone | 页面损坏最后出现的时间。        |
   
