文档首页/ 云数据库 GaussDB/ 开发指南(分布式_V2.0-2.x)/ Schema/ DBE_PERF Schema/ Cache/IO/ GLOBAL_STATIO_SYS_SEQUENCES
更新时间:2025-03-08 GMT+08:00
GLOBAL_STATIO_SYS_SEQUENCES
GLOBAL_STATIO_SYS_SEQUENCES视图显示各节点的命名空间中所有系统序列的I/O状态信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | name | 节点名称。 |
| relid | oid | 序列OID。 |
| schemaname | name | 序列中模式名。 |
| relname | name | 序列名。 |
| blks_read | bigint | 从序列中读取的磁盘块数。 |
| blks_hit | bigint | 序列中缓存命中数。 |
父主题: Cache/IO