You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Bharath Vissapragada (Code Review)" <ge...@cloudera.org> on 2018/10/15 20:15:14 UTC

[Impala-ASF-CR] IMPALA-7708: Switch to faster deflater compression level for incr stats

Hello Philip Zeyliger, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11685

to look at the new patch set (#2).

Change subject: IMPALA-7708: Switch to faster deflater compression level for incr stats
......................................................................

IMPALA-7708: Switch to faster deflater compression level for incr stats

On a table with 3000 partitions and ~150 columns, we noticed that the
BEST_SPEED deflater strategy is ~8x faster with ~4% compression ratio
penalty. Given these results, this patch switches the default to
BEST_SPEED from BEST_COMPRESSION.

Change-Id: Ife688aca3aed0e1e8af26c8348b850175d84b4ad
---
M fe/src/main/java/org/apache/impala/util/CompressionUtil.java
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/85/11685/2
-- 
To view, visit http://gerrit.cloudera.org:8080/11685
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ife688aca3aed0e1e8af26c8348b850175d84b4ad
Gerrit-Change-Number: 11685
Gerrit-PatchSet: 2
Gerrit-Owner: Bharath Vissapragada <bh...@cloudera.com>
Gerrit-Reviewer: Philip Zeyliger <ph...@cloudera.com>