-
Notifications
You must be signed in to change notification settings - Fork 692
Open
Labels
type/featureType: New feature.Type: New feature.
Milestone
Description
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
Labels
type/featureType: New feature.Type: New feature.