- Schemas:
STORAGE_USAGE view¶
This Account Usage view displays the average daily data storage usage, in bytes, within the last 365 days (1 year) across the entire account, including data in:
Database tables.
Files in all internal stages.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
USAGE_DATE |
DATE |
Date of this storage usage record. The date is based on the local time zone. It is recommended that you change the query session to use the UTC time zone instead (e.g. |
STORAGE_BYTES |
NUMBER |
Number of bytes of table storage used, including bytes for data currently in Time Travel. |
STAGE_BYTES |
NUMBER |
Number of bytes of stage storage used by files in all internal stages (named, table, and user). |
FAILSAFE_BYTES |
NUMBER |
Number of bytes of Fail-safe storage used. |
HYBRID_TABLE_STORAGE_BYTES |
FLOAT |
Number of bytes of hybrid storage used. |
Usage notes¶
Latency for the view may be up to 120 minutes (2 hours).