usc-cloud / goffish

USC GoFFish Graph Analytics Framework
32 stars 11 forks source link

Allow IInstanceSerializablePartition to groups instances for serialization #4

Closed sooniln closed 11 years ago

sooniln commented 11 years ago

We should push the problem of the slice manager trying to group horizontally sliced instances (from GML, etc) and vertically slice them into each property to IInstanceSerializablePartition. Allow IInstanceSerializablePartition to return groups of instances at a time, rather than just one instance, so that the partition implementation is responsible for returning instances that A) can be grouped together B) will all fit in memory together.

sooniln commented 11 years ago

Fixed in checkin 5283.