Yes ,i am pulling these records from third party API using AJAX get Method, than on success i want to insert these records in our Hana DB, i was using XSJS but XSJS is having Socket Timeout Issue, which can be extend upto 5 minutes only. but this processing taking more time because there is some validation as well which i am performing.. so thats why i want to upload and update that many records using ui frontend using Batch operation that is the only way left atleast it will not give me socket timeout connection ..
do you know any other way to insert and update that many records ?