Greenplum Database provides the following system catalog functions:
NoteThis list is provisional and may be incomplete.
The following functions support collection and reporting of information about server activity.
gp_get_suboverflowed_backends()
return type is integer[]
.
Returns an array of integers which indicate the process IDs of all the sessions in which a backend has subtransaction overflows on the running segment. For a cluster-wide view of the suboverflowed backends on every segment, use the view gp_suboverflowed_backend.
pg_stat_get_backend_subxact(integer)
return type is record
.
Returns a record of information about the subtransactions of the backend with the specified ID. The fields returned are subxact_count
, which is the number of subtransactions in the backend's subtransaction cache, and subxact_overflow
, which indicates whether the backend's subtransaction cache is overflowed or not.