ALTER SINK

ALTER SINK changes the provisioned size of a sink.

Syntax

ALTER SINK IF EXISTS name SET ( SIZE value )
Field Use
name The identifier of the sink you want to alter.
value The new value for the sink size. Accepts values: 3xsmall, 2xsmall, xsmall, small, medium, large, xlarge.

Privileges

The privileges required to execute this statement are:

  • Ownership of the sink being altered.

See also

Back to top ↑