This is an automated email from the ASF dual-hosted git repository. hui pushed a commit to branch lmh/addConfig1.2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5b68650259426e4a159d601951c55785a336e191 Author: Minghui Liu <[email protected]> AuthorDate: Tue Jun 6 15:57:06 2023 +0800 add config --- node-commons/src/assembly/resources/conf/iotdb-common.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties index d1fefbca83e..132b4332113 100644 --- a/node-commons/src/assembly/resources/conf/iotdb-common.properties +++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties @@ -945,6 +945,10 @@ cluster_name=defaultCluster ### Select-Into Configuration #################### +# The maximum memory occupied by the data to be written when executing select-into statements. +# Datatype: long +# into_operation_buffer_size_in_byte=104857600 + # The maximum number of rows can be processed in insert-tablet-plan when executing select-into statements. # When <= 0, use 10000. # Datatype: int
