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
|
### 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue