You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a dummy partitioner e.g. doing geographic partitioning either on the node based graph and then try to infer partitions for the edge based graph, or already on the edge based graph with some heuristics. The output should be a mapping from node ids to partition ids.
The text was updated successfully, but these errors were encountered:
A very simple approach for this could be a tile/quadkey approach. Definitely not optimal, but should be simple to implement, and would allow us to work out the kinks on the other interfaces.
Implement a dummy partitioner e.g. doing geographic partitioning either on the node based graph and then try to infer partitions for the edge based graph, or already on the edge based graph with some heuristics. The output should be a mapping from node ids to partition ids.
The text was updated successfully, but these errors were encountered: