gavinchou commented on code in PR #61521: URL: https://github.com/apache/doris/pull/61521#discussion_r2958785117
########## be/src/common/config.cpp: ########## @@ -1044,6 +1042,7 @@ DEFINE_mInt32(merged_hdfs_min_io_size, "8192"); DEFINE_mInt32(orc_natural_read_size_mb, "8"); DEFINE_mInt64(big_column_size_buffer, "65535"); DEFINE_mInt64(small_column_size_buffer, "100"); +DEFINE_mInt64(column_writer_page_flush_threshold, "1048576"); Review Comment: better use INT64_MAX as default to keep behavior consistency. we can change it accordingly -- 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]
