Hi,
I want to update records in bulk manner on button click event. Some calculations will be done for each record based on some conditions and records will be updated in third party database. No API available here.
I don't want to loop each record as for performance wise it's not good if size grow.
I know various solutions for bulk insertion, including bulk insert forge component. But for bulk update I haven't found much documentation.
Let me know if anyone have suggestions!
Thanks in advance.
I have done with using the bulk insert forge component it didn't make the upload time faster comparatively. I suggest using for each loop with batch upload to avoid performance issues. Eg for 50000 records try construct a timer with 20 sec and only current 10000 records must be uploaded and reflected instantly now make a logic to upload next 10000 records and so on this is optimized without server being time out.
Hi,Same topic was discussed here:https://www.outsystems.com/forums/discussion/72746/how-to-update-multiple-records-on-a-single-click/and is suggested as idea here too:https://www.outsystems.com/ideas/554/create-bulk-update-bulk-insert-and-bulk-delete-widgets-for-sql-ops/Kind regards,Sirajeddine