Hi Kris,
Statement 'select * from "_SYS_BIC"."kul.dm.fi.proc.kbh/CV_YFR012" WHERE ( ( ...'
successfully executed in 10.933 seconds (server processing time: 10.921 seconds)
This time shows total time taken by HANA to run the query and fetch all the results
Fetched 1000 row(s) in 437 ms 944 µs (server processing time: 8 ms 540 µs)
This Time shows that once the whole result was fetched it took HANA 437 ms to show first 1000 rows.
If you want to know how the Query got executed and time taken in each step, then write the SQL query in SQL console and R-Click on it and select Plan Visualisation.
Using this tool you can get the breakdown of query and can see - how the query was executed, how many records were fetched by the query in each step
and how much time was taken in processing each step
Regards,
Vivek