You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/06/10 15:58:17 UTC

[doris] branch branch-1.2-lts updated: [improvement](realtime load) enable quick compaction by default (#19989)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 6dff8b2a29 [improvement](realtime load) enable quick compaction by default (#19989)
6dff8b2a29 is described below

commit 6dff8b2a2939646177b32cad1eb982cc772b25fa
Author: Yongqiang YANG <98...@users.noreply.github.com>
AuthorDate: Sat Jun 10 23:58:08 2023 +0800

    [improvement](realtime load) enable quick compaction by default (#19989)
---
 be/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.h b/be/src/common/config.h
index 1f437a4d58..535b3be63b 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -846,7 +846,7 @@ CONF_mInt32(orc_natural_read_size_mb, "8");
 CONF_mInt32(bloom_filter_predicate_check_row_num, "204800");
 
 //whether turn on quick compaction feature
-CONF_Bool(enable_quick_compaction, "false");
+CONF_Bool(enable_quick_compaction, "true");
 // For continuous versions that rows less than quick_compaction_max_rows will  trigger compaction quickly
 CONF_Int32(quick_compaction_max_rows, "1000");
 // min compaction versions


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org