f53343a415
Summary: * Prefix filenames with order in which they should appear in the sidebar. * Fix links Reviewers: buda Reviewed By: buda Differential Revision: https://phabricator.memgraph.io/D1618
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
|
|
```
|