* feat(influxdb3): document --checkpoint-interval serve option Add documentation for the previously undocumented --checkpoint-interval flag, which aggregates WAL snapshot files into monthly checkpoint files to significantly reduce server startup time. Changes: - config-options.md: add checkpoint-interval entry in the WAL section, including description, default (disabled), env var, and usage example - performance-tuning.md: add "Startup optimization" section explaining the startup-time tradeoff and recommended intervals by scenario Closes #6884 https://claude.ai/code/session_01BArJYJTXBsUjNcdTJVyg6v * docs(influxdb3): add version metadata to checkpoint-interval heading (#6897) * Initial plan * feat(influxdb3): add version metadata to checkpoint-interval heading Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Apply suggestions from code review * fix(workflows): trigger pr-preview on ready_for_review event (#6898) * Initial plan * fix(workflows): trigger pr-preview on ready_for_review event Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Update content/shared/influxdb3-cli/config-options.md * fix(influxdb3): remove WAL snapshot conflation and add release note - Replace "WAL snapshot files" with "snapshots" shorthand, linking to backup-restore file structure on first use - Simplify "snapshot files"→"snapshots" and "checkpoint files"→"checkpoints" throughout checkpoint-interval and startup optimization sections - Add checkpoint-interval feature to v3.8.2 release notes Addresses review feedback from #6896. * Update content/shared/influxdb3-cli/config-options.md --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| create | ||
| delete | ||
| disable | ||
| enable | ||
| install | ||
| show | ||
| stop | ||
| test | ||
| update | ||
| config-options.md | ||
| query.md | ||
| write.md | ||