Skip to content

docs: note that append_mode hint is ignored for InfluxDB auto-created tables#2453

Closed
v0y4g3r wants to merge 1 commit intomainfrom
docs/influxdb-merge-mode-append-mode-note
Closed

docs: note that append_mode hint is ignored for InfluxDB auto-created tables#2453
v0y4g3r wants to merge 1 commit intomainfrom
docs/influxdb-merge-mode-append-mode-note

Conversation

@v0y4g3r
Copy link
Copy Markdown
Contributor

@v0y4g3r v0y4g3r commented May 4, 2026

Summary

  • Add a note to the InfluxDB line protocol docs that the append_mode HTTP header hint is ignored for auto-created tables, since merge_mode is always set to last_non_null.
  • Update all versioned English docs (0.12–1.0), nightly English docs, and all Chinese docs (nightly + 0.12–1.0).

Test plan

  • Verify the new note renders correctly in the English nightly docs
  • Verify the new note renders correctly in the Chinese nightly docs
  • Confirm all versioned docs contain the same addition

… tables

When tables are auto-created via InfluxDB line protocol, the merge_mode is
set to last_non_null. This means the append_mode hint in the HTTP header is
also ignored for such tables. Add this clarification to all versioned and
localized docs.

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
Copilot AI review requested due to automatic review settings May 4, 2026 15:27
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 61880c5
Status: ✅  Deploy successful!
Preview URL: https://95ba9ec1.greptime-docs.pages.dev
Branch Preview URL: https://docs-influxdb-merge-mode-app.greptime-docs.pages.dev

View logs

@v0y4g3r v0y4g3r closed this May 6, 2026
@v0y4g3r
Copy link
Copy Markdown
Contributor Author

v0y4g3r commented May 6, 2026

We need to change the behavior to changing merge mode to last_row when user explicitly set append_mode to true.

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.

1 participant