Skip to content

Migration: correct join_algorithm default in JOINs best practices#281

Merged
Blargian merged 1 commit into
mainfrom
mintlify/fca9108e
Jun 26, 2026
Merged

Migration: correct join_algorithm default in JOINs best practices#281
Blargian merged 1 commit into
mainfrom
mintlify/fca9108e

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Port upstream ClickHouse/clickhouse-docs#6450: correct the stated default for join_algorithm on the "Minimize and optimize JOINs" page.

Changes

  • concepts/best-practices/minimize-optimize-joins.mdx: replace the claim that 'auto' is the default with the actual default (direct,parallel_hash,hash) and a one-sentence explanation of what it means.

Context

The previous text said join_algorithm = 'auto' was the default, but the real source default is direct,parallel_hash,hash (see src/Core/Settings.cpp). Translated copies under ar/, es/, fr/, ja/, etc. were intentionally left unchanged per the "ignore i18n translation directories" instruction.

@mintlify

mintlify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview Jun 25, 2026, 10:37 PM

@Blargian Blargian merged commit f7b6083 into main Jun 26, 2026
2 checks passed
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.

1 participant