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


##########
be/src/common/config.cpp:
##########
@@ -1589,6 +1589,8 @@ DEFINE_mInt32(llm_max_concurrent_requests, "1");
 // helping to prevent resource contention and ensure stable performance when 
multiple
 // Doris threads are executing OpenMP-accelerated operations simultaneously.
 DEFINE_mInt32(omp_threads_limit, "8");
+// The capacity of segment partial column cache, used to cache column readers 
for each segment.
+DEFINE_mInt32(max_segment_partial_column_cache_size, "500");

Review Comment:
   500 也太大了,我们默认是100就可以了



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