Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
I have seen more and more deployments of Kudu where the tablet servers are not co-located with the compute resources such as Impala or Spark. In deployments like this, there could be significant network savings by compressing the RPC messages (especially those that write or scan data).
Adding simple LZ4 or Snappy compression support to the RPC messages when not on a loopback/local connection should be a great improvement for network bound applications.