You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/27 23:19:51 UTC

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

Performance: Consider compressing RPCd data clientside when sending over the wire
---------------------------------------------------------------------------------

                 Key: HBASE-474
                 URL: https://issues.apache.org/jira/browse/HBASE-474
             Project: Hadoop HBase
          Issue Type: Improvement
            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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.