diff --git a/be/src/common/config.h b/be/src/common/config.h index 3f2034191c..976dfd3149 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -875,7 +875,7 @@ CONF_String(be_node_role, "mix"); // Hide the be config page for webserver. CONF_Bool(hide_webserver_config_page, "false"); -CONF_Bool(enable_segcompaction, "false"); // currently only support vectorized storage +CONF_Bool(enable_segcompaction, "true"); // Trigger segcompaction if the num of segments in a rowset exceeds this threshold. CONF_Int32(segcompaction_threshold_segment_num, "10"); diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md index 821f81b03e..c9443394cf 100644 --- a/docs/en/docs/admin-manual/config/be-config.md +++ b/docs/en/docs/admin-manual/config/be-config.md @@ -7,7 +7,7 @@ } --- -