You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/11/23 00:52:23 UTC

[kudu-CR] WIP: KUDU-1751 (part 1): Change default int encoding to BIT SHUFFLE

Hello Kudu Jenkins,

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

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

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

Change subject: WIP: KUDU-1751 (part 1): Change default int encoding to BIT_SHUFFLE
......................................................................

WIP: KUDU-1751 (part 1): Change default int encoding to BIT_SHUFFLE

BIT_SHUFFLE is a better default than PLAIN since it's much more compact
and generally performs better.

Should fix KUDU-1600 before committing this.

Change-Id: I32db89337026eb6be13333ff450a6cb2b2862f7a
---
M src/kudu/cfile/type_encodings.cc
1 file changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/5169/2
-- 
To view, visit http://gerrit.cloudera.org:8080/5169
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I32db89337026eb6be13333ff450a6cb2b2862f7a
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>