164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PG_STATIO_SYS_SEQUENCES.md 8.95 KB
一键复制 编辑 原始数据 按行查看 历史
tongdabao 提交于 2021-09-14 16:53 . add feature

PG_STATIO_SYS_SEQUENCES

PG_STATIO_SYS_SEQUENCES视图显示命名空间中所有序列的IO状态信息。

表 1 PG_STATIO_SYS_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

搜索帮助