Skip Headers
Oracle® TimesTen In-Memory Database SQL Reference
Release 11.2.1

Part Number E13070-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

SYS.TBL_STATS

The TBL_STATS table stores the statistics for tables in the data store, namely the number of rows in the table. No values are present if the statistics have not been computed.

Column-specific statistics are stored in the COL_STATS table.

See "SYS.COL_STATS".

Columns

Column name Type Description
TBLID TT_INTEGER NOT NULL for 32-bit systems;

TT_BIGINT NOT NULL for 64-bit systems

TimesTen identifier of table.
NUMTUPS TT_INTEGER NOT NULL for 32-bit systems;

TT_BIGINT NOT NULL for 64-bit systems

Number of rows in the table.
LASTSTATSUPDATE TT_CHAR (25) Time of most recent update of this table, in the following format:

Day Mon DD HH:MM:SS YYYY

(e.g., Sun Jan 01 18:24:12 1995).

The string is NULL-terminated.

This column is NULL if no statistics update has been performed on the table.