fix: update param for column limit
parent
925fb37e02
commit
42fb0ef86f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue