SUSPEND COMPUTE Examples | VantageCloud Lake - SUSPEND COMPUTE Examples - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Example 1: Compute Group Name is not Specified

The following statement suspends the ShippingMedCogs compute profile and uses the default compute group name from the user session, user profile, or user:

SUSPEND COMPUTE FOR ShippingMedCogs;
*** Compute Clusters have been suspended.

Example 2: Compute Group Name is Specified

The following statement suspends the ShippingMedCogs compute profile in the Shipping compute group:

SUSPEND COMPUTE FOR COMPUTE PROFILE ShippingMedCogs IN COMPUTE GROUP Shipping;
*** Compute Clusters have been suspended.