GLOBAL_WORKLOAD_SQL_COUNT
GLOBAL_WORKLOAD_SQL_COUNT displays statistics on the number of SQL statements executed in all workload Cgroups in a cluster, including the number of SELECT, UPDATE, INSERT, and DELETE statements and the number of DDL, DML, and DCL statements.
| 
        Column  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        workload  | 
      
        Name  | 
      
        Workload Cgroup name  | 
     
| 
        select_count  | 
      
        Bigint  | 
      
        Number of SELECT statements  | 
     
| 
        update_count  | 
      
        Bigint  | 
      
        Number of UPDATE statements  | 
     
| 
        insert_count  | 
      
        Bigint  | 
      
        Number of INSERT statements  | 
     
| 
        delete_count  | 
      
        Bigint  | 
      
        Number of DELETE statements  | 
     
| 
        ddl_count  | 
      
        Bigint  | 
      
        Number of DDL statements  | 
     
| 
        dml_count  | 
      
        Bigint  | 
      
        Number of DML statements  | 
     
| 
        dcl_count  | 
      
        Bigint  | 
      
        Number of DCL statements  | 
     
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.