164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
STATIO_ALL_SEQUENCES.md 5.43 KB
一键复制 编辑 原始数据 按行查看 历史

STATIO_ALL_SEQUENCES

STATIO_ALL_SEQUENCES视图包含数据库中每个序列的每一行,显示特定序列关于I/O的统计。

表 1 STATIO_ALL_SEQUENCES字段

名称

类型

描述

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
3.0.0

搜索帮助