Hi,
When I execute the select statement in the HANA Studio SQL console window I can see the response like this:
"Statement 'select distinct U.MANDT,U.OBJCT,U.AUTH,U.FIELD, replace(u.von,'*',' ') as von, case ...'
successfully executed in 656 ms 795 µs (server processing time: 617 ms 879 µs)
Fetched 10000 row(s) in 1.633 seconds (server processing time: 14 ms 25 µs)"
What is exact meaning of each time specified in the response?
Which one of them can I expect as response time when I put this statement in to my SQLScript procedure?
Will the statement in my procedure be performed in 14 ms or 1.6 sec?
Best regards
Paweł Nawrocki