DATABASE_STORAGE_USAGE_HISTORY_VIEW (ACCOUNT_USAGE, ORGANIZATION_USAGE): New columns (Pending)¶
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