文档首页/ 云数据库 GaussDB/ 开发指南(分布式_V2.0-2.x)/ Schema/ DBE_PERF Schema/ Cache/IO/ GLOBAL_STATIO_ALL_SEQUENCES
更新时间:2025-03-08 GMT+08:00
GLOBAL_STATIO_ALL_SEQUENCES
GLOBAL_STATIO_ALL_SEQUENCES包含各节点的数据库中每个序列的每一行,显示特定序列关于I/O的统计。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | name | 节点名称。 |
| relid | oid | 序列OID。 |
| schemaname | name | 序列中模式名。 |
| relname | name | 序列名。 |
| blks_read | bigint | 从序列中读取的磁盘块数。 |
| blks_hit | bigint | 序列中缓存命中数。 |
父主题: Cache/IO