Skip to content

Alter parallelism of backfill job #23382

@maingoh

Description

@maingoh

Is your feature request related to a problem? Please describe.

When creating a materialized view, a backfill job is created but it is not possible to alter its parallelism.

Describe the solution you'd like

Allowing to do:

-- Currently say the MV does not exist
ALTER MATERIALIZED VIEW foo SET parallelism = N;

Or

ALTER JOB foo SET parallelism = N;

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions