Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 3.4/graphs-pregel.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ There are a number of general parameters which apply to almost all algorithms:
- `useMemoryMaps`: Use disk based files to store temporary results. This might make the computation disk-bound, but
allows you to run computations which would not fit into main memory. It is recommended to set this flag for
larger datasets.
- `shardKeyAttribute`: shard-key that edge-collections are sharded after (default: `vertex`)

Available Algorithms
--------------------
Expand Down
1 change: 1 addition & 0 deletions 3.5/graphs-pregel.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ There are a number of general parameters which apply to almost all algorithms:
- `useMemoryMaps`: Use disk based files to store temporary results. This might make the computation disk-bound, but
allows you to run computations which would not fit into main memory. It is recommended to set this flag for
larger datasets.
- `shardKeyAttribute`: shard-key that edge-collections are sharded after (default: `vertex`)

Available Algorithms
--------------------
Expand Down