docs: add SET BACKFILL_PARALLELISM clause to ALTER command documentation#1022
Draft
docs: add SET BACKFILL_PARALLELISM clause to ALTER command documentation#1022
Conversation
Co-authored-by: kwannoel <47273164+kwannoel@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation to support altering backfill parallelism
docs: add SET BACKFILL_PARALLELISM clause to ALTER command documentation
Feb 24, 2026
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.
Documents the new
SET BACKFILL_PARALLELISMclause added in risingwavelabs/risingwave#24323, which allows independent tuning of parallelism during the backfill phase of streaming jobs.Description
Added
SET BACKFILL_PARALLELISMsections to all relevantALTERcommand pages, following the same pattern as existingSET BACKFILL_RATE_LIMITandSET PARALLELISMsections:sql-alter-table.mdx— includes a note that Iceberg engine tables are not supportedsql-alter-materialized-view.mdxsql-alter-index.mdxsql-alter-sink.mdxsql-alter-source.mdxEach section covers syntax, parameter semantics (
ADAPTIVE/0or fixed integer), and SQL examples:Related code PR
risingwavelabs/risingwave#24323
Related doc issue
https://github.com/risingwavelabs/risingwave-docs/issues/
Checklist
mint.jsonto include the page in the table of contents.Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.