Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
…urrences Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com>
…=21, ZH=21) Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com>
|
@copilot please remove all occurrences of |
…cumentation Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com>
Done! All 76 occurrences of |
| ENGINE = ReplacingMergeTree | ||
| ORDER BY (id, created_at) | ||
| SETTINGS index_granularity = 8192; | ||
| SETTINGS; |
| ) | ||
| ENGINE = MergeTree | ||
| SETTINGS index_granularity = 8192; | ||
| SETTINGS; |
| ) | ||
| ENGINE = MergeTree | ||
| SETTINGS index_granularity = 8192; | ||
| SETTINGS; |
| ENGINE = ReplacingMergeTree | ||
| ORDER BY (id, created_at) | ||
| SETTINGS index_granularity = 8192; | ||
| SETTINGS; |
Summary
Removes all 76 occurrences of
SETTINGS index_granularity = 8192from the documentation across all language versions. Since 8192 is the default value forindex_granularityin ClickHouse, these explicit declarations are redundant.Changes Made
SETTINGS index_granularity = 8192linesindex_granularity = 8192from multi-setting clauses while preserving other settingsFiles Affected
Changes span across:
Verification
SETTINGS index_granularity = 8192Checklist
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.