GS_USER_TRANSACTION
GS_USER_TRANSACTION provides transaction information about users on a single CN. The database records the number of times that each user commits and rolls back transactions and the response time of transaction commitment and rollback, in microseconds.
| 
        Column  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        usename  | 
      
        Name  | 
      
        Username  | 
     
| 
        commit_counter  | 
      
        Bigint  | 
      
        Number of the commits  | 
     
| 
        rollback_counter  | 
      
        Bigint  | 
      
        Number of rollbacks  | 
     
| 
        resp_min  | 
      
        Bigint  | 
      
        Minimum response time  | 
     
| 
        resp_max  | 
      
        Bigint  | 
      
        Maximum response time  | 
     
| 
        resp_avg  | 
      
        Bigint  | 
      
        Average response time  | 
     
| 
        resp_total  | 
      
        Bigint  | 
      
        Total response time  | 
     
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.