chenlinzhong commented on code in PR #9804: URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883448478
########## be/src/common/config.h: ########## @@ -743,6 +743,9 @@ CONF_Int32(object_pool_buffer_size, "100"); // ParquetReaderWrap prefetch buffer size CONF_Int32(parquet_reader_max_buffer_size, "50"); +// For continuous versions that rows less than small_version_max_rows will trigger compaction quickly +CONF_Int32(small_version_max_rows, "1000"); Review Comment: > You'd better to add a config to turn on/off this feature set 0 means turn off this feature -- 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]
