TABLE_STORAGE_METRICS and TABLES views (ACCOUNT_USAGE, ORGANIZATION_USAGE): New columns

Attention

This behavior change is in the 2025_07 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the TABLE_STORAGE_METRICS view in the ACCOUNT_USAGE schema and the TABLE_STORAGE_METRICS view in the ORGANIZATION_USAGE schema include the following new columns:

Column nameData typeDescription
ARCHIVE_STORAGE_COOL_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COOL_TIME_TRAVEL_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_TIME_TRAVEL_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COOL_FAILSAFE_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_FAILSAFE_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COOL_EARLY_DELETION_PENALTY_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_EARLY_DELETION_PENALTY_BYTESNUMBERReserved for future use.

When this behavior change bundle is enabled, the TABLES view in the ACCOUNT_USAGE schema and the TABLES view in the ORGANIZATION_USAGE schema include the following new columns:

Column nameData typeDescription
ARCHIVE_STORAGE_COOL_ROW_COUNTNUMBERReserved for future use.
ARCHIVE_STORAGE_COOL_BYTESNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_ROW_COUNTNUMBERReserved for future use.
ARCHIVE_STORAGE_COLD_BYTESNUMBERReserved for future use.

Ref: 2127