KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18054
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, 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(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/18054/1 -- 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: newchange Gerrit-Change-Id: Ia8452bd9151f345fcad72bb9e0f07cd78432757e Gerrit-Change-Number: 18054 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
