cancel
Showing results for 
Search instead for 
Did you mean: 

BULK Updates

Former Member
0 Kudos

Hi guys.

When I set in DOE the parameter Insert Bulk and Delete Bulk , the Doe send to Sup each block with N messagens. This improve the speed of CRUD (Delete and insert operation).

But in Update operations the DOE send each package with only one message, This is very slow to performance of updates in cliente DB.

Is there other option to use BULK Update ?

Accepted Solutions (0)

Answers (1)

Answers (1)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

As per design, Update messages can't be bulked in DOE.

Because update message from backend might vary for device to device. Based on device subscription, it can be either insert / update / delete to the devices.

There is one workaround for this. You can make the objects as asynchronous extract enabled. So, that data will not be extracted at the same time of update. After bulk update is completed, you can trigger extract for the device which will be faster. As of now, this will be manual step.

But with SP06 of Gateway, you can schedule this behavior and this will taken care automatically.

Regards,

Siva.

Former Member
0 Kudos

Thanks.

How do I make objects asynchronous extract enabled ? is it in doe admin portal in DO_SYNC_EXTRACT and set to blank in the object ?

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Yes. Correct.