SUMMARY_STAT_DATABASE_CONFLICTS
SUMMARY_STAT_DATABASE_CONFLICTS displays statistics about database conflicts in openGauss.
Table 1 SUMMARY_STAT_DATABASE_CONFLICTS columns
| Name | Type | Description | 
|---|
| datname | name | Database name | 
| confl_tablespace | bigint | Number of conflicting tablespaces | 
| confl_lock | bigint | Number of conflicting locks | 
| confl_snapshot | bigint | Number of conflicting snapshots | 
| confl_bufferpin | bigint | Number of conflicting buffers | 
| confl_deadlock | bigint | Number of conflicting deadlocks | 
openGauss 2025-10-31 07:42:18