You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Avery Ching (Commented) (JIRA)" <ji...@apache.org> on 2011/11/15 19:55:51 UTC

[jira] [Commented] (GIRAPH-78) Be smarter about multiple instances of the same vertex

    [ https://issues.apache.org/jira/browse/GIRAPH-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150673#comment-13150673 ] 

Avery Ching commented on GIRAPH-78:
-----------------------------------

+1, this would be a great memory optimization.
                
> Be smarter about multiple instances of the same vertex
> ------------------------------------------------------
>
>                 Key: GIRAPH-78
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-78
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>
> In a graph such as 
> {noformat}a -> b, z
> b -> c, z
> c -> a, z
> ...
> z{noformat}
> where vertices a,b,c and are hosted on one worker and z is hosted on another, it would be good to cache instances of z so a,b,c all point at the same instance, rather than generating multiple copies of the same remote vertex during vertex reading.  This is less important with primitive types and the recent work done there, but very useful for more complex types.  Since the vertex readers are in userland, it would be good to provide these facilities as a library implementing users can access. ]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira