diff --git a/v2.4.x/site/en/userGuide/use-partition-key.md b/v2.4.x/site/en/userGuide/use-partition-key.md index 2e5bf7d84..d119d455d 100644 --- a/v2.4.x/site/en/userGuide/use-partition-key.md +++ b/v2.4.x/site/en/userGuide/use-partition-key.md @@ -17,7 +17,7 @@ You can use the partition key to implement multi-tenancy. For details on multi-t To set a field as the partition key, specify `partition_key_field` when creating a collection schema. -In the example code below, `num_partitions` determines the number of partitions that will be created. By default, it is set to `16`. We recommend you retain the default value. +In the example code below, `num_partitions` determines the number of partitions that will be created. By default, it is set to `64`. We recommend you retain the default value.