Hi,
I am working on HANA AWS(Cloud) server. I have created one calculation view to get Modification related calculations using CDPOS and CDHDR tables. My data preview of that view is giving one minute to fetch the result data. The performance is very bad, so i have executed the Execution Plan in SQL to identify execution the time taken.
In my execution plan, in the base level of CDPOS table takes 55 seconds to search CDPOS node. And the initial execution itself is starting after 6 seconds. Whether this execution delay is based on Network Latency?.
In the starting node itself it's taking 55623.6 ms (56 sec approximately) for executing that initial node.This node contains CDPOS table which is having 3.7 million records, and i have applied a filter after which records reduced to 586 records, but taking so much time.No calculations have been carried at this node. I don't know why it is taking 55 seconds to execute the search result.
Kindly anyone can help me to identify this problem. .Here i have attached my execution plan screenshot also.
Thanks in advance!