CREATE COMPUTE GROUP: SQL - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

A compute group is a logical group of compute profiles, which includes the compute cluster instances. The compute groups are system-level database objects, not associated with any database or user.

To access compute clusters, users are assigned to a compute group.

The CREATE COMPUTE GROUP statement defines a group for a set of compute cluster instances.

Only users granted CREATE COMPUTE GROUP privilege can create a compute group.

CREATE COMPUTE GROUP Shipping
USING 
    QUERY_STRATEGY('STANDARD');

For detailed syntax and examples, see CREATE COMPUTE GROUP.

To create the compute group using the console, see Create a Compute Group: Console.