Batch Commit possibility in mendix?

0
There is a need to migrate huge data at one time and this can not be done via excel import. We have to right logic for this but there is problem at the end of committing. We dont want to commit the data in single go. We want to commit in batches, so is it possible to commit the data in batches somehow?
asked
2 answers
1

 

I have a microflow used for conversion or migration with batching (retrieve and thus committing in batches). I will to try to upload it to the Marketplace for you to use. 

 

Example:

 

answered
0

Hey

I believe that you can retrieve the data in batches by setting an offset and then use the EndTransaction action which will free the memory
Do the same until an empty list is retrieved.

More about it here:  https://forum.mendix.com/link/space/app-development/questions/16292

Hope this helps!

answered