Skip to main content
INFOTo modify the SQL definition of a materialized view, please refer to Alter a streaming job.

Syntax

alter_option depends on the operation you want to perform on the materialized view. For all supported clauses, see the sections below.

Clause

OWNER TO

SET SCHEMA

SET PARALLELISM

RENAME TO

SET BACKFILL_PARALLELISM

This statement controls the degree of parallelism used during the backfill phase of a materialized view. It lets you tune resource usage for backfilling independently from the job’s steady-state parallelism.

SET BACKFILL_RATE_LIMIT

This statement controls the rate limit of a newly created materialized view’s backfilling process from upstream materialized views and sources. For the specific value of BACKFILL_RATE_LIMIT, refer to How to view runtime parameters.
Examples
To modify the rate limit of the sources used in the materialized view, please refer to SET SOURCE_RATE_LIMIT.

SWAP WITH