164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GLOBAL_STATIO_SYS_TABLES.md 11.76 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-11-09 15:59 . sync dts

GLOBAL_STATIO_SYS_TABLES

GLOBAL_STATIO_SYS_TABLES视图显示各节点的命名空间中所有系统表的IO状态信息。

表 1 GLOBAL_STATIO_SYS_TABLES字段

名称

类型

描述

node_name

name

数据库进程名称。

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表索引命中缓冲区数(如果存在)。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
3.0.0

搜索帮助