Commit 16ad10c
Release influxdb v3.9.0 (#7045)
* feat(influxdb3): Bump version to 3.9.0
* docs(enterprise): rewrite performance upgrade preview documentation (#7035)
* docs(enterprise): rewrite performance upgrade preview documentation
Completely rewrites the InfluxDB 3 Enterprise performance upgrade preview
docs to reflect the current state of the storage layer upgrades. Adds
documentation for column families, auto-DVC, bulk export, Parquet upgrade
path, and updates all configuration flags to match the current codebase.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(enterprise): refine performance upgrade preview content
- Change "Private preview beta" to "Performance preview beta"
- Remove Auto-DVC section from main page
- Replace "legacy Parquet engine" / "new engine" with "Parquet and .pt files"
- Add Parquet auto-upgrade warning to enable section
- Add "What is" and "Why" section structure
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update content/influxdb3/enterprise/admin/pachatree/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb3/enterprise/admin/pachatree/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb3/enterprise/admin/pachatree/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb3/enterprise/admin/pachatree/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb3/enterprise/admin/pachatree/configure.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix(enterprise): singular dedicated compactor node
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update content/influxdb3/enterprise/admin/pachatree/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* docs(enterprise): move performance preview out of admin to /performance-preview/
Moves docs from /admin/pachatree/ to /performance-preview/ for a cleaner
URL and proper sidebar placement as a top-level Enterprise section.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
* fix(enterprise): address PR review feedback
- Rename --enable-auto-dvc to --pt-enable-auto-dvc (canonical flag name)
- Remove broken Auto-DVC anchor link from configure page
- Align notification wording with "beta" (not "private preview")
- Fix notification ID dot to dash (influxdb3-9-performance-preview)
- Clarify column families syntax is for line protocol
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(influxdb3): fix configuration defaults for performance preview
Correct default values based on code audit:
- Change --pt-max-columns from ~6.5M to 10,000,000 (10M)
- Add Enterprise default value (3d) for --pt-file-cache-recency
The --pt-max-columns default was incorrect (code defines
Catalog::MAX_TOTAL_COLUMNS = 10_000_000). The --pt-file-cache-recency
inherits from --parquet-mem-cache-query-path-duration, which defaults
to 3d in Enterprise.
Code audit findings from @peterbarnett03
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs(enterprise): add downgrade-to-parquet documentation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(enterprise): add cross-references to performance preview (#7049)
* docs(enterprise): add cross-references to performance preview overview
Link key terms (Apache Parquet, series key, line protocol, Gen0,
compaction levels) to their reference pages and glossary entries.
Add WAL-to-Gen0 pipeline summary in the bounded compaction section.
* docs(enterprise): clarify "Why these upgrades" intro wording
Reorder to: existing storage layer → customer needs → upgrades extend it.
Replace "default" with "existing" to avoid ambiguity and drop negative
value judgment.
* Update content/influxdb3/enterprise/performance-preview/_index.md
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs(enterprise): add --use-pacha-tree to influxdb3 serve CLI reference (#7046)
Add CLI reference entries for the performance upgrade preview flag
and grouped --pt-* tuning options, linking to the main preview page
and configuration reference.
* feat(enterprise): add v3.9.0 export and telemetry API endpoints (#7047)
* feat(enterprise): add v3.9.0 export and telemetry API endpoints
Add Export data (beta) tag and four export endpoints
(databases, tables, windows, window_data) gated behind
--use-pacha-tree. Add query_sql_telemetry endpoint.
Update write_lp with column families docs and query endpoints
with hybrid query mode note. Bump spec version to v3.9.0.
* docs(api): simplify hybrid query mode wording
Change 'merge results from both legacy Parquet and new .pt storage'
to 'merge results from Parquet and .pt files' for clarity.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update static/openapi/influxdb3-enterprise-openapi.yaml
* Update api-docs/influxdb3/enterprise/v3/influxdb3-enterprise-openapi.yaml
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* feat(influxdb3): add v3.9.0 release notes for Core and Enterprise (#7050)
Core: DataFusion upgrade, Python runtime upgrade, product identity
in HTTP responses, database lifecycle hardening.
Enterprise: performance upgrade preview (beta) with --use-pacha-tree,
bulk data export, automatic DVC, downgrade-to-parquet, --yes/-y for
delete commands, 1MB default string field limit, compaction stability.
---------
Co-authored-by: peterbarnett03 <peter.barnett03@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5ab8234 commit 16ad10c
9 files changed
Lines changed: 1839 additions & 53 deletions
File tree
- api-docs/influxdb3/enterprise/v3
- content
- influxdb3/enterprise
- performance-preview
- reference/cli/influxdb3
- data
- static/openapi
Lines changed: 297 additions & 25 deletions
Large diffs are not rendered by default.
Lines changed: 330 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
0 commit comments