Open
Conversation
Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GreptimeDB documentation to reflect the InfluxDB line protocol “append mode” behavior and how HTTP hints affect auto-created tables, including the interaction between append_mode and merge_mode.
Changes:
- Documented per-header HTTP hint format (
x-greptime-hint-<key>) in the HTTP API docs (EN/ZH). - Added/updated InfluxDB line protocol docs to explain how explicitly setting
append_mode=trueimpacts auto-created tables (EN/ZH). - Refined the performance-tuning guidance around merge modes vs append-only behavior (EN/ZH).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/protocols/http.md | Adds per-header hint format and updates append/merge mode hint descriptions (ZH). |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/ingest-data/for-iot/influxdb-line-protocol.md | Documents append_mode hint behavior for InfluxDB auto-created tables (ZH). |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/performance-tuning/design-table.md | Updates append-only vs merge-mode explanation in performance tuning section (ZH). |
| docs/user-guide/protocols/http.md | Adds per-header hint format and updates append/merge mode hint descriptions (EN). |
| docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md | Documents append_mode hint behavior for InfluxDB auto-created tables (EN). |
| docs/user-guide/deployments-administration/performance-tuning/design-table.md | Updates append-only vs merge-mode explanation in performance tuning section (EN). |
Comments suppressed due to low confidence (1)
docs/user-guide/ingest-data/for-iot/influxdb-line-protocol.md:170
- The list formatting breaks at the “In InfluxDB…” bullet: the continuation lines for the GreptimeDB explanation aren’t indented, so they render as a separate paragraph instead of part of the same list item. Indent the continuation lines under the bullet to keep the list structure consistent.
- In InfluxDB, a point represents a single data record with a measurement, tag set, field set, and a timestamp.
In GreptimeDB, it is represented as a row of data in the time-series table,
where the table name aligns with the measurement,
and the columns are divided into three types: Tag, Field, and Timestamp.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying greptime-docs with
|
| Latest commit: |
6840ee4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f4ed18ac.greptime-docs.pages.dev |
| Branch Preview URL: | https://docs-influxdb-append-mode.greptime-docs.pages.dev |
evenyag
approved these changes
May 6, 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
Closes #2454
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.