Book Contents

Book Index

Next Topic

Home

VT_SYSTEM

VT_SYSTEM monitors the overall state of the database.

Column Name

Description

TIMESTAMP

a VARCHAR value containing the Linux system time of query execution in a format that can be used as a Date/Time Expression.

CURRENT_EPOCH

an INTEGER value containing the current epoch number

K_SAFETY_LEVEL

an INTEGER value containing the K-Safety level of the database (see MARK_DESIGN_KSAFE)

CATALOG_REV_NUM

an INTEGER value containing the catalog version number

TUPLE_MOVER_MODE

a VARCHAR value containing the tuple mover mode (bulk mode or normal)

Example

=> \pset expanded

=> SELECT * FROM VT_SYSTEM;

-[ RECORD 1 ]----+--------------------

timestamp | 2007-12-05 23:14:41

current_epoch | 28

k_safety_level | 1

catalog_rev_num | 356

tuple_mover_mode | normal