You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Pavan Kumar (JIRA)" <ji...@apache.org> on 2014/06/06 02:41:01 UTC

[jira] [Updated] (GIRAPH-912) support succinct representation of messages in messagestores

     [ https://issues.apache.org/jira/browse/GIRAPH-912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavan Kumar updated GIRAPH-912:
-------------------------------

    Attachment: GIRAPH-912.patch

posted on review-board
https://reviews.apache.org/r/22298

Note:  the patch depends on GIRAPH-907 as its parent

> support succinct representation of messages in messagestores
> ------------------------------------------------------------
>
>                 Key: GIRAPH-912
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-912
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Pavan Kumar
>            Assignee: Pavan Kumar
>         Attachments: GIRAPH-912.patch
>
>
> currently one-to-all messages is useful only for reducing network transfer, but at the server side, before processingRequest, the messages are broken down into bytearrayvertexidmessages, thus, each message is still stored as many times as the number of vertices it is sent to. 
> in this task we implements two message-stores that can represent messages in a very succinct way
> especially useful when messages are of significant size & fanout is low [note that this is - useful only when no combiners are used]
> this depends on GIRAPH-907 & GIRAPH-908



--
This message was sent by Atlassian JIRA
(v6.2#6252)