IoTDB数据写入批次大小通过配置文件实现
This commit is contained in:
parent
7e2eb36778
commit
fbdad02a6b
@ -62,6 +62,7 @@
|
||||
"PoolSize": 32,
|
||||
"DataBaseName": "jisheiotdata",
|
||||
"OpenDebugMode": true,
|
||||
"BatchInsertSize": 1000,
|
||||
"UseTableSessionPoolByDefault": false
|
||||
},
|
||||
"ServerApplicationOptions": {
|
||||
|
||||
@ -64,7 +64,8 @@
|
||||
"PoolSize": 32,
|
||||
"DataBaseName": "jisheiotdata",
|
||||
"OpenDebugMode": true,
|
||||
"UseTableSessionPoolByDefault": false
|
||||
"UseTableSessionPoolByDefault": false,
|
||||
"BatchInsertSize": 1000
|
||||
},
|
||||
"ServerApplicationOptions": {
|
||||
"ServerTagName": "JiSheCollectBus12",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user