- 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 |
---|---|---|
READER_ACCOUNT_NAME |
TEXT |
Name of the reader account where the data is stored. Column only included in view in READER_ACCOUNT_USAGE schema. |
USAGE_DATE |
DATE |
Date of this storage usage record. The date is based on the UTC time zone. |
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 data in Fail-safe. |
Usage Notes¶
Latency for the view may be up to 120 minutes (2 hours).