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