You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "csun5285 (via GitHub)" <gi...@apache.org> on 2023/06/13 10:23:36 UTC

[GitHub] [doris] csun5285 commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

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


##########
be/src/common/config.h:
##########
@@ -1008,6 +1008,12 @@ DECLARE_Int32(num_broadcast_buffer);
 // semi-structure configs
 DECLARE_Bool(enable_parse_multi_dimession_array);
 
+// time series compaction mode
+DECLARE_Bool(enable_time_series_compaction_mode);
+DECLARE_mInt64(time_series_compaction_goal_size_mbytes);

Review Comment:
   done



-- 
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-unsubscribe@doris.apache.org

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


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