DATABASE_STORAGE_USAGE_HISTORY_VIEW (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 DATABASE_STORAGE_USAGE_HISTORY view in the ACCOUNT_USAGE schema and the DATABASE_STORAGE_USAGE_HISTORY view in the ORGANIZATION_USAGE schema include the following new columns:

Column nameData typeDescription
AVERAGE_ARCHIVE_STORAGE_COOL_BYTESFLOATReserved for future use.
AVERAGE_ARCHIVE_STORAGE_COLD_BYTESFLOATReserved for future use.
AVERAGE_ARCHIVE_STORAGE_COOL_FAILSAFE_BYTESFLOATReserved for future use.
AVERAGE_ARCHIVE_STORAGE_COLD_FAILSAFE_BYTESFLOATReserved for future use.

Ref: 2129