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


##########
be/src/olap/base_tablet.cpp:
##########
@@ -1952,4 +1953,11 @@ void BaseTablet::get_base_rowset_delete_bitmap_count(
     }
 }
 
+int32_t BaseTablet::max_version_config() {
+    int32_t max_version = tablet_meta()->compaction_policy() == 
CUMULATIVE_TIME_SERIES_POLICY
+                                  ? config::time_series_max_tablet_version_num

Review Comment:
   `tablet_meta()->time_series_compaction_file_count_threshold() * 10` might be 
a better 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to