usc-cloud / goffish

USC GoFFish Graph Analytics Framework
32 stars 11 forks source link

Add capability to look up subgraph id from a remote vertex #50

Closed charithwiki closed 11 years ago

charithwiki commented 11 years ago

Currently We can't look up the subgraph id from the vertex. As a result in Gopher currently we route messages with partition id and remote vertex it to route between sub-graphs.

Ideally subgraph centric programming abstractions should provide the capability to direct communication between subgroups.

Doing this Lookup at Gopher level will be costly. So we need some mapping to do the this look up from the local node.