GBase 8c
其他
文章
PG_STATIO_USER_TABLES系统视图说明
GBase社区管理员发表于2024-02-06 14:33:0113次浏览0个评论
PG_STATIO_USER_TABLES视图显示命名空间中所有用户关系表的IO状态信息。
名称 | 类型 | 描述 |
relid | oid | 表OID。 |
schemaname | name | 该表模式名。 |
relname | name | 表名。 |
heap_blks_read | bigint | 从该表中读取的磁盘块数。 |
heap_blks_hit | bigint | 该表缓存命中数。 |
idx_blks_read | bigint | 从表中所有索引读取的磁盘块数。 |
idx_blks_hit | bigint | 表中所有索引命中缓存数。 |
toast_blks_read | bigint | 该表的TOAST表读取的磁盘块数(如果存在)。 |
toast_blks_hit | bigint | 该表的TOAST表命中缓冲区数(如果存在)。 |
tidx_blks_read | bigint | 该表的TOAST表索引读取的磁盘块数(如果存在)。 |
tidx_blks_hit | bigint | 该表的TOAST表索引命中缓冲区数(如果存在)。 |
评论已关闭
热门帖子
- 12025-12-01浏览数:182762
- 22023-05-09浏览数:25056
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528