文档首页/
    
      
      云数据库 GaussDB/
      
      
        
        
        开发指南(集中式_V2.0-3.x)/
        
        
        Schema/
        
        
        DBE_PERF Schema/
        
        
        Cache/IO/
        
      
      GLOBAL_STATIO_USER_TABLES
    
  
  
    
        更新时间:2025-03-13 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
GLOBAL_STATIO_USER_TABLES
GLOBAL_STATIO_USER_TABLES视图显示各节点的命名空间中所有用户关系表的I/O状态信息。
| 
       名称  | 
     
       类型  | 
     
       描述  | 
    
|---|---|---|
| 
       node_name  | 
     
       name  | 
     
       节点名称。  | 
    
| 
       relid  | 
     
       oid  | 
     
       表OID。  | 
    
| 
       schemaname  | 
     
       name  | 
     
       该表模式名。  | 
    
| 
       relname  | 
     
       name  | 
     
       表名。  | 
    
| 
       heap_blks_read  | 
     
       bigint  | 
     
       从该表中读取的磁盘块数。  | 
    
| 
       heap_blks_hit  | 
     
       bigint  | 
     
       此表缓存命中数。  | 
    
| 
       idx_blks_read  | 
     
       bigint  | 
     
       从表中所有索引读取的磁盘块数。  | 
    
| 
       idx_blks_hit  | 
     
       bigint  | 
     
       表中所有索引命中缓存数。  | 
    
| 
       toast_blks_read  | 
     
       bigint  | 
     
       此表的TOAST表读取的磁盘块数(如果存在)。  | 
    
| 
       toast_blks_hit  | 
     
       bigint  | 
     
       此表的TOAST表命中缓冲区数(如果存在)。  | 
    
| 
       tidx_blks_read  | 
     
       bigint  | 
     
       此表的TOAST表索引读取的磁盘块数(如果存在)。  | 
    
| 
       tidx_blks_hit  | 
     
       bigint  | 
     
       此表的TOAST表索引命中缓冲区数(如果存在)。  | 
    
   父主题: Cache/IO