yiguolei commented on code in PR #49040:
URL: https://github.com/apache/doris/pull/49040#discussion_r2196693720


##########
be/src/common/config.cpp:
##########
@@ -1466,6 +1466,9 @@ 
DEFINE_mBool(enable_prune_delete_sign_when_base_compaction, "true");
 
 DEFINE_mBool(enable_mow_verbose_log, "false");
 
+DEFINE_mBool(enable_segment_partial_column_cache, "true");

Review Comment:
   不用加enable_segment_partial_column_cache 这个参数,我们让这个参数永远为true。
   可以通过调整max_segment_partial_column_cache_size 这个参数来控制行为就可以了



-- 
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