43436c2534
Reviewers: mferencevic, buda Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D1621
10 lines
297 B
Markdown
10 lines
297 B
Markdown
## Dynamic Graph Partitioner
|
|
|
|
Memgraph supports dynamic graph partitioning which dynamically improves
|
|
performance on badly partitioned dataset over workers. To enable it, the user
|
|
should use the following flag when firing up the *master* node:
|
|
|
|
```plaintext
|
|
--dynamic_graph_partitioner_enable
|
|
```
|