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