We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1185f7c commit 1c4ba59Copy full SHA for 1c4ba59
qdrant-landing/content/documentation/guides/configuration.md
@@ -324,6 +324,10 @@ storage:
324
# Number of replicas of each shard that network tries to maintain
325
replication_factor: 1
326
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
+
331
# How many replicas should apply the operation for us to consider it successful
332
write_consistency_factor: 1
333
0 commit comments