Entering content frame

Object documentation DATASTATISTICSRESET Locate the document in the library structure

Definition

The system table DATASTATISTICS describes the current fill level of the database instance and the maximum fill level since the last RESET ALL STATISTICS or RESET DATASTATISTICS.

Structure

DATASTATISTICSRESET

RESETDATE

TIMESTAMP

Time of the last RESET for these entries

USABLESIZE

FIXED(20)

Data area available for data (KB)

MAXUSEDSIZE

FIXED(20)

Maximum data area used for data at a savepoint (KB)

MAXUSEDPERMANENTSIZE

FIXED(20)

Maximum data area used for permanent data at a savepoint (KB)

MAXUSEDTEMPORARYSIZE

FIXED(20)

Maximum data area used for temporary data at a savepoint (KB)

See also:

DATASTATISTICS

 

Leaving content frame