You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2013/10/20 10:10:42 UTC

[jira] [Work started] (TAJO-269) Change the de/serialization protocol of LogicalPlan of QueryUnitAttempt from Json to ProtocolBuffer

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

Work on TAJO-269 started by Jihoon Son.

> Change the de/serialization protocol of LogicalPlan of QueryUnitAttempt from Json to ProtocolBuffer
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAJO-269
>                 URL: https://issues.apache.org/jira/browse/TAJO-269
>             Project: Tajo
>          Issue Type: Task
>          Components: master, worker
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>             Fix For: 0.3-incubating
>
>
> In the current implementation, the logical plan is serialized into a JSON object and sent to each worker.
> However, the transmission of JSON object incurs the high overhead due to its large size.
> ProtocolBuffer is a good alternative because its overhead is quite small and already used in other modules of Tajo.



--
This message was sent by Atlassian JIRA
(v6.1#6144)