Hi,
I built a small XS Engine tool on Hana (48).
Now I have noticed that the SQL execution time in XS Engine is about 20%-40% slower when executed from within the server side javascript code as opposed to running directly in the HANA Studio. This is considerable loss in performance.
Network latency and processing time i have ruled out as I have test down to a single line executing a sql statement, with a single row returned.
For example, I created a statement that takes 5 seconds in hana studio and in XS Engine the same statement takes 7 seconds to run.
Maybe this is a sql plan cache issue, perhaps it is not reused.
Anyone else experienced this? Any ideas?
Just wondering about it, thats all.