Jump to: navigation, search

DATABASE_STATS System

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

Field Data Type Description
ETL_AUDIT_KEY int Key to the ETL_AUDIT dimension, identifying 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.
This page was last edited on June 30, 2020, at 16:10.
Comments or questions about this documentation? Contact us for support!