Skip to content

docs(v2): document storage-compact-throughput configuration parameter#7112

Open
jstirnaman wants to merge 5 commits intomasterfrom
update-v2-storage-compact-throughput
Open

docs(v2): document storage-compact-throughput configuration parameter#7112
jstirnaman wants to merge 5 commits intomasterfrom
update-v2-storage-compact-throughput

Conversation

@jstirnaman
Copy link
Copy Markdown
Contributor

Summary

Documents the storage-compact-throughput configuration parameter for InfluxDB v2.

Changes

  • Add storage-compact-throughput to config options reference
  • Document environment variable (INFLUXD_STORAGE_COMPACT_THROUGHPUT)
  • Document configuration file settings (YAML, TOML, JSON)
  • Add note that CLI flag will be available in a future release
  • Default value: 50331648 bytes per second

Related

Testing

  • ✅ Hugo build passes
  • ✅ Linting passes
  • ✅ Follows existing config option documentation pattern

- Add storage-compact-throughput to config options reference
- Document environment variable and configuration file settings
- Note that CLI flag will be available in a future release
- Default value: 50331648 bytes per second
- Controls rate limit for TSM compaction disk writes

Closes #7107

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jstirnaman jstirnaman requested a review from a team as a code owner April 16, 2026 13:05
@jstirnaman jstirnaman added product:v2 InfluxDB v2 (Cloud TSM, OSS) InfluxDB v2 labels Apr 16, 2026
@jstirnaman jstirnaman removed the request for review from a team April 16, 2026 13:05
@jstirnaman jstirnaman added the product:v2 InfluxDB v2 (Cloud TSM, OSS) label Apr 16, 2026
@jstirnaman jstirnaman requested a review from sanderson April 16, 2026 13:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

Vale Style Check Results

Metric Count
Errors 0
Warnings 0
Suggestions 0

Check passed

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

PR Preview Action v1.4.8
🚀 Deployed preview to https://influxdata.github.io/docs-v2/pr-preview/pr-7112/
on branch gh-pages at 2026-04-20 21:55 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

📦 PR Preview — Preview Bot

Status Details
Result ✅ DEPLOYED
Preview View preview
Pages 3 page(s) deployed
Build time 66s
Last updated 2026-04-20 21:55:46 UTC
Pages included in this preview
  • /influxdb/v2/install/upgrade/v1-to-v2/manual-upgrade/
  • /influxdb/v2/reference/config-options/
  • /influxdb/v2/reference/internals/shards/

Preview auto-deploys on push. Will be cleaned up when PR closes.

Comment thread content/influxdb/v2/reference/config-options.md Outdated
@jstirnaman jstirnaman requested a review from devanbenz April 16, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

InfluxDB v2 product:v2 InfluxDB v2 (Cloud TSM, OSS)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v2] Document compact-throughput configuration parameter

1 participant