Schema:

ORGANIZATION_USAGE

QUERY_ACCELERATION_HISTORY view

The QUERY_ACCELERATION_HISTORY view in the ORGANIZATION_USAGE schema is used for querying the history of queries accelerated by the query acceleration service. The information returned by the view includes the warehouse name and the credits consumed by the query acceleration service.

Columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_NAMEVARCHARName of the account (user-defined).
ACCOUNT_LOCATORVARCHARAccount locator of the account (system-defined).
REGIONVARCHARName of the region where the account is located.
USAGE_DATEDATEDate (in the UTC time zone) when queries were accelerated.
CREDITS_USEDNUMBERNumber of credits billed for the query acceleration service during the USAGE_DATE.
WAREHOUSE_IDNUMBERInternal/system-generated identifier for the warehouse that the queries were executed on.
WAREHOUSE_NAMEVARCHARName of the warehouse that the queries were executed on.

Usage notes

  • Latency for the view may be up to 24 hours (1 day).