2018-05-29 17:32:21 +08:00
|
|
|
## Dynamic Graph Partitioner
|
|
|
|
|
2018-08-23 17:05:29 +08:00
|
|
|
Memgraph supports dynamic graph partitioning which improves performance on badly
|
|
|
|
partitioned dataset over workers dynamically. To enable it, use the
|
|
|
|
|
2018-05-29 17:32:21 +08:00
|
|
|
```--dynamic_graph_partitioner_enabled``` flag.
|