docs: add streaming_parallelism_for_backfill parameter#922
Open
docs: add streaming_parallelism_for_backfill parameter#922
Conversation
Co-authored-by: hzxa21 <5518566+hzxa21@users.noreply.github.com>
Co-authored-by: hzxa21 <5518566+hzxa21@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for backfill-specific parallelism control
docs: add streaming_parallelism_for_backfill parameter
Feb 3, 2026
kwannoel
approved these changes
Feb 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents the new streaming_parallelism_for_backfill session parameter introduced in risingwavelabs/risingwave#24026, which allows users to configure separate parallelism settings for backfill operations that automatically transition to normal streaming parallelism after completion.
Changes:
- Added parameter documentation in the runtime parameters reference table with clear description of behavior
- Created comprehensive usage example demonstrating the parallelism switching mechanism
- Added parallelism control section to backfill concepts page with cross-reference to detailed example
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
processing/backfill.mdx |
Added "Parallelism control" subsection under performance considerations with SQL example and cross-reference link |
operate/view-configure-runtime-parameters.mdx |
Added parameter definition to table and created new "Usage examples" section with detailed SQL example showing parallelism transition |
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.
Description
Documents
streaming_parallelism_for_backfillsession parameter introduced in risingwavelabs/risingwave#24026. This parameter enables separate parallelism configuration for backfill operations, with automatic transition to normal streaming parallelism after backfill completion.Changes:
operate/view-configure-runtime-parameters.mdx): Added parameter definition with usage example demonstrating parallelism switching behaviorprocessing/backfill.mdx): Added parallelism control section under performance considerations with cross-referenceExample usage:
Related code PR
risingwavelabs/risingwave#24026
Related doc issue
https://github.com/risingwavelabs/risingwave-docs/issues/[ISSUE_NUMBER]
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.