From 42fb0ef86ff26d5d3e1cb2b2bf978d27643dcdeb Mon Sep 17 00:00:00 2001 From: peterbarnett03 Date: Fri, 2 May 2025 11:57:09 -0400 Subject: [PATCH] fix: update param for column limit --- content/shared/v3-core-enterprise-release-notes/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index e5e9b19eb..236a67b5e 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -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`
`--compact-from-node-ids` | `--cluster-id` | | `--run-compactions`
`--mode=compactor` | `--mode=compact`
`--mode=compact` | -In addition to the above changes, `--cluster-id` is now a required parameter for all new instances. \ No newline at end of file +In addition to the above changes, `--cluster-id` is now a required parameter for all new instances.