Revision as of 09:10, March 27, 2020 by Peter Chaplin (talk | contribs) (Update with the copy of version: DRAFT900)
Jump to: navigation, search

DATABASE_STATS System table

The DATABASE_STATS table records information about the rows and size estimates of iWD tables.

Field Data Type Description
ETL_AUDIT_KEY int ETL_AUDIT_KEY of the corresponding maintain job
ETL_DATE datetime The timestamp when data is inserted
TABLE_NAME varchar(50) The name of a table
ROWS_ESTIMATE bigint Number of rows in the table. This is only an estimate used by the planner
SIZE_ESTIMATE bigint Size of rows in the table in bytes. This is only an estimate used by the planner
Comments or questions about this documentation? Contact us for support!