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 name | Data type | Description |
|---|---|---|
| AVERAGE_ARCHIVE_STORAGE_COOL_BYTES | FLOAT | Reserved for future use. |
| AVERAGE_ARCHIVE_STORAGE_COLD_BYTES | FLOAT | Reserved for future use. |
| AVERAGE_ARCHIVE_STORAGE_COOL_FAILSAFE_BYTES | FLOAT | Reserved for future use. |
| AVERAGE_ARCHIVE_STORAGE_COLD_FAILSAFE_BYTES | FLOAT | Reserved for future use. |
Ref: 2129