This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new a1d2f610383 Add into_operation_buffer_size_in_byte to configuration
file
a1d2f610383 is described below
commit a1d2f61038322996bcb0eb59ea291c1bb1e29852
Author: liuminghui233 <[email protected]>
AuthorDate: Thu Jun 8 15:02:22 2023 +0800
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