Skip to content

docs: add repartition section#2380

Merged
WenyXu merged 8 commits intomainfrom
feat/repartition
Mar 27, 2026
Merged

docs: add repartition section#2380
WenyXu merged 8 commits intomainfrom
feat/repartition

Conversation

@WenyXu
Copy link
Member

@WenyXu WenyXu commented Mar 24, 2026

What's Changed in this PR

as title

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.

Copilot AI review requested due to automatic review settings March 24, 2026 08:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “Repartition” documentation page and wires it into the docs navigation, with corresponding updates in the Chinese localized docs and glossary to reflect the new concept.

Changes:

  • Add new Repartition docs pages (EN + ZH) describing purpose, workflow, prerequisites, and examples.
  • Add Repartition to the docs sidebar and ZH “Manage Data” overview; update ZH table-sharding page to link out to the dedicated Repartition page.
  • Update Helm chart configuration docs with a GC enablement example; extend EN/ZH glossaries with “Repartition” and “Table Sharding”.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sidebars.ts Adds Repartition doc entry under Deployments & Administration → Manage Data.
i18n/zh/.../manage-data/table-sharding.md Replaces in-page repartition section with a link to the dedicated Repartition page.
i18n/zh/.../manage-data/repartition.md New ZH Repartition page (concept, prerequisites, hot partition checks, example).
i18n/zh/.../manage-data/overview.md Adds Repartition to the ZH Manage Data overview list.
i18n/zh/.../deploy-on-kubernetes/common-helm-chart-configurations.md Adds a “Enable GC” section with example config relevant to repartition prerequisites.
i18n/zh/.../reference/glossary.md Adds glossary entries for Repartition and Table Sharding (ZH).
i18n/zh/.../current.json Adds sidebar label translation for “Repartition”.
docs/user-guide/.../manage-data/repartition.md New EN Repartition page (concept, prerequisites, hot partition checks, example).
docs/reference/glossary.md Adds glossary entries for Repartition and Table Sharding (EN).
Comments suppressed due to low confidence (2)

docs/reference/glossary.md:207

  • The glossary now contains two separate ## T sections (one for Tag/Time* and another for Trigger). With the new “Table Sharding” entry added here, it’s easy for the glossary to drift and readers may miss entries. Please consolidate to a single ## T section (move Trigger under the same heading) and keep all T entries together under it.
### Table Sharding
The technique of splitting a large table into multiple smaller partitions. In GreptimeDB, table sharding helps distribute load across regions and improve throughput for hot or large tables.

---

## T

i18n/zh/docusaurus-plugin-content-docs/current/reference/glossary.md:206

  • 这里出现了两个 ## T 小节(一个包含 Tag/Time*,另一个只包含 Trigger)。新增的 “Table Sharding(表分片)” 放在第一个 ## T 下会让术语表结构更混乱、读者也更难检索。建议合并为一个 ## T 小节(将 Trigger 移到同一个 T 小节中),并把所有 T 开头术语集中在一起。
### Table Sharding (表分片)
将一张大表拆分为多个更小分区的技术。在 GreptimeDB 中,表分片有助于将负载分散到多个 region 上,并提升热点表或大表的吞吐能力。

---

## T

### Trigger (触发器)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 24, 2026

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78faf65
Status: ✅  Deploy successful!
Preview URL: https://fc033bbd.greptime-docs.pages.dev
Branch Preview URL: https://feat-repartition.greptime-docs.pages.dev

View logs

@WenyXu
Copy link
Member Author

WenyXu commented Mar 24, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e4d72e7881

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@WenyXu WenyXu force-pushed the feat/repartition branch from e4d72e7 to e5deaf1 Compare March 25, 2026 03:23
Copy link
Contributor

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please sync to the v1.0 directory.

@WenyXu
Copy link
Member Author

WenyXu commented Mar 27, 2026

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@WenyXu WenyXu merged commit acb2c3c into main Mar 27, 2026
5 checks passed
@WenyXu WenyXu deleted the feat/repartition branch March 27, 2026 08:26
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.

5 participants