Skip to content

Add SQL reference page for ALTER PARALLELISM #957

@kwannoel

Description

@kwannoel

Context

Slack thread: https://slack.com/archives/C034XCYJPSN/p1770678128292929

Problem

Users cannot find documentation for the ALTER ... SET PARALLELISM SQL command in the SQL reference. The feature exists and is referenced in various docs/PRs, but there is no dedicated SQL reference page under sql/commands, creating a gap for syntax, behavior, and usage guidance.

Suggested Fix

  • Add a new SQL reference page for ALTER ... SET PARALLELISM under sql/commands with syntax, parameters, supported object types, and examples.
  • Clarify operational notes: impact on running jobs, any limits, and constraints (e.g., max parallelism).
  • Add cross-links from related docs (e.g., cluster limits, scaling, and existing alter-* commands) to improve discoverability.
Existing Documentation

Related docs PRs:

Codebase References

Related PRs in risingwave:

Source files:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions