Hello Yingchun Lai, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18054
to look at the new patch set (#3).
Change subject: KUDU-3340 Disable compact on the specified table
......................................................................
KUDU-3340 Disable compact on the specified table
For tables with only inserts but no updates, with only a few queries
and will be migrated to HDFS in a short time, we can close the
compact operation of the table by added enable_compact attribute,
which can improve the search efficiency (the effect is more
obvious in the search scenario involving multiple tables).
Change-Id: Ia8452bd9151f345fcad72bb9e0f07cd78432757e
---
M src/kudu/common/common.proto
M src/kudu/common/wire_protocol.cc
M src/kudu/integration-tests/alter_table-test.cc
M src/kudu/tablet/tablet.cc
M src/kudu/tablet/tablet.h
5 files changed, 68 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/18054/3
--
To view, visit http://gerrit.cloudera.org:8080/18054
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia8452bd9151f345fcad72bb9e0f07cd78432757e
Gerrit-Change-Number: 18054
Gerrit-PatchSet: 3
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <[email protected]>