2018-05-29 17:32:21 +08:00
|
|
|
## Dynamic Graph Partitioner
|
|
|
|
|
2018-08-24 19:19:57 +08:00
|
|
|
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:
|
2018-08-23 17:05:29 +08:00
|
|
|
|
2018-08-24 19:19:57 +08:00
|
|
|
```plaintext
|
|
|
|
--dynamic_graph_partitioner_enable
|
|
|
|
```
|