Skip to content

Commit 1c4ba59

Browse files
authored
Add documentation for shard_number_per_node in collection
1 parent 1185f7c commit 1c4ba59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

qdrant-landing/content/documentation/guides/configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ storage:
324324
# Number of replicas of each shard that network tries to maintain
325325
replication_factor: 1
326326

327+
# Number of shards created per node
328+
shard_number_per_node: 1
329+
# The total of shards would then be number_of_nodes * shard_number_per_node
330+
327331
# How many replicas should apply the operation for us to consider it successful
328332
write_consistency_factor: 1
329333

0 commit comments

Comments
 (0)