Skip to content

docs: fix parallel_view_processing example to use INSERT SELECT#6391

Open
adityaksolves wants to merge 1 commit into
ClickHouse:mainfrom
adityaksolves:fix-parallel-view-docs-example
Open

docs: fix parallel_view_processing example to use INSERT SELECT#6391
adityaksolves wants to merge 1 commit into
ClickHouse:mainfrom
adityaksolves:fix-parallel-view-docs-example

Conversation

@adityaksolves

@adityaksolves adityaksolves commented Jun 15, 2026

Copy link
Copy Markdown

Closes: ClickHouse/ClickHouse#106845

What changed

The example demonstrating parallel_view_processing=1 was using
INSERT INTO source VALUES ('test'), which no longer honors this
setting since v25.5 (after PR #77309).

Updated the example to use INSERT INTO source SELECT 'test' which
correctly demonstrates parallel view processing.

Also added a note clarifying that parallel_view_processing only
applies to INSERT ... SELECT queries since v25.5.

Changelog category

  • Documentation (changelog entry is not required)

Note

Low Risk
Documentation-only change with no runtime or API impact.

Overview
Updates the Parallel vs sequential processing section so the parallel_view_processing=1 demo matches ClickHouse v25.5+ behavior.

Adds a note that parallel_view_processing applies only to INSERT ... SELECT, not INSERT ... VALUES. The parallel example is changed from INSERT INTO source VALUES ('test') to INSERT INTO source SELECT 'test', so readers can still see parallel MV execution and faster insert timing.

Reviewed by Cursor Bugbot for commit 706f6ce. Bugbot is set up for automated code reviews on this repo. Configure here.

@adityaksolves adityaksolves requested a review from a team as a code owner June 15, 2026 10:43
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

@adityaksolves is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Error Error Jun 15, 2026 3:57pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jun 15, 2026 3:57pm
clickhouse-docs-ru Ignored Ignored Preview Jun 15, 2026 3:57pm
clickhouse-docs-zh Ignored Ignored Preview Jun 15, 2026 3:57pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parallel_view_processing behaviour change after 25.5 is not reflected in docs

1 participant