Skip to content

docs: document separate datanode query and ingestion runtimes#2549

Merged
v0y4g3r merged 2 commits into
mainfrom
copilot/update-docs-separate-datanode-query-ingestion-runt
Jun 11, 2026
Merged

docs: document separate datanode query and ingestion runtimes#2549
v0y4g3r merged 2 commits into
mainfrom
copilot/update-docs-separate-datanode-query-ingestion-runt

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What's Changed in this PR

GreptimeDB introduced separate datanode runtimes for query and ingestion paths, and the configuration docs needed to reflect those new runtime knobs. This PR updates the nightly deployment/configuration docs (EN + ZH) to document the new runtime fields and their defaults.

Describe the change in this PR

  • Datanode runtime options (nightly EN docs)

    • Added runtime.query_rt_size and runtime.ingest_rt_size to the Datanode-only configuration example and option table.
    • Documented default behavior:
      • query_rt_size: max(num_cpus - 1, 1)
      • ingest_rt_size: number of CPU cores
  • Datanode runtime options (nightly ZH docs)

    • Added the same runtime.query_rt_size and runtime.ingest_rt_size entries in the Chinese counterpart.
    • Kept key naming aligned with runtime config conventions in the section (grpc.runtime_size).
[runtime]
query_rt_size = 7
ingest_rt_size = 8

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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e521704
Status: ✅  Deploy successful!
Preview URL: https://3e257e93.greptime-docs.pages.dev
Branch Preview URL: https://copilot-update-docs-separate.greptime-docs.pages.dev

View logs

Copilot AI changed the title [WIP] Update documentation for separating datanode query and ingestion runtimes docs: document separate datanode query and ingestion runtimes Jun 9, 2026
Copilot AI requested a review from v0y4g3r June 9, 2026 08:34
@v0y4g3r v0y4g3r marked this pull request as ready for review June 10, 2026 07:48
Copilot AI review requested due to automatic review settings June 10, 2026 07:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the nightly configuration documentation to reflect GreptimeDB’s split datanode runtimes for query vs ingestion, documenting the new runtime.query_rt_size and runtime.ingest_rt_size knobs (including defaults) in both English and Chinese docs.

Changes:

  • Extended the Datanode-only configuration TOML example to include a new [runtime] section with query_rt_size and ingest_rt_size.
  • Added corresponding entries to the Datanode-only configuration option table, including documented default behaviors.
  • Aligned the Chinese doc’s gRPC runtime key naming with grpc.runtime_size in the Datanode-only table.

Reviewed changes

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

File Description
docs/user-guide/deployments-administration/configuration.md Adds [runtime] datanode runtime sizing example and documents runtime.query_rt_size / runtime.ingest_rt_size defaults in the Datanode-only section.
i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.md Mirrors the same runtime options in ZH nightly docs and aligns the gRPC runtime key naming in the Datanode-only table.

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

@v0y4g3r v0y4g3r merged commit 5760ea4 into main Jun 11, 2026
8 checks passed
@v0y4g3r v0y4g3r deleted the copilot/update-docs-separate-datanode-query-ingestion-runt branch June 11, 2026 06:34
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.

Update docs for feat: separate datanode query and ingestion runtimes

4 participants