Hi,
We have a calculation procedure that executes in 1 and Half minute when called from HANA Studio SQL editor. When the same procedure is called from UI5 through XSJS Query, it is taking 5 - 7 minutes of execution time.
We tried to introduce some logs with timestamps in the procedure to identify the time delay and found the following:
- While executing the procedure from SQL editor, more than 500 calculations are happening per minute.
- While executed from UI5, there are only 100 - 120 calculations per minute resulting in more execution time.
@Thomas - Could you please guide us to identify the delay reason?
Thank you,
Sushma