Hi,
Let's assume the scenario:
- An external HTTP client calls HANA service
- The service calculates the result of a formula
- The result is returned to the caller
- The result is stored in the database.
The above happens 1000 times in a second.
I am a beginner, but I would create a XSJS service, for example getResult.xsjs, with function which calculates result and sets response, and another one in jQuery.ajax call with asynchronous "INSERT INTO" (would this improve client's performance?).
Is this correct in the first place, and if yes, is this the best (the fastest) approach? Are there any documents/success stories/benchmarks which would compare HANA's performance with some other technology?
Thanks!
KR,
Igor Barbaric