Updated on 2024-06-03 GMT+08:00

CLASS_VITAL_INFO

CLASS_VITAL_INFO is used to check whether the OIDs of the same table or index are consistent for WDR snapshots, as described in Table 1.

Table 1 CLASS_VITAL_INFO columns

Name

Type

Description

relid

oid

Table OID.

schemaname

name

Schema name.

relname

name

Table name.

relkind

"char"

Object type. Its value can be:
  • r: ordinary table.
  • t: TOAST table.
  • i: index.
  • G: global secondary index.

last_updated

timestamp with time zone

Time when the monitoring data of the object in the view is updated for the last time.