Updated on 2025-02-27 GMT+08:00

PG_STATIO_SYS_SEQUENCES

PG_STATIO_SYS_SEQUENCES displays I/O status information about all the sequences in the namespaces.

Table 1 PG_STATIO_SYS_SEQUENCES columns

Name

Type

Description

relid

oid

OID of the sequence.

schemaname

name

Name of the schema that this sequence is in.

relname

name

Sequence name.

blks_read

bigint

Number of disk blocks read from the sequence.

blks_hit

bigint

Number of cache hits in this sequence.