Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18054 )
Change subject: KUDU-3340 [compaction] Disable compaction on the specified table ...................................................................... KUDU-3340 [compaction] Disable compaction on the specified table For tables with only inserts but no updates, we can disable the compaction of the table's data, which can improve the search efficiency (the effect is more obvious in the search scenario involving multiple tables). Change-Id: Ia8452bd9151f345fcad72bb9e0f07cd78432757e Reviewed-on: http://gerrit.cloudera.org:8080/18054 Tested-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- 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 M src/kudu/tablet/tablet_mm_ops-test.cc M src/kudu/tablet/tablet_mm_ops.cc M src/kudu/tablet/tablet_mm_ops.h 8 files changed, 152 insertions(+), 7 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified Kudu Jenkins: Verified -- 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: merged Gerrit-Change-Id: Ia8452bd9151f345fcad72bb9e0f07cd78432757e Gerrit-Change-Number: 18054 Gerrit-PatchSet: 27 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
