Schema:

ACCOUNT_USAGE

ARCHIVE_STORAGE_DATA_RETRIEVAL_USAGE_HISTORY view

This Account Usage view displays a history of archived data retrieval (in bytes) for your account over the past 12 months (one year).

Columns

Column nameData typeDescription
START_TIMETIMESTAMP_LTZThe date and beginning of the hour (in the local time zone) in which the usage took place.
END_TIMETIMESTAMP_LTZThe date and end of the hour (in the local time zone) in which the usage took place.
OBJECT_TYPEVARCHARThe type of the retrieved object; for example, TABLE.
OBJECT_IDNUMBERInternal or system-generated identifier for the retrieved object.
OBJECT_NAMEVARCHARName of the retrieved object.
SCHEMA_IDNUMBERInternal, Snowflake-generated identifier of the schema for the retrieved object.
SCHEMA_NAMEVARCHARName of the schema for the retrieved object.
DATABASE_IDNUMBERInternal, Snowflake-generated identifier of the database for the retrieved object.
DATABASE_NAMEVARCHARName of the database for the retrieved object.
BYTESNUMBERBytes retrieved from archive storage.
ARCHIVE_STORAGE_TIERVARCHARThe archive storage tier from which Snowflake retrieved the object; for example, COOL or COLD.

Usage notes

  • Latency for the view is up to 1 hour.
  • The view contains historical data for the past 12 months (one year).
  • For cost information related to data retrieval from archive storage, see billing for storage lifecycle policies.