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.