Schema:

ACCOUNT_USAGE

STAGE_STORAGE_USAGE_HISTORY view¶

This Account Usage view can be used to query the average daily data storage usage, in bytes, within the last 365 days (1 year) for all the Snowflake internal stages in the account, including:

  • Named internal stages.

  • Default staging areas (for tables and users).

Note

This view returns stage storage usage within the last 365 days (1 year).

See also:

DATABASE_STORAGE_USAGE_HISTORY View , STORAGE_USAGE View , WAREHOUSE_METERING_HISTORY View

Columns¶

Column Name

Data Type

Description

USAGE_DATE

DATE

Date of this storage usage record.

AVERAGE_STAGE_BYTES

NUMBER

Number of bytes of stage storage used.

Usage notes¶

  • Latency for the view may be up to 120 minutes (2 hours).