ISAC 3.7.4
Web
Server
Related features
New Optimized Insert
Introducing a new set of keys to enable Solution Developers to use optimized Upsert nodes.
upsertNewFlow: This is new a flow - developed for optimization and compare with older flow, if we don’t need response in outputVar, we can used this flag with true.
bulkEventBatch: to specify the batch size of the bulk operation the default value is 100. how many records in a single db operation.
bulkEventCall: if we set to true then it will perform multiple records upsert in single db operation otherwise we do record by record.
More Details: ZPS-2695
"modelDkLHQ": {
"connectors": [
{
"exitPortType": "NextStep",
"nodeId": "processWz8hO"
}
],
"multirecord": true,
"upsertNewFlow": true,
"bulkEventBatchSize": 999,
"bulkEventCall": true,
"description": "Provide some description for your model node",
"inputVarMap": {
"insertdata": "data"
},
"nodeType": "MODEL",
"modelName": "edtest2",
"name": "modelDkLHQ",
"id": "modelDkLHQ",
"outputVarMap": {
"data": "data"
},
"operation": 4
},