Schema:

ORGANIZATION_USAGE

For guidance on query performance when using organization-wide usage views, see Performance (Organization Usage).

COMPUTE_POOLS view

Important

This view is only available in the organization account. For more information, see Premium views in the organization account.

Organization Usage performance

When you query a specific view in the SNOWFLAKE.ORGANIZATION_USAGE schema, follow the organization-wide guidance in Performance (Organization Usage): bound every scan on history views, list columns explicitly, and use the time filter column table plus worked SQL and anti-patterns there.

This Organization Usage view displays a row for each compute pool across all the accounts in your organization, including compute pools that have been dropped.

See also:

COMPUTE_POOLS view (Account Usage)

Columns

Organization-level columns

Column NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the organization.
ACCOUNT_LOCATORVARCHARSystem-generated identifier for the account.
ACCOUNT_NAMEVARCHARUser-defined identifier for the account.

Additional columns

Column NameData TypeDescription
NAMEVARCHARCompute pool name.
IDNUMBERInternal, Snowflake-generated identifier for the compute pool.
IS_SUSPENDEDBOOLEANWhether the pool is currently suspended.
MIN_NODESNUMBERMinimum number of nodes in the compute pool.
MAX_NODESNUMBERMaximum number of nodes in the compute pool.
INSTANCE_FAMILYVARCHARMachine type of nodes in the compute pool.
AUTO_SUSPEND_SECSNUMBERNumber of seconds of inactivity after which the compute pool is automatically suspended.
AUTO_RESUMEBOOLEANWhether the compute pool is automatically resumed when Snowflake attempts to start a service or job.
CREATEDTIMESTAMP_LTZDate and time when the compute pool was created.
LAST_RESUMEDTIMESTAMP_LTZDate and time when the suspended compute pool was last resumed.
LAST_ALTEREDTIMESTAMP_LTZDate and time when the compute pool was last updated.
DELETEDTIMESTAMP_LTZDate and time when the compute pool was deleted.
OWNERVARCHARRole name that owns the compute pool.
OWNER_ROLE_TYPEVARCHARType of the role that owns the compute pool.
IS_EXCLUSIVEBOOLEANWhether the compute pool was created for an application.
APPLICATION_NAMEVARCHARApplication name for which the compute pool was created. Null if the compute pool was not created for an application or if the application no longer exists.
APPLICATION_IDNUMBERApplication ID for which the compute pool was created. Null if the compute pool was not created for an application.
COMMENTVARCHARA comment.

Usage notes

  • Latency for the view may be up to 24 hours.