Todd Lipcon has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15805
Change subject: Refactor rowwise serialization to calculate projection once vs per-batch ...................................................................... Refactor rowwise serialization to calculate projection once vs per-batch I benchmarked this following the example in the patch "KUDU-2844 (3/3)" and found that it was slightly faster, though maybe within measurement error. Change-Id: I583fa02b4ea803ba5a2e1f6401181540ed2e85e9 --- M src/kudu/common/row_serialization.cc M src/kudu/common/row_serialization.h M src/kudu/common/wire_protocol-test.cc M src/kudu/tserver/tablet_service.cc 4 files changed, 171 insertions(+), 132 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/05/15805/1 -- To view, visit http://gerrit.cloudera.org:8080/15805 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I583fa02b4ea803ba5a2e1f6401181540ed2e85e9 Gerrit-Change-Number: 15805 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]>
