Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pbarnett/3.0.1-release-notes
peterbarnett03 2025-04-17 14:47:12 -04:00 committed by GitHub
parent 93b55dde08
commit 8c3d13aef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,10 @@
### Core ### Core
#### Updates #### Updates
- Catalog limits for databases, tables, and columns are now configurable - Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
- Use new `serve` options: `--num-datbase-limit`, `--num-table-limit`, and `--num-columns-per-table-limit`. - `--num-datbase-limit`
- `--num-table-limit`
- `--num-columns-per-table-limit`
- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA` - TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA`
- Other general performance improvements - Other general performance improvements