You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/01/26 20:34:37 UTC

[jira] [Resolved] (HBASE-474) Performance: Consider compressing RPCd data clientside when sending over the wire

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

stack resolved HBASE-474.
-------------------------

    Resolution: Not A Problem

Resolving as not a problem any more.  Since 0.96 you can use compress what is passed over RPC by specifying a cellblock codec that does compression.

This issue probably meant more that this -- i.e. compressing the whole RPC back and forth.  That we'd get if we moved to something like netty.  This is a TODO.  Will resolve though as 'not a problem' for moment.

> Performance: Consider compressing RPCd data clientside when sending over the wire
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-474
>                 URL: https://issues.apache.org/jira/browse/HBASE-474
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>
> Instead of just compressing when we write to disk, maybe we should consider compressing any cell data that would be over a few KB so that it would mean less is going out over the wire. 
> Additionally, if we were using record compression, possibly we could even leave it compressed and write it directly to disk. It'd be a way to distribute the compression overhead to clients.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)