solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables : SYS_CARDINAL
  
SYS_CARDINAL
The data in the SYS_CARDINAL table is refreshed within every checkpoint, not at another time.
The columns in the SYS_CARDINAL system table are described in the following table:
 
Column name
Data type
Description
REL_ID
INTEGER
The relation identifier as in SYS_TABLES.
CARDIN
INTEGER
The number of rows in the table.
SIZE
INTEGER
The size of the data in the table.
LAST_UPD
TIMESTAMP
The timestamp of the last update in the table.
Go up to
System tables