Syntax
alter_option depends on the operation you want to perform on the fragment.
Clauses
SET PARALLELISM
Example
SET { SOURCE_RATE_LIMIT | BACKFILL_RATE_LIMIT | DML_RATE_LIMIT | SINK_RATE_LIMIT }
SINK_RATE_LIMIT requires a sink with a KV log store. Set sink_decouple = true before creating the sink to enable sink decoupling. Each rate limit applies only to fragments containing the corresponding rate-limit operator.
ALTER FRAGMENT ... SET RATE_LIMIT ... remains supported as a backward-compatible alias for SET BACKFILL_RATE_LIMIT.
Example
See also
- System catalogs — View fragment information using
rw_fragment_parallelismandrw_fragments