Skip to content

Commit

Permalink
Doc fix id.placement to ids.placement CTR [doc only]
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Dec 24, 2020
1 parent cc7735c commit db2bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-topics/partitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ When JanusGraph is deployed on a cluster of multiple storage backend instances,

```properties
cluster.max-partitions = 32
id.placement = simple
ids.placement = simple
```

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.
Expand Down

0 comments on commit db2bee3

Please sign in to comment.