You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/13 04:12:00 UTC

[jira] [Commented] (KUDU-3340) Disable compact on the specified table

    [ https://issues.apache.org/jira/browse/KUDU-3340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475098#comment-17475098 ] 

ASF subversion and git services commented on KUDU-3340:
-------------------------------------------------------

Commit 1e5fadb029310f87193550126d8f6e448cddc27a in kudu's branch refs/heads/master from kedeng
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=1e5fadb ]

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 <as...@cloudera.com>
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <as...@cloudera.com>


> Disable compact on the specified table
> --------------------------------------
>
>                 Key: KUDU-3340
>                 URL: https://issues.apache.org/jira/browse/KUDU-3340
>             Project: Kudu
>          Issue Type: New Feature
>          Components: tablet
>            Reporter: dengke
>            Assignee: dengke
>            Priority: Major
>
> Background:
>         In actual use, we found that some tables only have inserts and will not be updated forever, with only a few queries and will be migrated to HDFS in a short time. Compact has no actual benefits for such tables. On the contrary, when a query involving such a table is scheduled for compact, the query time will be increased. Therefore, we need to add configuration and disable compact for the specified table if necessary.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)