Skip to content

Commit 996daed

Browse files
Milvus-doc-botMilvus-doc-bot
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Generate en docs
1 parent ae07a5b commit 996daed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: localization/v2.4.x/site/en/userGuide/manage-partitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ res = <span class="hljs-keyword">await</span> client.<span class="hljs-title fun
966966
<li><p><strong>How much data can be stored in a partition?</strong></p>
967967
<p>It is recommended to store less than 1B of data in a partition.</p></li>
968968
<li><p><strong>What is the maximum number of partitions that can be created?</strong></p>
969-
<p>By default, Milvus allows a maximum of 4,096 partitions to be created. You can adjust the maximum number of partitions by configuring <code translate="no">rootCoord.maxPartitionNum</code>. For details, refer to <a href="https://milvus.io/docs/configure_rootcoord.md#rootCoordmaxPartitionNum">System Configurations</a>.</p></li>
969+
<p>By default, Milvus allows a maximum of 1,024 partitions to be created. You can adjust the maximum number of partitions by configuring <code translate="no">rootCoord.maxPartitionNum</code>. For details, refer to <a href="https://milvus.io/docs/configure_rootcoord.md#rootCoordmaxPartitionNum">System Configurations</a>.</p></li>
970970
<li><p><strong>How can I differentiate between partitions and partition keys?</strong></p>
971971
<p>Partitions are physical storage units, whereas partition keys are logical concepts that automatically assign data to specific partitions based on a designated column.</p>
972972
<p>For instance, in Milvus, if you have a collection with a partition key defined as the <code translate="no">color</code> field, the system automatically assigns data to partitions based on the hashed values of the <code translate="no">color</code> field for each entity. This automated process relieves the user of the responsibility to manually specify the partition when inserting or searching data.</p>

0 commit comments

Comments
 (0)