From ae07a5bc62aa7dd90cbb5b3623fac1fd012dba58 Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Wed, 9 Oct 2024 08:51:22 +0000 Subject: [PATCH] Release new docs --- v2.4.x/site/en/userGuide/manage-partitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.4.x/site/en/userGuide/manage-partitions.md b/v2.4.x/site/en/userGuide/manage-partitions.md index 3b3f6dcd5..5ff3c5055 100644 --- a/v2.4.x/site/en/userGuide/manage-partitions.md +++ b/v2.4.x/site/en/userGuide/manage-partitions.md @@ -1041,7 +1041,7 @@ console.log(res) - __What is the maximum number of partitions that can be created?__ - By default, Milvus allows a maximum of 4,096 partitions to be created. You can adjust the maximum number of partitions by configuring `rootCoord.maxPartitionNum`. For details, refer to [System Configurations](https://milvus.io/docs/configure_rootcoord.md#rootCoordmaxPartitionNum). + By default, Milvus allows a maximum of 1,024 partitions to be created. You can adjust the maximum number of partitions by configuring `rootCoord.maxPartitionNum`. For details, refer to [System Configurations](https://milvus.io/docs/configure_rootcoord.md#rootCoordmaxPartitionNum). - __How can I differentiate between partitions and partition keys?__