docs: document separate datanode query and ingestion runtimes#2549
Merged
v0y4g3r merged 2 commits intoJun 11, 2026
Merged
Conversation
Deploying greptime-docs with
|
| 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 |
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
Contributor
There was a problem hiding this comment.
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 withquery_rt_sizeandingest_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_sizein 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
approved these changes
Jun 10, 2026
WenyXu
approved these changes
Jun 10, 2026
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.
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)
runtime.query_rt_sizeandruntime.ingest_rt_sizeto the Datanode-only configuration example and option table.query_rt_size:max(num_cpus - 1, 1)ingest_rt_size: number of CPU coresDatanode runtime options (nightly ZH docs)
runtime.query_rt_sizeandruntime.ingest_rt_sizeentries in the Chinese counterpart.grpc.runtime_size).Checklist
sidebars.tsmatches the current document structure when you changed the document structure.