fix: update param for column limit

pull/6040/head
peterbarnett03 2025-05-02 11:57:09 -04:00 committed by GitHub
parent 925fb37e02
commit 42fb0ef86f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
- `--num-database-limit`
- `--num-table-limit`
- `--num-columns-per-table-limit`
- `--num-total-columns-per-table-limit`
- Improvements to licensing prompts for clarity
- Other general performance improvements
@ -144,4 +144,4 @@ For Enterprise, additional parameters for the `serve` command have been consolid
| `--read-from-node-ids`<br>`--compact-from-node-ids` | `--cluster-id` |
| `--run-compactions`<br>`--mode=compactor` | `--mode=compact`<br>`--mode=compact` |
In addition to the above changes, `--cluster-id` is now a required parameter for all new instances.
In addition to the above changes, `--cluster-id` is now a required parameter for all new instances.