Skip to content

Commit db2bee3

Browse files
committed
Doc fix id.placement to ids.placement CTR [doc only]
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
1 parent cc7735c commit db2bee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-topics/partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When JanusGraph is deployed on a cluster of multiple storage backend instances,
44

55
```properties
66
cluster.max-partitions = 32
7-
id.placement = simple
7+
ids.placement = simple
88
```
99

1010
The configuration option `max-partitions` controls how many virtual partitions JanusGraph creates. This number should be roughly twice the number of storage backend instances. If the cluster of storage backend instances is expected to grow, estimate the size of the cluster in the foreseeable future and take this number as the baseline. Setting this number too large will unnecessarily fragment the cluster which can lead to poor performance. This number should be larger than the maximum expected number of nodes in the JanusGraph graph. It must be greater than 1 and a power of 2.

0 commit comments

Comments
 (0)