[docs] Improve POC guide structure and query pitfalls#3469
Merged
dataroaring merged 2 commits intomasterfrom Mar 16, 2026
Merged
[docs] Improve POC guide structure and query pitfalls#3469dataroaring merged 2 commits intomasterfrom
dataroaring merged 2 commits intomasterfrom
Conversation
- Nest Example Templates under Table Design section - Rewrite query pitfalls in action-oriented style matching load section - Add over-bucketing pitfall (up to 50% perf degradation) - Add under-bucketing pitfall (limited CPU parallelism) - Expand sort key pitfall with prefix truncation behavior vs PostgreSQL - Update Chinese translation to match Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Reorganizes the “Before You Start the POC” documentation to better reflect table-design hierarchy and expands the “Query” pitfalls section with additional bucketing and sort-key guidance, keeping the zh-CN translation in sync.
Changes:
- Nested “Example Templates / 建表模板” under the “Table Design / 建表设计” section by adjusting heading levels.
- Rewrote query pitfalls into action-oriented guidance and added over-/under-bucketing pitfalls.
- Expanded the sort key pitfall to clarify Doris prefix-index behavior and recommend inverted indexes for non-prefix columns (EN + zh-CN).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/gettingStarted/before-you-start-the-poc.md | Adjusts heading hierarchy and enhances “Query” pitfalls with bucketing + sort-key guidance and cross-links. |
| i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md | Mirrors the same structural and content updates in the Chinese translation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Test plan
/docs/dev/gettingStarted/before-you-start-the-poc#bucketing,#sort-key) resolve correctly🤖 Generated with Claude Code