You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Hassan Eslami (JIRA)" <ji...@apache.org> on 2015/06/29 22:15:04 UTC

[jira] [Created] (GIRAPH-1018) Improving PartitionStore API to better match its expected behaviour

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)