164 Star 224 Fork 1.2K

openGauss / docs

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

GLOBAL_STATIO_USER_SEQUENCES

GLOBAL_STATIO_USER_SEQUENCES视图显示各节点的命名空间中所有用户关系表类型为序列的IO状态信息。

表 1 GLOBAL_STATIO_USER_SEQUENCES字段

名称

类型

描述

node_name

name

数据库进程名称。

relid

oid

序列OID。

schemaname

name

序列中模式名。

relname

name

序列名。

blks_read

bigint

从序列中读取的磁盘块数。

blks_hit

bigint

序列中缓存命中数。

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

搜索帮助