Hassan Eslami created GIRAPH-1018:
-------------------------------------
Summary: Improving PartitionStore API to better match its expected
behaviour
Key: GIRAPH-1018
URL: https://issues.apache.org/jira/browse/GIRAPH-1018
Project: Giraph
Issue Type: Improvement
Reporter: Hassan Eslami
Priority: Trivial
Currently, at some places in the core code-base, graph statistics (number of
vertices and number of edges) are being obtained by loading the entire
partition and then putting it back. Although this is a correct way, it is not
efficient (for instance for out-of-core computation), and concise (in terms of
semantics).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)