DATABASE_ STORAGE_ USAGE_ HISTORY and STORAGE_ USAGE views: New column¶
Attention
This behavior change is in the 2023_07 bundle.
For the current status of the bundle, refer to Bundle History.
When this bundle is enabled, a new column is added to the following views:
- DATABASE_STORAGE_USAGE_HISTORY (Account Usage)
- DATABASE_STORAGE_USAGE_HISTORY (ORGANIZATION_USAGE)
- STORAGE_USAGE (Account Usage)
- Before the change:
The DATABASE_STORAGE_USAGE_HISTORY (Account Usage and ORGANIZATION_USAGE) and STORAGE_USAGE (Account Usage) views do not include a column for hybrid table storage bytes.
- After the change:
The DATABASE_STORAGE_USAGE_HISTORY (Account Usage and ORGANIZATION_USAGE) view includes a new column:
Column Name Data type Description average_hybrid_table_storage_usage FLOAT Number of bytes of hybrid storage used. The STORAGE_USAGE (Account Usage) view includes a new column: - header:
Column Name, Data type, Description
- delim:
- widths:
40 15 45
hybrid_table_storage_usage FLOAT Number of bytes of hybrid storage used.
Ref: 1333