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
parent
93b55dde08
commit
8c3d13aef0
|
@ -13,8 +13,10 @@
|
|||
### Core
|
||||
|
||||
#### Updates
|
||||
- Catalog limits for databases, tables, and columns are now configurable
|
||||
- Use new `serve` options: `--num-datbase-limit`, `--num-table-limit`, and `--num-columns-per-table-limit`.
|
||||
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
|
||||
- `--num-datbase-limit`
|
||||
- `--num-table-limit`
|
||||
- `--num-columns-per-table-limit`
|
||||
- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA`
|
||||
- Other general performance improvements
|
||||
|
||||
|
|
Loading…
Reference in New Issue