This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch rel/1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.2 by this push:
     new 366efd9efde [To rel/1.2] Add into_operation_buffer_size_in_byte to 
configuration file
366efd9efde is described below

commit 366efd9efde969314b1a04b1b70d66dd248a2837
Author: liuminghui233 <[email protected]>
AuthorDate: Thu Jun 8 15:05:51 2023 +0800

    [To rel/1.2] Add into_operation_buffer_size_in_byte to configuration file
---
 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

Reply via email to