SUMMARY_STATIO_SYS_SEQUENCES
SUMMARY_STATIO_SYS_SEQUENCES displays I/O status information about all system sequences in namespaces in openGauss.
Table 1 SUMMARY_STATIO_SYS_SEQUENCES columns
Name  | Type  | Description  | 
|---|
schemaname  | name  | Name of the schema that the sequence is in  | 
relname  | name  | Sequence name  | 
blks_read  | numeric  | Number of disk blocks read from the sequence  | 
blks_hit  | numeric  | Number of cache hits in the sequence  | 
openGauss 2025-11-03 22:42:56