docs: clarify parallelism migration guidance for existing jobs and new default strategies#1013
Draft
docs: clarify parallelism migration guidance for existing jobs and new default strategies#1013
Conversation
…aming jobs Co-authored-by: kwannoel <47273164+kwannoel@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clarify parallelism migration guidance for SQL jobs
docs: clarify parallelism migration guidance for existing jobs and new default strategies
Feb 19, 2026
kwannoel
reviewed
Feb 19, 2026
deploy/k8s-cluster-scaling.mdx
Outdated
|
|
||
| ## Migrate existing jobs to recommended defaults | ||
|
|
||
| If your cluster was created before v2.3.0 or before the recommended parallelism defaults were applied, existing streaming jobs retain their original parallelism settings. For a step-by-step guide on inspecting current parallelism and generating bulk `ALTER` statements to bring existing relations in line with the recommended defaults, see [Migrate to recommended parallelism defaults](/operate/manage-a-large-number-of-streaming-jobs#migrate-to-recommended-parallelism-defaults). |
Contributor
Author
There was a problem hiding this comment.
Updated in 54c1211 — changed v2.3.0 to v2.8.0 in both k8s-cluster-scaling.mdx and the version-awareness section in manage-a-large-number-of-streaming-jobs.mdx. I also kept the existing v2.3.0 reference (when the parameters themselves were first introduced) and clarified that the recommended BOUNDED defaults were added in v2.8.0.
… defaults Co-authored-by: kwannoel <47273164+kwannoel@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users repeatedly hit confusion around whether system-level parallelism settings retroactively apply to existing streaming jobs — they do not. This adds a dedicated migration guide covering both the "future jobs" path (ALTER SYSTEM) and the "existing jobs" path (per-relation ALTER).
Description
operate/manage-a-large-number-of-streaming-jobs.mdx— new section: Migrate to recommended parallelism defaultsstreaming_parallelism_strategy_for_source,streaming_parallelism_strategy_for_table, andadaptive_parallelism_strategytarget values with an explicit callout that they apply to newly created jobs only.ALTER SYSTEM SETstatements to configure cluster-wide defaults for future jobs.rw_streaming_parallelismALTER … SET PARALLELISM = 4for sources/tables deviating from targetALTER … SET PARALLELISM = adaptivefor unbounded adaptive MVs/sinks/indexesadaptive_parallelism_strategy,streaming_parallelism_strategy_for_source,streaming_parallelism_strategy_for_table) were introduced in v2.3.0; the recommendedBOUNDED(4)/BOUNDED(64)defaults were introduced in v2.8.0. Clusters upgraded from versions before v2.8.0 do not automatically inherit the new defaults.deploy/k8s-cluster-scaling.mdx— cross-link section at page end pointing to the new migration guide for clusters created before v2.8.0 or before the recommended defaults were applied.Related code PR
risingwavelabs/risingwave#24678
Related doc issue
https://github.com/risingwavelabs/risingwave-docs/issues/
Checklist
mint.jsonto include the page in the table of contents.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.