platoneko commented on code in PR #20715:
URL: https://github.com/apache/doris/pull/20715#discussion_r1229080485


##########
be/src/common/config.h:
##########
@@ -1004,6 +1004,17 @@ DECLARE_Int32(num_broadcast_buffer);
 // semi-structure configs
 DECLARE_Bool(enable_parse_multi_dimession_array);
 
+// Currently, two compaction strategies are implemented, SIZE_BASED and 
TIME_SERIES.
+// In the case of time series compaction, the execution of compaction is 
adjusted
+// using parameters that have the prefix time_series_compaction.
+DECLARE_mString(compaction_policy);

Review Comment:
   Verify config



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to