shizy818 commented on code in PR #16353: URL: https://github.com/apache/iotdb/pull/16353#discussion_r2645237016
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template: ########## @@ -1123,6 +1123,18 @@ batch_size=100000 # Datatype: long sort_buffer_size_in_bytes=0 +# The buffer size for CTE materialization. If cte_buffer_size_in_bytes <= 0, a default value of 128 KB is used; otherwise the specified value +# will be used. +# effectiveMode: hot_reload +# Datatype: long +cte_buffer_size_in_bytes=0 Review Comment: done ########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template: ########## @@ -1123,6 +1123,18 @@ batch_size=100000 # Datatype: long sort_buffer_size_in_bytes=0 +# The buffer size for CTE materialization. If cte_buffer_size_in_bytes <= 0, a default value of 128 KB is used; otherwise the specified value +# will be used. +# effectiveMode: hot_reload +# Datatype: long +cte_buffer_size_in_bytes=0 + + +# Max rows for CTE materialization +# effectiveMode: hot_reload +# Datatype: int Review Comment: done -- 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]
