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

dhruba borthakur commented on HBASE-5355:
-----------------------------------------

>From what I understand, the aim of this jira is not to reduce latency of an 
>RPC, but rather to reduce the network bandwidth usage. Ryan's comments makes 
>sense: it is possible that in your setup the additional time taken to 
>compress/decompress adds additional latency for the rpc completion times; but 
>if you enable this on a cluster where the network bandwidth is the bottleneck, 
>then there could be a net-gain in the rpc latency.

Todd/Karthik: do you think that the prefix encoding would be a good candidate 
for this one? 
                
> Compressed RPC's for HBase
> --------------------------
>
>                 Key: HBASE-5355
>                 URL: https://issues.apache.org/jira/browse/HBASE-5355
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.89.20100924
>            Reporter: Karthik Ranganathan
>            Assignee: Karthik Ranganathan
>
> Some application need ability to do large batched writes and reads from a 
> remote MR cluster. These eventually get bottlenecked on the network. These 
> results are also pretty compressible sometimes.
> The aim here is to add the ability to do compressed calls to the server on 
> both the send and receive paths.

--
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

        

Reply via email to