Hi everyone,
I have following problem:
Our HANA application uses a lot of procedures where we pass the output table from one procedure to the next procedure as input. If such an output table is very large, around 160 million records, it takes very long to get the output from the procedure. It takes 4 seconds to fetch and process the data inside the procedure. But it takes more than 3 minutes to get the output table so that we can pass it to the next procedure. It seems that such output parameters are passed by value and not by reference.
Has anybody an idea how this can be optimized?
Thanks,
Thomas