we are trying to improve the performance of our application, we have a couples of Embedded SQLs and Datawindow retrieves called one after another.
so to improve the performance, we moved all the SQL DB calls in a PowerServerLabel Merge statement which reduces Multiple server calls to a single call. However we observed that these calls on not executed parallelly on DB server (noted via SQL Trace)and there is not much improvement seen at performance.
is there any setting we need to do on Powerserver project? so that these call are executed parallelly on DB
if not any plans to implement the same?